|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
ilog.views.event.ManagerEvent
ilog.views.event.ManagerContentChangedEvent
ilog.views.event.ObjectBBoxChangedEvent
public final class ObjectBBoxChangedEvent
An ObjectBBoxChangedEvent event is fired after
a graphic object changes its bounding rectangle.
ManagerContentChangedListener,
Serialized Form| Field Summary |
|---|
| Fields inherited from class ilog.views.event.ManagerContentChangedEvent |
|---|
ADJUSTMENT_END, OBJECT_ADDED, OBJECT_BBOX_CHANGED, OBJECT_LAYER_CHANGED, OBJECT_REMOVED, OBJECT_VISIBILITY_CHANGED |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ObjectBBoxChangedEvent(IlvManager manager)
Creates the event. |
|
| Method Summary | |
|---|---|
IlvGraphic |
getGraphicObject()
Returns the graphic object concerned by this event. |
IlvRect |
getNewBoundingBox()
Returns the new bounding rectangle. |
IlvRect |
getOldBoundingBox()
Returns the old bounding rectangle. |
void |
setGraphicObject(IlvGraphic g)
Changes the graphic object of the event. |
void |
setNewBoundingBox(IlvRect r)
Sets the new bounding box. |
void |
setOldBoundingBox(IlvRect r)
Sets the old bounding box. |
| Methods inherited from class ilog.views.event.ManagerContentChangedEvent |
|---|
getType, isAdjusting, setAdjusting, setType |
| Methods inherited from class ilog.views.event.ManagerEvent |
|---|
getManager |
| 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 ObjectBBoxChangedEvent(IlvManager manager)
manager - The manager source of the event.| Method Detail |
|---|
public final IlvGraphic getGraphicObject()
public final IlvRect getOldBoundingBox()
public final IlvRect getNewBoundingBox()
public final void setGraphicObject(IlvGraphic g)
public final void setOldBoundingBox(IlvRect r)
public final void setNewBoundingBox(IlvRect r)
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||