Package | Description |
---|---|
com.flexganttfx.extras |
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
|
com.flexganttfx.model.dateline |
Classes used to support the dateline (subcontrol of timeline).
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
VirtualGrid<?> |
VirtualGridControl.getValue()
Returns the value of
VirtualGridControl.valueProperty() . |
Modifier and Type | Method and Description |
---|---|
ObservableList<VirtualGrid<?>> |
VirtualGridControl.getGrids()
Returns the list of possible virtual grid values.
|
ObjectProperty<VirtualGrid<?>> |
VirtualGridControl.valueProperty()
The property used to store the currently selected
VirtualGrid . |
Modifier and Type | Method and Description |
---|---|
void |
VirtualGridControl.setValue(VirtualGrid<?> grid)
Sets the value of
VirtualGridControl.valueProperty() . |
Modifier and Type | Class and Description |
---|---|
class |
ChronoUnitGrid
A virtual grid implementation for
ChronoUnit . |
class |
SimpleUnitGrid
A virtual grid implementation for
SimpleUnit . |
Modifier and Type | Method and Description |
---|---|
VirtualGrid<SimpleUnit> |
SimpleUnitResolution.createGrid() |
abstract VirtualGrid<T> |
Resolution.createGrid() |
VirtualGrid<ChronoUnit> |
ChronoUnitResolution.createGrid() |
Modifier and Type | Method and Description |
---|---|
VirtualGrid<?> |
GraphicsBase.getVirtualGrid()
Gets the value of the property virtualGrid.
|
Modifier and Type | Method and Description |
---|---|
ObservableList<VirtualGrid<?>> |
GraphicsBase.getVirtualGrids() |
ObjectProperty<VirtualGrid<?>> |
GraphicsBase.virtualGridProperty() |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setVirtualGrid(VirtualGrid<?> grid)
Sets the value of the property virtualGrid.
|
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.