Uses of Enum
com.flexganttfx.model.ActivityLink.LinkType
Packages that use ActivityLink.LinkType
Package
Description
Top-level model classes required for creating a Gantt chart.
-
Uses of ActivityLink.LinkType in com.flexganttfx.model
Methods in com.flexganttfx.model that return ActivityLink.LinkTypeModifier and TypeMethodDescriptionfinal ActivityLink.LinkType
ActivityLink.getType()
Returns the link type (S-S, S-E, E-S, E-E).static ActivityLink.LinkType
Returns the enum constant of this type with the specified name.static ActivityLink.LinkType[]
ActivityLink.LinkType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.flexganttfx.model with parameters of type ActivityLink.LinkTypeModifier and TypeMethodDescriptionvoid
ActivityLink.setType
(ActivityLink.LinkType type) Sets the link type (S-S, S-E, E-S, E-E).Constructors in com.flexganttfx.model with parameters of type ActivityLink.LinkTypeModifierConstructorDescriptionActivityLink
(ActivityRef<A> sourceRef, ActivityRef<A> targetRef, ActivityLink.LinkType type) Constructs a new activity link.