Package | Description |
---|---|
com.dlsc.flexgantt.policy.layer |
Policies that will be used in the context of layers.
|
Modifier and Type | Method and Description |
---|---|
static ICrosshairPolicy.LabelPosition |
ICrosshairPolicy.LabelPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ICrosshairPolicy.LabelPosition[] |
ICrosshairPolicy.LabelPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
ICrosshairPolicy.getLabel(Object node,
TimelineObjectPath timelineObject,
IGanttChartModel model,
long time,
ICrosshairPolicy.LabelPosition position)
Returns a label that will be shown to the left/right and top/bottom of
the crosshair location.
|
String |
DefaultCrosshairPolicy.getLabel(Object node,
TimelineObjectPath path,
IGanttChartModel model,
long time,
ICrosshairPolicy.LabelPosition position) |
boolean |
ICrosshairPolicy.isLabelVisible(ICrosshairPolicy.LabelPosition position)
Determines whether a label is visible at all.
|
boolean |
DefaultCrosshairPolicy.isLabelVisible(ICrosshairPolicy.LabelPosition position) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.