Uses of Class
com.flexganttfx.view.graphics.GraphicsBase
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.extras.properties |
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
com.flexganttfx.view.graphics.layer |
System layers are used to draw various pieces of information into the background of a row
(time now, grid lines, marked time interval, chart and agenda lines, etc...).
|
com.flexganttfx.view.graphics.renderer |
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
|
com.flexganttfx.view.util |
Various utility classes.
|
impl.com.flexganttfx.skin.graphics |
Classes for the graphics skin.
|
-
Uses of GraphicsBase in com.flexganttfx.extras
Methods in com.flexganttfx.extras that return GraphicsBase Modifier and Type Method Description GraphicsBase<R>
LayersView. getGraphics()
Returns the value ofLayersView.graphicsProperty()
.GraphicsBase<R>
RadarView. getGraphics()
Returns the value ofRadarView.graphicsProperty()
.Methods in com.flexganttfx.extras that return types with arguments of type GraphicsBase Modifier and Type Method Description ObjectProperty<GraphicsBase<R>>
LayersView. graphicsProperty()
A property used to store a reference to the graphics view for which the control is being used.ObjectProperty<GraphicsBase<R>>
RadarView. graphicsProperty()
A property used to store theGraphicsBase
for which the radar will be used.Methods in com.flexganttfx.extras with parameters of type GraphicsBase Modifier and Type Method Description void
LayersView. setGraphics(GraphicsBase<R> graphics)
Sets the value ofLayersView.graphicsProperty()
.void
RadarView. setGraphics(GraphicsBase<R> graphics)
Sets the value ofRadarView.graphicsProperty()
.Constructors in com.flexganttfx.extras with parameters of type GraphicsBase Constructor Description RowControls(GraphicsBase<R> graphics, R row)
Constructs new row controls. -
Uses of GraphicsBase in com.flexganttfx.extras.properties
Methods in com.flexganttfx.extras.properties with parameters of type GraphicsBase Modifier and Type Method Description List<org.controlsfx.control.PropertySheet.Item>
GraphicsBaseItemProvider. getPropertySheetItems(GraphicsBase<R> graphics)
-
Uses of GraphicsBase in com.flexganttfx.view.graphics
Subclasses of GraphicsBase in com.flexganttfx.view.graphics Modifier and Type Class Description class
ListViewGraphics<R extends Row<?,?,?>>
A specialization ofGraphicsBase
that uses aListView
to display a list of rows.class
SingleRowGraphics<R extends Row<?,?,?>>
A specialization ofGraphicsBase
that displays exactly one row.class
SplitPaneGraphics<R extends Row<?,?,?>>
A specialization ofGraphicsBase
that displays several rows inside aSplitPane
.class
VBoxGraphics<R extends Row<?,?,?>>
A specialization ofGraphicsBase
that displays several rows inside aVBox
.Methods in com.flexganttfx.view.graphics that return GraphicsBase Modifier and Type Method Description GraphicsBase<R>
GraphicsBase.ContextMenuParameter. getGraphics()
Returns the graphics view where the context menu has been requested.GraphicsBase<R>
GraphicsBase.RowControlsParameter. getGraphics()
GraphicsBase<R>
GraphicsBase.RowEditorParameter. getGraphics()
Constructors in com.flexganttfx.view.graphics with parameters of type GraphicsBase Constructor Description ContextMenuParameter(GraphicsBase<R> graphics, R row, List<ActivityRef<?>> activities, Layout layout, Instant time, LocalTime localTime)
Constructs a new context menu parameter object.LassoEvent(GraphicsBase<?> target, EventType<? extends LassoEvent> eventType, LassoEvent.LassoInfo info)
Constructs a new event object.RowControlsParameter(GraphicsBase<R> graphics, R row)
RowEditorParameter(GraphicsBase<R> graphics, R row)
-
Uses of GraphicsBase in com.flexganttfx.view.graphics.layer
Methods in com.flexganttfx.view.graphics.layer that return GraphicsBase Modifier and Type Method Description GraphicsBase<R>
SystemLayer. getGraphics()
Constructors in com.flexganttfx.view.graphics.layer with parameters of type GraphicsBase Constructor Description AgendaLinesLayer(GraphicsBase<R> graphics)
CalendarLayer(GraphicsBase<R> graphics)
ChartLinesLayer(GraphicsBase<R> graphics)
DSTLineLayer(GraphicsBase<R> graphics)
GridLinesLayer(GraphicsBase<R> graphics)
HoverTimeIntervalLayer(GraphicsBase<R> graphics)
InnerLinesLayer(GraphicsBase<R> graphics)
LayoutLayer(GraphicsBase<R> graphics)
NowLineLayer(GraphicsBase<R> graphics)
RowLayer(GraphicsBase<R> graphics)
ScaleLayer(GraphicsBase<R> graphics)
SelectedTimeIntervalsLayer(GraphicsBase<R> graphics)
SystemLayer(String name, GraphicsBase<R> graphicsView)
ZoomTimeIntervalLayer(GraphicsBase<R> graphics)
-
Uses of GraphicsBase in com.flexganttfx.view.graphics.renderer
Methods in com.flexganttfx.view.graphics.renderer that return GraphicsBase Modifier and Type Method Description GraphicsBase<?>
RendererBase. getGraphics()
Constructors in com.flexganttfx.view.graphics.renderer with parameters of type GraphicsBase Constructor Description ActivityBarRenderer(GraphicsBase<?> graphics, String name)
ActivityRenderer(GraphicsBase<?> graphics, String name)
CalendarActivityRenderer(GraphicsBase<?> graphics, String name)
ChartActivityRenderer(GraphicsBase<?> graphics, String name)
CompletableActivityRenderer(GraphicsBase<?> graphics, String name)
LinkRenderer(GraphicsBase<?> graphics, String name)
Constructs a new path calculator.Renderer(GraphicsBase<?> graphics, String name)
RendererBase(GraphicsBase<?> graphics, String name)
Constructs a new renderer.RowRenderer(GraphicsBase<?> graphics, String name)
WeekendCalendarActivityRenderer(GraphicsBase<?> graphics, String name)
-
Uses of GraphicsBase in com.flexganttfx.view.util
Methods in com.flexganttfx.view.util that return GraphicsBase Modifier and Type Method Description GraphicsBase<R>
AutoLinesManager. getGraphics()
Returns the graphics view where the manager will be used.Constructors in com.flexganttfx.view.util with parameters of type GraphicsBase Constructor Description AutoLinesManager(R row, GraphicsBase<R> graphics)
Constructs a new automatic lines manager. -
Uses of GraphicsBase in impl.com.flexganttfx.skin.graphics
Classes in impl.com.flexganttfx.skin.graphics with type parameters of type GraphicsBase Modifier and Type Class Description class
GraphicsBaseSkin<C extends GraphicsBase<R>,R extends Row<?,?,?>>
Methods in impl.com.flexganttfx.skin.graphics that return GraphicsBase Modifier and Type Method Description GraphicsBase<R>
RowCanvas. getGraphics()
GraphicsBase<R>
RowPane. getGraphics()
Methods in impl.com.flexganttfx.skin.graphics with parameters of type GraphicsBase Modifier and Type Method Description static Instant
GridHelper. grid(GraphicsBase<?> graphics, Instant time)
static Instant
GridHelper. grid(GraphicsBase<?> graphics, Instant time, boolean roundUp)
static LocalTime
GridHelper. grid(GraphicsBase<?> graphics, LocalTime time, boolean roundUp)
Constructors in impl.com.flexganttfx.skin.graphics with parameters of type GraphicsBase Constructor Description DragCanvas(GraphicsBase<R> graphics)
LinksCanvas(GraphicsBase<R> graphics)
RowCanvas(GraphicsBase<R> graphics)
RowCell(GraphicsBase<R> graphics)
RowPane(GraphicsBase<R> graphics)