Package | Description |
---|---|
ilog.views.gantt.graphic |
Provides the Gantt sheet component
that displays activities over time.
|
ilog.views.gantt.graphic.interactor |
Provides interactors to manipulate
the representation of activities in a Gantt sheet.
|
ilog.views.gantt.graphic.renderer |
Provides the classes that render an
activity in the Gantt sheet.
|
ilog.views.gantt.graphic.renderer.composite |
Provides the classes that render an activity using composite graphics
in the Gantt sheet.
|
Modifier and Type | Method and Description |
---|---|
IlvActivityRenderer |
IlvDefaultActivityRendererFactory.createActivityRenderer(IlvActivity activity)
Creates a renderer for the specified activity.
|
IlvActivityRenderer |
IlvActivityRendererFactory.createActivityRenderer(IlvActivity activity)
Creates a renderer for the specified activity.
|
IlvActivityRenderer |
IlvActivityGraphic.getActivityRenderer()
Returns the activity renderer used to render this activity.
|
IlvActivityRenderer |
IlvDefaultActivityRendererFactory.getLeafActivityRenderer()
Returns the activity renderer for leaf activities.
|
IlvActivityRenderer |
IlvDefaultActivityRendererFactory.getMilestoneRenderer()
Returns the activity renderer for milestones.
|
IlvActivityRenderer |
IlvDefaultActivityRendererFactory.getParentActivityRenderer()
Returns the activity renderer for parent activities.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvGanttSheet.setActivityRenderer(IlvActivity activity,
IlvActivityRenderer renderer)
Changes the activity renderer for all the
activity graphics
representing the specified activity in the Gantt sheet. |
void |
IlvActivityGraphic.setActivityRenderer(IlvActivityRenderer renderer)
Sets the specified activity renderer used to render this activity graphic.
|
void |
IlvDefaultActivityRendererFactory.setLeafActivityRenderer(IlvActivityRenderer renderer)
Sets the activity renderer for leaf activities.
|
void |
IlvDefaultActivityRendererFactory.setMilestoneRenderer(IlvActivityRenderer renderer)
Sets the activity renderer for milestones.
|
void |
IlvDefaultActivityRendererFactory.setParentActivityRenderer(IlvActivityRenderer renderer)
Sets the activity renderer for parent activities.
|
void |
IlvGanttSheet.setReservationRenderer(IlvReservation reservation,
IlvActivityRenderer renderer)
This method first finds the reservation graphic that represents the
specified reservation and then changes the activity renderer of
the reservation graphic.
|
Modifier and Type | Method and Description |
---|---|
IlvActivityRenderer |
IlvActivityGraphicSelection.getActivityRenderer()
Returns the renderer of the selected activity graphic.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityBar
IlvActivityBar is an extension of IlvBasicActivityBar
whose text label is dynamically updated from a property of the activity. |
class |
IlvActivityCompositeRenderer
An
IlvActivityCompositeRenderer is a renderer composed of zero,
one, or more child activity renderers . |
class |
IlvActivityGraphicRenderer
An
IlvActivityGraphicRenderer is an IlvActivityRenderer
implementation that renders activities, or parts of activities, by
delegating to an IlvGraphic object. |
class |
IlvActivityLabel
IlvActivityLabel is an extension of
IlvBasicActivityLabel whose text label is dynamically updated
from a property of the activity. |
class |
IlvActivitySummary
The class
IlvActivitySummary is used to render parent activities. |
class |
IlvActivitySymbol
The class
IlvActivitySymbol is an extension of
IlvBasicActivitySymbol used to render the symbols
at the start and end of an activity, whose tooltip text is dynamically
updated from the activity. |
class |
IlvBasicActivityBar
The class
IlvBasicActivityBar draws a rectangle to render
the duration of a given activity in a Gantt sheet. |
class |
IlvBasicActivityLabel
|
class |
IlvBasicActivitySymbol
The class
IlvBasicActivitySymbol is used to render the symbols
at the start and end of an activity. |
Modifier and Type | Method and Description |
---|---|
IlvActivityRenderer |
IlvActivitySummary.getEndSymbol()
Gets the activity renderer for the end symbol.
|
IlvActivityRenderer |
IlvActivitySummary.getMainBar()
Gets the activity renderer for the main bar.
|
IlvActivityRenderer |
IlvBasicActivityLabel.getMainRenderer()
Returns the label's main activity renderer.
|
IlvActivityRenderer |
IlvActivityCompositeRenderer.getRenderer(int index)
Returns the child activity renderer at the specified index in the composite renderer.
|
protected IlvActivityRenderer |
IlvActivityCompositeRenderer.getRendererContaining(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
Returns which of the child composite renderers contains the specified point.
|
IlvActivityRenderer |
IlvActivitySummary.getStartSymbol()
Gets the activity renderer for the start symbol.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvActivityCompositeRenderer.addRenderer(IlvActivityRenderer renderer)
Appends an activity renderer to the list of child renderers.
|
void |
IlvActivityCompositeRenderer.insertRendererAt(IlvActivityRenderer renderer,
int index)
Inserts an activity renderer at the specified index in the list of child renderers.
|
void |
IlvActivitySummary.setEndSymbol(IlvActivityRenderer end)
Sets the activity renderer for the end symbol.
|
void |
IlvActivitySummary.setMainBar(IlvActivityRenderer mainbar)
Sets the activity renderer for the main bar.
|
void |
IlvBasicActivityLabel.setMainRenderer(IlvActivityRenderer renderer)
Sets the label's main activity renderer.
|
void |
IlvActivityCompositeRenderer.setRenderer(int index,
IlvActivityRenderer renderer)
Sets an activity renderer at the specified index in the list of child renderers.
|
void |
IlvActivitySummary.setStartSymbol(IlvActivityRenderer start)
Sets the activity renderer for the start symbol.
|
Constructor and Description |
---|
IlvActivityLabel(IlvActivityRenderer main)
Creates an
IlvActivityLabel that is positioned relative to
the specified main renderer. |
IlvBasicActivityLabel(IlvActivityRenderer main)
Creates an
IlvBasicActivityLabel that is positioned relative to the
specified main renderer. |
Modifier and Type | Class and Description |
---|---|
class |
IlvActivityCompositeGraphicRenderer
The class
IlvActivityCompositeGraphicRenderer draws a
composite graphic to render the duration of a given activity in a Gantt
sheet. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.