|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvActivityRenderer | |
|---|---|
| ilog.views.gantt.graphic | Provides the Gantt sheet component that displays activities over time. |
| 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. |
| Uses of IlvActivityRenderer in ilog.views.gantt.graphic |
|---|
| Methods in ilog.views.gantt.graphic that return IlvActivityRenderer | |
|---|---|
IlvActivityRenderer |
IlvActivityRendererFactory.createActivityRenderer(IlvActivity activity)
Creates a renderer for the specified activity. |
IlvActivityRenderer |
IlvDefaultActivityRendererFactory.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. |
| Methods in ilog.views.gantt.graphic with parameters of type IlvActivityRenderer | |
|---|---|
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. |
| Uses of IlvActivityRenderer in ilog.views.gantt.graphic.renderer |
|---|
| Classes in ilog.views.gantt.graphic.renderer that implement IlvActivityRenderer | |
|---|---|
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 by delegating to an
IlvGraphic. |
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
An IlvBasicActivityLabel renders a text label by delegating
to an IlvLabel object. |
class |
IlvBasicActivitySymbol
The class IlvBasicActivitySymbol is used to render the symbols
at the start and end of an activity. |
| Methods in ilog.views.gantt.graphic.renderer that return IlvActivityRenderer | |
|---|---|
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. |
IlvActivityRenderer |
IlvActivityCompositeRenderer.getRendererAt(int index)
Deprecated. Beginning with ILOG JViews 6.0, you should use the IlvActivityCompositeRenderer.getRenderer(int)
method instead. |
protected IlvActivityRenderer |
IlvActivityCompositeRenderer.getRendererContaining(IlvActivityGraphic ag,
IlvPoint p)
Deprecated. Beginning with ILOG JViews 6.0 you should use the IlvActivityCompositeRenderer.getRendererContaining(IlvActivityGraphic,IlvPoint,IlvPoint,
IlvTransformer) method instead. |
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. |
| Methods in ilog.views.gantt.graphic.renderer with parameters of type IlvActivityRenderer | |
|---|---|
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 |
IlvActivityCompositeRenderer.setRendererAt(IlvActivityRenderer renderer,
int index)
Deprecated. Beginning with ILOG JViews 6.0, you should use the IlvActivityCompositeRenderer.setRenderer(int, ilog.views.gantt.graphic.renderer.IlvActivityRenderer)
method instead. |
void |
IlvActivitySummary.setStartSymbol(IlvActivityRenderer start)
Sets the activity renderer for the start symbol. |
| Constructors in ilog.views.gantt.graphic.renderer with parameters of type IlvActivityRenderer | |
|---|---|
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. |
|
| Uses of IlvActivityRenderer in ilog.views.gantt.graphic.renderer.composite |
|---|
| Classes in ilog.views.gantt.graphic.renderer.composite that implement IlvActivityRenderer | |
|---|---|
class |
IlvActivityCompositeGraphicRenderer
The class IlvActivityCompositeGraphicRenderer draws a
composite graphic to render the duration of a given activity in a Gantt
sheet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||