Package | Description |
---|---|
com.dlsc.flexgantt.model.dateline |
Provides a model definition and default implementation for a dateline
model.
|
com.dlsc.flexgantt.swing.timeline |
Contains the timeline component, which itself consists of a dateline and
an eventline.
|
Modifier and Type | Method and Description |
---|---|
List<GridLine> |
IDatelineModel.getGrid(int x1,
int x2,
boolean major)
Returns a list of grid line coordinates for the given coordinate
interval.
|
Modifier and Type | Method and Description |
---|---|
List<GridLine> |
TimeGranularityDatelineModel.getGrid(int x1,
int x2,
boolean major) |
List<GridLine> |
SimpleGranularityDatelineModel.getGrid(int x1,
int x2,
boolean major) |
Modifier and Type | Method and Description |
---|---|
protected void |
Eventline.paintDSTMarker(Graphics g,
GridLine gl)
Paints the DST information provided by the grid line.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Dateline.paintGrid(Graphics g,
int y,
int height,
List<GridLine> grid,
boolean major)
Paints the given grid lines.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.