Package | Description |
---|---|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
com.dlsc.flexgantt.swing.layer |
The right-hand side of any Gantt chart is a layer container, which is
responsible for managing the various layer types.
|
com.dlsc.flexgantt.swing.layer.timeline |
Classes that deal with timeline layers and the rendering and the selection
of timeline objects.
|
Modifier and Type | Method and Description |
---|---|
TimelineObjectLayer |
ObjectBounds.getLayerUI()
Returns the layer user interface component on which the timeline object
was rendered.
|
Constructor and Description |
---|
ObjectBounds(TimelineObjectPath path,
IGanttChartModel model,
int x,
int y,
int width,
int height,
TreeTableNode treeTableNode,
TimelineObjectLayer layer)
Constructs a new bounds object.
|
Modifier and Type | Method and Description |
---|---|
TimelineObjectLayer |
ILayerFactory.createTimelineLayer(LayerContainer lc,
ILayer layer)
Creates a new timeline object layer to be used for rendering timeline
objects.
|
TimelineObjectLayer |
DefaultLayerFactory.createTimelineLayer(LayerContainer lc,
ILayer layer) |
TimelineObjectLayer |
LayerContainer.getTimelineObjectLayer(ILayer layer)
Returns the timeline object layer for the given model layer.
|
Modifier and Type | Method and Description |
---|---|
Collection<TimelineObjectLayer> |
LayerContainer.getTimelineObjectLayers()
Returns a collection of all timeline object layers.
|
Modifier and Type | Method and Description |
---|---|
protected TimelineObjectLayer |
DefaultCapacityObjectRenderer.getLayer()
Returns the timeline object layer on which the capacity object is
located.
|
protected TimelineObjectLayer |
DefaultTimelineObjectRenderer.getTimelineObjectLayer()
Returns the timeline object layer where the current rendering operation
takes place.
|
Modifier and Type | Method and Description |
---|---|
Component |
DefaultTimelineObjectRenderer.getTimelineObjectRendererComponent(TimelineObjectLayer layer,
TimelineObjectPath path,
boolean selected,
boolean hasFocus,
boolean highlighted,
int row) |
Component |
DefaultCapacityObjectRenderer.getTimelineObjectRendererComponent(TimelineObjectLayer layer,
TimelineObjectPath path,
boolean selected,
boolean hasFocus,
boolean highlighted,
int row) |
Component |
ITimelineObjectRenderer.getTimelineObjectRendererComponent(TimelineObjectLayer layer,
TimelineObjectPath path,
boolean selected,
boolean focus,
boolean highlighted,
int row)
Returns a component that will be used to renderer the given timeline
object.
|
Component |
DefaultEventObjectRenderer.getTimelineObjectRendererComponent(TimelineObjectLayer layer,
TimelineObjectPath path,
boolean selected,
boolean focus,
boolean highlighted,
int row) |
Component |
DefaultActivityObjectRenderer.getTimelineObjectRendererComponent(TimelineObjectLayer layer,
TimelineObjectPath path,
boolean selected,
boolean hasFocus,
boolean highlighted,
int row) |
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.