Verwendungen von Klasse
com.flexganttfx.view.graphics.renderer.RendererBase
Packages, die RendererBase verwenden
Package
Beschreibung
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.
-
Verwendungen von RendererBase in com.flexganttfx.view.graphics.layer
Unterklassen von RendererBase in com.flexganttfx.view.graphics.layerModifikator und TypKlasseBeschreibungclassAgendaLinesLayer<R extends Row<?,?, ?>> Draws the horizontal grid lines for a row if the row or any of its inner lines are using the agenda layout.classCalendarLayer<R extends Row<?,?, ?>> Draws the entries returned by the calendars attached to a row or attached to the entire graphics view.classChartLinesLayer<R extends Row<?,?, ?>> Draws the horizontal grid lines for a row if the row or any of its inner lines are using the chart layout (seeChartLayout).classDSTLineLayer<R extends Row<?,?, ?>> Draws a vertical line at the location of the next daylight savings time change.classGridLinesLayer<R extends Row<?,?, ?>> Draws the vertical grid lines based on the scale resolutions currently present in the dateline.classHoverTimeIntervalLayer<R extends Row<?,?, ?>> Draws the hover time interval specified by the dateline.classInnerLinesLayer<R extends Row<?,?, ?>> Draws separator lines between inner lines.classLayoutLayer<R extends Row<?,?, ?>> Draws the layout padding areas.classNowLineLayer<R extends Row<?,?, ?>> Draws a vertical line at the location of the current time / now time.classDraws the background of each row.classSelectedTimeIntervalsLayer<R extends Row<?,?, ?>> Draws the time intervals that were selected by the user (or the application) in the dateline.classSystemLayer<R extends Row<?,?, ?>> System layers are used in the background and foreground of each row.classZoomTimeIntervalLayer<R extends Row<?,?, ?>> Draws the zoom interval as defined by the timeline propertyDateline.selectedTimeIntervalProperty(). -
Verwendungen von RendererBase in com.flexganttfx.view.graphics.renderer
Unterklassen von RendererBase in com.flexganttfx.view.graphics.rendererModifikator und TypKlasseBeschreibungclassActivityBarRenderer<A extends Activity>Renders activities as bars or milestone diamonds and can paint labels around them.classActivityRenderer<A extends Activity>Base renderer for drawing activities as filled and stroked shapes.classCalendarActivityRenderer<A extends CalendarActivity>Renders calendar activities as row-spanning background fills.classChartActivityRenderer<A extends ChartActivity>Renders chart activities as simple semi-transparent bars.classCompletableActivityRenderer<A extends CompletableActivity>Renders completable activities with an additional completion overlay.classCurvedLinkRenderer<T extends ActivityLink<?>>A link renderer used to draw curved link lines between activities of typeActivityLink.classLinkRenderer<T extends ActivityLink<?>>The base class for all link renderers.classAbstract base class for renderers that paint filled shapes with optional padding.classRowRenderer<R extends Row<?,?, ?>> Renders the background area of a row.classStraightLinkRenderer<T extends ActivityLink<?>>The straight link renderer is used to draw any link of typeActivityLink.classSpecialized calendar activity renderer for weekend intervals.