|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.util.IlEventObject
ilog.cpl.graph.GraphRendererEvent
public class GraphRendererEvent
Event which is generated when graphic objects are added or updated in a Graph View.
| Nested Class Summary | |
|---|---|
static class |
GraphRendererEvent.Type
Event type |
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
GraphRendererEvent(Object source,
IlEventType type,
IlpRepresentationObject ro)
Creates events of type GraphRendererEvent.Type.CONTAINER_ADDED
or GraphRendererEvent.Type.CONTAINER_UPDATED |
|
GraphRendererEvent(Object source,
IlEventType type,
IlpRepresentationObject ro,
IlpGraphic graphic,
IlpGraphicRendererContext context)
Creates events of type GraphRendererEvent.Type.GRAPHIC_ADDED
or GraphRendererEvent.Type.GRAPHIC_UPDATED |
|
| Method Summary | |
|---|---|
IlpGraphic |
getGraphic()
Returns the graphic object which has been added or updated. |
IlpGraphicRendererContext |
getRendererContext()
Returns the renderer context when the graphic was added or updated. |
IlpRepresentationObject |
getRepresentationObject()
Returns the representation object whose graphic has generated this event. |
| Methods inherited from class ilog.util.IlEventObject |
|---|
getType |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GraphRendererEvent(Object source,
IlEventType type,
IlpRepresentationObject ro)
GraphRendererEvent.Type.CONTAINER_ADDED
or GraphRendererEvent.Type.CONTAINER_UPDATED
source - Event sourcetype - GraphRendererEvent.Type.CONTAINER_ADDED
or GraphRendererEvent.Type.CONTAINER_UPDATEDro - Representation object
public GraphRendererEvent(Object source,
IlEventType type,
IlpRepresentationObject ro,
IlpGraphic graphic,
IlpGraphicRendererContext context)
GraphRendererEvent.Type.GRAPHIC_ADDED
or GraphRendererEvent.Type.GRAPHIC_UPDATED
source - Event sourcetype - GraphRendererEvent.Type.GRAPHIC_ADDED
or GraphRendererEvent.Type.GRAPHIC_UPDATEDro - Representation objectgraphic - Container graphic| Method Detail |
|---|
public IlpRepresentationObject getRepresentationObject()
public IlpGraphic getGraphic()
public IlpGraphicRendererContext getRendererContext()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||