Uses of Class
com.dlsc.flexgantt.util.GridLineMode

Packages that use GridLineMode
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. 
 

Uses of GridLineMode in com.dlsc.flexgantt.policy.layer
 

Methods in com.dlsc.flexgantt.policy.layer with parameters of type GridLineMode
 boolean DefaultGridLinePolicy.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 TimeGranularityGridLinePolicy.isMajorGridLinesVisible(IDatelineModel datelineModel, GridLineMode mode)
           
 boolean DefaultGridLinePolicy.isMinorGridLinesVisible(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.
 

Uses of GridLineMode in com.dlsc.flexgantt.swing
 

Methods in com.dlsc.flexgantt.swing that return GridLineMode
 GridLineMode AbstractGanttChart.getGridLineMode()
          Returns the grid mode used by the Gantt chart.
 

Methods in com.dlsc.flexgantt.swing with parameters of type GridLineMode
 void AbstractGanttChart.setGridLineMode(GridLineMode mode)
          Sets a new grid mode to be used for rendering the vertical lines inside the layer containers.
 

Uses of GridLineMode in com.dlsc.flexgantt.util
 

Methods in com.dlsc.flexgantt.util that return GridLineMode
static GridLineMode GridLineMode.valueOf(java.lang.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're declared.