Uses of Class
com.flexganttfx.model.ActivityLink.LinkType
| Package | Description |
|---|---|
| com.flexganttfx.model |
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.LinkType Modifier and Type Method Description ActivityLink.LinkTypeActivityLink. getType()Returns the link type (S-S, S-E, E-S, E-E).static ActivityLink.LinkTypeActivityLink.LinkType. valueOf(String name)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.LinkType Modifier and Type Method Description voidActivityLink. 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.LinkType Constructor Description ActivityLink(ActivityRef<A> sourceRef, ActivityRef<A> targetRef, ActivityLink.LinkType type)Constructs a new activity link.