Verwendungen von Klasse
com.flexganttfx.view.graphics.GraphicsBase
Packages, die GraphicsBase verwenden
Package
Beschreibung
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.
-
Verwendungen von GraphicsBase in com.flexganttfx.extras
Methoden in com.flexganttfx.extras, die GraphicsBase zurückgebenModifizierer und TypMethodeBeschreibungfinal GraphicsBase<R> LayersView.getGraphics()Returns the value ofLayersView.graphicsProperty().final GraphicsBase<R> RadarView.getGraphics()Returns the value ofRadarView.graphicsProperty().Methoden in com.flexganttfx.extras, die Typen mit Argumenten vom Typ GraphicsBase zurückgebenModifizierer und TypMethodeBeschreibungfinal 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 theGraphicsBasefor which the radar will be used.Methoden in com.flexganttfx.extras mit Parametern vom Typ GraphicsBaseModifizierer und TypMethodeBeschreibungfinal voidLayersView.setGraphics(GraphicsBase<R> graphics) Sets the value ofLayersView.graphicsProperty().final voidRadarView.setGraphics(GraphicsBase<R> graphics) Sets the value ofRadarView.graphicsProperty().Konstruktoren in com.flexganttfx.extras mit Parametern vom Typ GraphicsBaseModifiziererKonstruktorBeschreibungRowControls(GraphicsBase<R> graphics, R row) Constructs new row controls. -
Verwendungen von GraphicsBase in com.flexganttfx.extras.properties
Klassen in com.flexganttfx.extras.properties, die Schnittstellen mit Typargumenten vom Typ GraphicsBase implementierenModifizierer und TypKlasseBeschreibungclassGraphicsBaseItemProvider<R extends Row<?,?, ?>> A property sheet item provider forGraphicsBase.Methoden in com.flexganttfx.extras.properties mit Parametern vom Typ GraphicsBaseModifizierer und TypMethodeBeschreibungGraphicsBaseItemProvider.getPropertySheetItems(GraphicsBase<R> graphics) -
Verwendungen von GraphicsBase in com.flexganttfx.view.graphics
Unterklassen von GraphicsBase in com.flexganttfx.view.graphicsModifizierer und TypKlasseBeschreibungclassListViewGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat uses aListViewto display a list of rows.classSingleRowGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat displays exactly one row.classSplitPaneGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat displays several rows inside aSplitPane.classVBoxGraphics<R extends Row<?,?, ?>> A specialization ofGraphicsBasethat displays several rows inside aVBox.Methoden in com.flexganttfx.view.graphics, die GraphicsBase zurückgebenModifizierer und TypMethodeBeschreibungfinal 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()Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ GraphicsBase zurückgebenModifizierer und TypMethodeBeschreibungfinal 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.Methodenparameter in com.flexganttfx.view.graphics mit Typargumenten vom Typ GraphicsBaseModifizierer und TypMethodeBeschreibungfinal voidGraphicsBase.setRowHeaderFactory(Callback<GraphicsBase<R>, GraphicsBase.RowHeader<R>> factory) Sets the value ofrowHeaderFactoryProperty().Konstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ GraphicsBaseModifiziererKonstruktorBeschreibungContextMenuParameter(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) -
Verwendungen von GraphicsBase in com.flexganttfx.view.graphics.layer
Konstruktoren in com.flexganttfx.view.graphics.layer mit Parametern vom Typ GraphicsBaseModifiziererKonstruktorBeschreibungAgendaLinesLayer(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) -
Verwendungen von GraphicsBase in com.flexganttfx.view.graphics.renderer
Methoden in com.flexganttfx.view.graphics.renderer, die GraphicsBase zurückgebenKonstruktoren in com.flexganttfx.view.graphics.renderer mit Parametern vom Typ GraphicsBaseModifiziererKonstruktorBeschreibungActivityBarRenderer(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.protectedLinkRenderer(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) -
Verwendungen von GraphicsBase in com.flexganttfx.view.util
Methoden in com.flexganttfx.view.util, die GraphicsBase zurückgebenModifizierer und TypMethodeBeschreibungfinal GraphicsBase<R> AutoLinesManager.getGraphics()Returns the graphics view where the manager will be used.Konstruktoren in com.flexganttfx.view.util mit Parametern vom Typ GraphicsBaseModifiziererKonstruktorBeschreibungAutoLinesManager(R row, GraphicsBase<R> graphics) Constructs a new automatic lines manager. -
Verwendungen von GraphicsBase in impl.com.flexganttfx.skin.graphics
Klassen in impl.com.flexganttfx.skin.graphics mit Typparametern vom Typ GraphicsBaseModifizierer und TypKlasseBeschreibungclassGraphicsBaseSkin<C extends GraphicsBase<R>, R extends Row<?,?, ?>> Methoden in impl.com.flexganttfx.skin.graphics, die GraphicsBase zurückgebenModifizierer und TypMethodeBeschreibungRowCanvas.getGraphics()final GraphicsBase<R> RowPane.getGraphics()Methoden in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ GraphicsBaseModifizierer und TypMethodeBeschreibungstatic InstantGridHelper.grid(GraphicsBase<?> graphics, Instant time) static InstantGridHelper.grid(GraphicsBase<?> graphics, Instant time, boolean roundUp) static LocalTimeGridHelper.grid(GraphicsBase<?> graphics, LocalTime time, boolean roundUp) Konstruktoren in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ GraphicsBaseModifiziererKonstruktorBeschreibungDragCanvas(GraphicsBase<R> graphics) LinksCanvas(GraphicsBase<R> graphics) RowCanvas(GraphicsBase<R> graphics) RowCell(GraphicsBase<R> graphics) RowPane(GraphicsBase<R> graphics)