Package | Description |
---|---|
com.dlsc.flexgantt.policy.layer |
Policies that will be used in the context of layers.
|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
com.dlsc.flexgantt.util |
General utility classes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TimeGranularityGridLinePolicy.isMajorGridLinesVisible(IDatelineModel datelineModel,
GridLineMode mode) |
boolean |
IGridLinePolicy.isMajorGridLinesVisible(IDatelineModel model,
GridLineMode mode)
Determines whether the grid lines for the major time units will be shown
or not.
|
boolean |
DefaultGridLinePolicy.isMajorGridLinesVisible(IDatelineModel datelineModel,
GridLineMode mode) |
boolean |
IGridLinePolicy.isMinorGridLinesVisible(IDatelineModel model,
GridLineMode mode)
Determines whether the grid lines for the minor time units will be shown
or not.
|
boolean |
DefaultGridLinePolicy.isMinorGridLinesVisible(IDatelineModel datelineModel,
GridLineMode mode) |
Modifier and Type | Method and Description |
---|---|
GridLineMode |
AbstractGanttChart.getGridLineMode()
Returns the grid mode used by the Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGanttChart.setGridLineMode(GridLineMode mode)
Sets a new grid mode to be used for rendering the vertical lines inside
the layer containers.
|
Modifier and Type | Method and Description |
---|---|
static GridLineMode |
GridLineMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridLineMode[] |
GridLineMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.