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ückgebenModifikator 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ückgebenModifikator 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 GraphicsBaseModifikator 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 GraphicsBaseModifikatorKonstruktorBeschreibungRowControls(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 implementierenModifikator und TypKlasseBeschreibungclassGraphicsBaseItemProvider<R extends Row<?,?, ?>> A property sheet item provider forGraphicsBase.Methoden in com.flexganttfx.extras.properties mit Parametern vom Typ GraphicsBaseModifikator und TypMethodeBeschreibungGraphicsBaseItemProvider.getPropertySheetItems(GraphicsBase<R> graphics) -
Verwendungen von GraphicsBase in com.flexganttfx.view.graphics
Unterklassen von GraphicsBase in com.flexganttfx.view.graphicsModifikator 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ückgebenModifikator und TypMethodeBeschreibungGraphicsBase.ContextMenuParameter.getGraphics()Returns the graphics view where the context menu has been requested.GraphicsBase.RowControlsParameter.getGraphics()Returns the graphics view associated with this row controls parameter.GraphicsBase.RowEditorParameter.getGraphics()Returns the graphics view associated with this row editor parameter.final GraphicsBase<R> GraphicsBase.RowHeader.getGraphics()Returns the graphics view associated with this row header.Methoden in com.flexganttfx.view.graphics, die Typen mit Argumenten vom Typ GraphicsBase zurückgebenModifikator und TypMethodeBeschreibungfinal Callback<GraphicsBase<R>, GraphicsBase.RowHeader<R>> GraphicsBase.getRowHeaderFactory()Returns the value ofGraphicsBase.rowHeaderFactoryProperty().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 GraphicsBaseModifikator und TypMethodeBeschreibungfinal voidGraphicsBase.setRowHeaderFactory(Callback<GraphicsBase<R>, GraphicsBase.RowHeader<R>> factory) Sets the value ofGraphicsBase.rowHeaderFactoryProperty().Konstruktoren in com.flexganttfx.view.graphics mit Parametern vom Typ GraphicsBaseModifikatorKonstruktorBeschreibungContextMenuParameter(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) Creates row controls parameters for the given graphics view and row.RowEditorParameter(GraphicsBase<R> graphics, R row) Creates row editor parameters for the given graphics view and row.RowHeader(GraphicsBase<R> graphics) Creates a row header for the given graphics view.ScaleRowHeader(GraphicsBase<R> graphics) Creates a new scale row header for the given graphics. -
Verwendungen von GraphicsBase in com.flexganttfx.view.graphics.layer
Konstruktoren in com.flexganttfx.view.graphics.layer mit Parametern vom Typ GraphicsBaseModifikatorKonstruktorBeschreibungAgendaLinesLayer(GraphicsBase<R> graphics) Constructs a new agenda lines layer.CalendarLayer(GraphicsBase<R> graphics) Constructs a new calendar layer.ChartLinesLayer(GraphicsBase<R> graphics) Constructs a new chart lines layer.DSTLineLayer(GraphicsBase<R> graphics) Constructs a new daylight-saving marker layer.GridLinesLayer(GraphicsBase<R> graphics) Constructs a new grid lines layer.HoverTimeIntervalLayer(GraphicsBase<R> graphics) Constructs a new hover time-interval layer.InnerLinesLayer(GraphicsBase<R> graphics) Constructs a new inner lines layer.LayoutLayer(GraphicsBase<R> graphics) Constructs a new layout layer.NowLineLayer(GraphicsBase<R> graphics) Constructs a new now-line layer.RowLayer(GraphicsBase<R> graphics) Constructs a new row layer.SelectedTimeIntervalsLayer(GraphicsBase<R> graphics) Constructs a new selected time-intervals layer.SystemLayer(String name, GraphicsBase<R> graphicsView) Constructs a new system layer for the given graphics view.ZoomTimeIntervalLayer(GraphicsBase<R> graphics) Constructs a new zoom time-interval layer. -
Verwendungen von GraphicsBase in com.flexganttfx.view.graphics.renderer
Methoden in com.flexganttfx.view.graphics.renderer, die GraphicsBase zurückgebenModifikator und TypMethodeBeschreibungfinal GraphicsBase<?> RendererBase.getGraphics()Returns the graphics control that owns this renderer.Konstruktoren in com.flexganttfx.view.graphics.renderer mit Parametern vom Typ GraphicsBaseModifikatorKonstruktorBeschreibungActivityBarRenderer(GraphicsBase<?> graphics, String name) Constructs an activity bar renderer and registers its bar and text styling properties for redraws.ActivityRenderer(GraphicsBase<?> graphics, String name) Constructs an activity renderer and registers its stroke and corner styling properties for redraws.CalendarActivityRenderer(GraphicsBase<?> graphics, String name) Constructs a calendar activity renderer with the default fill and stroke styling for calendar entries.ChartActivityRenderer(GraphicsBase<?> graphics, String name) Constructs a chart activity renderer with the default flat styling for chart bars.CompletableActivityRenderer(GraphicsBase<?> graphics, String name) Constructs a completable activity renderer and initializes the default completion overlay styling.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) Constructs a renderer and registers its fill and padding properties for redraws.RendererBase(GraphicsBase<?> graphics, String name) Constructs a new renderer.RowRenderer(GraphicsBase<?> graphics, String name) Constructs a row renderer and initializes the default background fills for the supported row states.StraightLinkRenderer(GraphicsBase<?> graphics, String name) Constructs a new link renderer.WeekendCalendarActivityRenderer(GraphicsBase<?> graphics, String name) Constructs a weekend calendar activity renderer and binds its styling to the graphics weekend properties. -
Verwendungen von GraphicsBase in com.flexganttfx.view.util
Methoden in com.flexganttfx.view.util, die GraphicsBase zurückgebenModifikator 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 GraphicsBaseModifikatorKonstruktorBeschreibungAutoLinesManager(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 GraphicsBaseModifikator und TypKlasseBeschreibungclassGraphicsBaseSkin<C extends GraphicsBase<R>, R extends Row<?,?, ?>> Abstract base skin for graphics controls.Methoden in impl.com.flexganttfx.skin.graphics, die GraphicsBase zurückgebenModifikator und TypMethodeBeschreibungRowCanvas.getGraphics()Returns the graphics control.final GraphicsBase<R> RowPane.getGraphics()Returns the graphics control.Methoden in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ GraphicsBaseModifikator und TypMethodeBeschreibungstatic InstantGridHelper.grid(GraphicsBase<?> graphics, Instant time) Returns the nearest grid-aligned instant for the given time.static InstantGridHelper.grid(GraphicsBase<?> graphics, Instant time, boolean roundUp) Returns the grid-aligned instant for the given time.static LocalTimeGridHelper.grid(GraphicsBase<?> graphics, LocalTime time, boolean roundUp) Returns the grid-aligned local time for the given time.Konstruktoren in impl.com.flexganttfx.skin.graphics mit Parametern vom Typ GraphicsBaseModifikatorKonstruktorBeschreibungDragCanvas(GraphicsBase<R> graphics) Constructs a new drag canvas for the given graphics control.LinksCanvas(GraphicsBase<R> graphics) Constructs a new links canvas for the given graphics control.RowCanvas(GraphicsBase<R> graphics) Constructs a new row canvas for the given graphics control.RowCell(GraphicsBase<R> graphics) Constructs a new row cell for the given graphics control.RowPane(GraphicsBase<R> graphics) Constructs a new row pane for the given graphics control.