Uses of Class
com.flexganttfx.view.graphics.GraphicsBase
Packages that use GraphicsBase
Package
Description
Various utility classes, most notably a toolbar and a statusbar control for
rapid prototyping (not intended for production use).
Contains the item factory and item providers for use with the property sheet view of
ControlsFX.
The various graphics controls that are used for rendering the Gantt chart.
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...).
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
Various utility classes.
Classes for the graphics skin.
-
Uses of GraphicsBase in com.flexganttfx.extras
Methods in com.flexganttfx.extras that return GraphicsBaseModifier and TypeMethodDescriptionfinal GraphicsBase<R>
LayersView.getGraphics()
Returns the value ofLayersView.graphicsProperty()
.final GraphicsBase<R>
RadarView.getGraphics()
Returns the value ofRadarView.graphicsProperty()
.Methods in com.flexganttfx.extras that return types with arguments of type GraphicsBaseModifier and TypeMethodDescriptionfinal ObjectProperty<GraphicsBase<R>>
LayersView.graphicsProperty()
A property used to store a reference to the graphics view for which the control is being used.final 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 GraphicsBaseModifier and TypeMethodDescriptionfinal void
LayersView.setGraphics
(GraphicsBase<R> graphics) Sets the value ofLayersView.graphicsProperty()
.final void
RadarView.setGraphics
(GraphicsBase<R> graphics) Sets the value ofRadarView.graphicsProperty()
.Constructors in com.flexganttfx.extras with parameters of type GraphicsBaseModifierConstructorDescriptionRowControls
(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 GraphicsBaseModifier and TypeMethodDescriptionGraphicsBaseItemProvider.getPropertySheetItems
(GraphicsBase<R> graphics) -
Uses of GraphicsBase in com.flexganttfx.view.graphics
Subclasses of GraphicsBase in com.flexganttfx.view.graphicsModifier and TypeClassDescriptionclass
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 GraphicsBaseModifier and TypeMethodDescriptionfinal GraphicsBase<R>
GraphicsBase.ContextMenuParameter.getGraphics()
Returns the graphics view where the context menu has been requested.GraphicsBase.RowControlsParameter.getGraphics()
GraphicsBase.RowEditorParameter.getGraphics()
final GraphicsBase<R>
GraphicsBase.RowHeader.getGraphics()
Methods in com.flexganttfx.view.graphics that return types with arguments of type GraphicsBaseModifier and TypeMethodDescriptionfinal Callback<GraphicsBase<R>,
GraphicsBase.RowHeader<R>> GraphicsBase.getRowHeaderFactory()
Returns the value ofrowHeaderFactoryProperty()
.final ObjectProperty<Callback<GraphicsBase<R>,
GraphicsBase.RowHeader<R>>> GraphicsBase.rowHeaderFactoryProperty()
A property used to store a callback for creating a node that will be placed to the left of each row in the graphics view.Method parameters in com.flexganttfx.view.graphics with type arguments of type GraphicsBaseModifier and TypeMethodDescriptionfinal void
GraphicsBase.setRowHeaderFactory
(Callback<GraphicsBase<R>, GraphicsBase.RowHeader<R>> factory) Sets the value ofrowHeaderFactoryProperty()
.Constructors in com.flexganttfx.view.graphics with parameters of type GraphicsBaseModifierConstructorDescriptionContextMenuParameter
(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) RowHeader
(GraphicsBase<R> graphics) ScaleRowHeader
(GraphicsBase<R> graphics) -
Uses of GraphicsBase in com.flexganttfx.view.graphics.layer
Constructors in com.flexganttfx.view.graphics.layer with parameters of type GraphicsBaseModifierConstructorDescriptionAgendaLinesLayer
(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) 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 GraphicsBaseConstructors in com.flexganttfx.view.graphics.renderer with parameters of type GraphicsBaseModifierConstructorDescriptionActivityBarRenderer
(GraphicsBase<?> graphics, String name) ActivityRenderer
(GraphicsBase<?> graphics, String name) CalendarActivityRenderer
(GraphicsBase<?> graphics, String name) ChartActivityRenderer
(GraphicsBase<?> graphics, String name) CompletableActivityRenderer
(GraphicsBase<?> graphics, String name) CurvedLinkRenderer
(GraphicsBase<?> graphics, String name) Constructs a new link renderer.protected
LinkRenderer
(GraphicsBase<?> graphics, String name) Constructs a new link renderer.Renderer
(GraphicsBase<?> graphics, String name) RendererBase
(GraphicsBase<?> graphics, String name) Constructs a new renderer.RowRenderer
(GraphicsBase<?> graphics, String name) StraightLinkRenderer
(GraphicsBase<?> graphics, String name) Constructs a new link renderer.WeekendCalendarActivityRenderer
(GraphicsBase<?> graphics, String name) -
Uses of GraphicsBase in com.flexganttfx.view.util
Methods in com.flexganttfx.view.util that return GraphicsBaseModifier and TypeMethodDescriptionfinal GraphicsBase<R>
AutoLinesManager.getGraphics()
Returns the graphics view where the manager will be used.Constructors in com.flexganttfx.view.util with parameters of type GraphicsBaseModifierConstructorDescriptionAutoLinesManager
(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 GraphicsBaseModifier and TypeClassDescriptionclass
GraphicsBaseSkin<C extends GraphicsBase<R>,
R extends Row<?, ?, ?>> Methods in impl.com.flexganttfx.skin.graphics that return GraphicsBaseModifier and TypeMethodDescriptionfinal GraphicsBase<R>
RowCanvas.getGraphics()
final GraphicsBase<R>
RowPane.getGraphics()
Methods in impl.com.flexganttfx.skin.graphics with parameters of type GraphicsBaseModifier and TypeMethodDescriptionstatic 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 GraphicsBaseModifierConstructorDescriptionDragCanvas
(GraphicsBase<R> graphics) LinksCanvas
(GraphicsBase<R> graphics) RowCanvas
(GraphicsBase<R> graphics) RowCell
(GraphicsBase<R> graphics) RowPane
(GraphicsBase<R> graphics)