Package | Description |
---|---|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
Modifier and Type | Method and Description |
---|---|
GraphicsBase.SelectionMode |
GraphicsBase.getSelectionMode()
Returns the value of
GraphicsBase.selectionModeProperty() . |
static GraphicsBase.SelectionMode |
GraphicsBase.SelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicsBase.SelectionMode[] |
GraphicsBase.SelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ObjectProperty<GraphicsBase.SelectionMode> |
GraphicsBase.selectionModeProperty()
A property used to store the currently supported selection mode.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setSelectionMode(GraphicsBase.SelectionMode mode)
Sets the value of
GraphicsBase.selectionModeProperty() . |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.