Package | Description |
---|---|
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...).
|
impl.com.flexganttfx.skin.graphics |
Classes for the graphics skin.
|
Modifier and Type | Method and Description |
---|---|
void |
InnerLinesLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
ZoomTimeIntervalLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
GridLinesLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
abstract void |
SystemLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
ChartLinesLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
CalendarLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
SelectedTimeIntervalsLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
AgendaLinesLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
RowLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
HoverTimeIntervalLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
NowLineLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
DSTLineLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
void |
LayoutLayer.drawLayer(RowCanvas<R> canvas,
Instant startTime,
Instant endTime) |
Modifier and Type | Method and Description |
---|---|
RowCanvas<R> |
RowPane.getCanvas() |
RowCanvas<R> |
GraphicsBaseSkin.getRowCanvas(ActivityRef<?> ref) |
protected RowCanvas<R> |
GraphicsBaseSkin.getRowCanvasAt(double y) |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.