|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IlvActivityGraphic | |
|---|---|
| ilog.views.gantt.event | Provides interfaces and classes for dealing with different types of events fired by main Gantt Chart classes. |
| 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. |
| Uses of IlvActivityGraphic in ilog.views.gantt.event |
|---|
| Methods in ilog.views.gantt.event that return IlvActivityGraphic | |
|---|---|
IlvActivityGraphic |
ActivityGraphicInteractorEvent.getActivityGraphic()
Returns the implicated activity graphic. |
| Constructors in ilog.views.gantt.event with parameters of type IlvActivityGraphic | |
|---|---|
ActivityGraphicInteractorEvent(IlvGanttSheet ganttSheet,
IlvActivityGraphic ag,
int status,
EventObject event)
Builds an ActivityGraphicInteractorEvent object. |
|
ActivityGraphicReshapedEvent(IlvGanttSheet ganttSheet,
IlvActivityGraphic ag,
int status,
Date fixedTime,
Date updatedTime,
boolean opaqueReshape,
EventObject event)
Builds an ActivityGraphicReshapedEvent object generated by the
IlvActivityGraphicReshapeInteractor when an activity graphic
is about to be, is currently being, or has just been reshaped. |
|
| Uses of IlvActivityGraphic in ilog.views.gantt.graphic |
|---|
| Subclasses of IlvActivityGraphic in ilog.views.gantt.graphic | |
|---|---|
class |
IlvReservationGraphic
The IlvReservationGraphic is used to represent a reservation in
an IlvGanttSheet. |
| Methods in ilog.views.gantt.graphic that return IlvActivityGraphic | |
|---|---|
IlvActivityGraphic |
IlvActivityTileLayout.GraphicBounds.getActivityGraphic()
Returns the activity graphic. |
IlvActivityGraphic |
IlvGanttRow.getActivityGraphic(IlvActivity activity)
Returns the activity graphic representing the given activity. |
IlvActivityGraphic |
IlvGanttSheet.getActivityGraphic(IlvActivity activity)
Returns the first activity graphic representing
the specified activity in the Gantt sheet. |
IlvActivityGraphic |
IlvGanttRow.getActivityGraphic(IlvPoint p,
IlvPoint tp,
IlvTransformer t)
Gets the activity graphic at the given position. |
IlvActivityGraphic |
IlvGanttRow.getActivityGraphic(int index)
Returns the activity graphic at the given index. |
IlvActivityGraphic[] |
IlvGanttRow.getActivityGraphics()
Returns an array of the activity graphics in the row. |
IlvActivityGraphic[] |
IlvGanttSheet.getActivityGraphics(IlvActivity activity)
Deprecated. Beginning with ILOG JViews 6.0 you should use the IlvGanttSheet.activityGraphicsIterator(IlvActivity) method instead. It is
much more efficient than this method. |
| Methods in ilog.views.gantt.graphic with parameters of type IlvActivityGraphic | |
|---|---|
void |
IlvActivityTileLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a row. |
void |
IlvActivityLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a row. |
void |
IlvActivitySimpleLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a row. |
void |
IlvActivityLogisticLayout.arrange(IlvGanttRow row,
IlvActivityGraphic graphic)
This method is called to layout the position of a single activity graphic within a row. |
void |
IlvActivityTileLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a row. |
void |
IlvActivityLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a row. |
void |
IlvActivitySimpleLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a row. |
void |
IlvActivityLogisticLayout.arrange(IlvGanttRow row,
IlvActivityGraphic[] graphics)
This method is called to layout the position of all the activity graphics within a row. |
IlvConstraintGraphic |
IlvConstraintGraphicFactory.createConstraintGraphic(IlvActivityGraphic from,
IlvActivityGraphic to,
IlvConstraint constraint)
Creates a graphic for the specified constraint that connects the from activity graphic to the to activity graphic. |
IlvConstraintGraphic |
IlvDefaultConstraintGraphicFactory.createConstraintGraphic(IlvActivityGraphic from,
IlvActivityGraphic to,
IlvConstraint constraint)
Creates a graphic for the specified constraint that connects the from activity graphic to the to activity graphic. |
int |
IlvGanttRow.getActivityGraphicIndex(IlvActivityGraphic graphic)
Returns the index of the specified activity graphic. |
void |
IlvGanttRow.setActivityGraphicIndex(IlvActivityGraphic graphic,
int index)
Sets the index of the specified activity graphic. |
| Constructors in ilog.views.gantt.graphic with parameters of type IlvActivityGraphic | |
|---|---|
IlvConstraintGraphic(IlvActivityGraphic from,
IlvActivityGraphic to,
IlvConstraint constraint)
Creates an IlvConstraintGraphic. |
|
| Uses of IlvActivityGraphic in ilog.views.gantt.graphic.interactor |
|---|
| Constructors in ilog.views.gantt.graphic.interactor with parameters of type IlvActivityGraphic | |
|---|---|
IlvActivityGraphicSelection(IlvActivityGraphic obj)
Creates a new selection object for the specified activity graphic. |
|
| Uses of IlvActivityGraphic in ilog.views.gantt.graphic.renderer |
|---|
| Methods in ilog.views.gantt.graphic.renderer with parameters of type IlvActivityGraphic | |
|---|---|
boolean |
IlvActivityCompositeRenderer.contains(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
This method is called by an activity graphic to
test whether a point lies within its boundaries. |
boolean |
IlvActivityGraphicRenderer.contains(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
This method is called by an activity graphic to
test whether a point lies within its boundaries. |
boolean |
IlvActivityRenderer.contains(IlvActivityGraphic ag,
IlvPoint p,
IlvPoint tp,
IlvTransformer t)
This method is called by an activity graphic to
test whether a point lies within its boundaries. |
void |
IlvActivityCompositeRenderer.draw(Graphics dst,
IlvActivityGraphic ag,
IlvTransformer t)
This method is called by an activity graphic to
render itself. |
void |
IlvActivityGraphicRenderer.draw(Graphics dst,
IlvActivityGraphic ag,
IlvTransformer t)
This method is called by an activity
graphic to render itself. |
void |
IlvActivityRenderer.draw(Graphics dst,
IlvActivityGraphic ag,
IlvTransformer t)
This method is called by an activity graphic to render itself. |
void |
IlvActivityBar.draw(Graphics dst,
IlvActivityGraphic g,
IlvTransformer t)
This method is called by an activity
graphic to render itself. |
IlvRect |
IlvBasicActivitySymbol.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the rectangle in which the activity graphic should be drawn. |
IlvRect |
IlvActivityCompositeRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the rectangle in which the activity graphic should be drawn. |
IlvRect |
IlvActivityGraphicRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the rectangle in which the activity graphic should be drawn. |
IlvRect |
IlvActivityRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the rectangle in which the activity graphic should be drawn. |
IlvRect |
IlvActivityLabel.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the rectangle in which the activity graphic should be drawn. |
IlvRect |
IlvBasicActivityLabel.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the rectangle in which the activity graphic should be drawn. |
JPopupMenu |
IlvActivityCompositeRenderer.getPopupMenu(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t,
IlvManagerView view,
IlvPopupMenuManager popupManager)
This method is called by an activity graphic
to return the Swing popup menu to display when the popup is triggered while the mouse
pointer is at a specified location inside the activity graphic renderer. |
JPopupMenu |
IlvActivityGraphicRenderer.getPopupMenu(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t,
IlvManagerView view,
IlvPopupMenuManager popupManager)
This method is called by an activity graphic to return the Swing popup menu to display when the popup
is triggered while the mouse pointer is at a specified location inside the
activity graphic object. |
JPopupMenu |
IlvActivityRenderer.getPopupMenu(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t,
IlvManagerView view,
IlvPopupMenuManager popupManager)
This method is called by an activity graphic to return the Swing popup menu
to display when the popup is triggered while the mouse pointer is at a specified location inside the activity
graphic object. |
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. |
protected String |
IlvActivityBar.getToolTipCenterText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
Returns the tooltip text for the specified activity graphic when the mouse is in the center of the graphic. |
protected String |
IlvActivityBar.getToolTipEndText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
Returns the tooltip text for the specified activity graphic when the mouse is near the end time. |
protected String |
IlvActivityBar.getToolTipStartText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
Returns the tooltip text for the specified activity graphic when the mouse is near the start time. |
String |
IlvActivitySymbol.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an activity graphic
to return tooltip text for itself. |
String |
IlvActivityCompositeRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an activity
graphic to return tooltip text for itself. |
String |
IlvActivityGraphicRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an activity graphic
to return tooltip text for itself. |
String |
IlvActivityRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an activity graphic to return tooltip text for
itself. |
String |
IlvActivityBar.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an activity graphic
to return tooltip text for itself. |
IlvSelection |
IlvActivityCompositeRenderer.makeSelection(IlvActivityGraphic g)
This method is called by an activity graphic
to create and return a selection object for itself. |
IlvSelection |
IlvActivityGraphicRenderer.makeSelection(IlvActivityGraphic g)
This method is called by an activity graphic to create and return a
selection object for itself. |
IlvSelection |
IlvActivityRenderer.makeSelection(IlvActivityGraphic ag)
This method is called by an activity graphic to create and return a
selection object for itself. |
protected IlvGraphic |
IlvActivityGraphicRenderer.prepareGraphic(IlvActivityGraphic ag,
IlvTransformer t)
Prepares the underlying graphic for drawing by resizing and positioning it according to the renderer's bounds. |
| Uses of IlvActivityGraphic in ilog.views.gantt.graphic.renderer.composite |
|---|
| Methods in ilog.views.gantt.graphic.renderer.composite with parameters of type IlvActivityGraphic | |
|---|---|
IlvRect |
IlvActivityCompositeGraphicRenderer.getBounds(IlvActivityGraphic ag,
IlvTransformer t)
Returns the rectangle in which the activity graphic should be drawn. |
String |
IlvActivityCompositeGraphicRenderer.getToolTipText(IlvActivityGraphic ag,
IlvPoint p,
IlvTransformer t)
This method is called by an activity graphic
to return tooltip text for itself. |
IlvSelection |
IlvActivityCompositeGraphicRenderer.makeSelection(IlvActivityGraphic ag)
This method is called by an activity graphic to create and return a selection object for itself. |
protected IlvGraphic |
IlvActivityCompositeGraphicRenderer.prepareGraphic(IlvActivityGraphic ag,
IlvTransformer t)
Prepares the underlying graphic for drawing by resizing and positioning it according to the renderer's bounds. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||