public final class ObjectBBoxChangedEvent extends ManagerContentChangedEvent
ObjectBBoxChangedEvent
event is fired after
a graphic object changes its bounding rectangle.ManagerContentChangedListener
,
Serialized FormADJUSTMENT_END, OBJECT_ADDED, OBJECT_BBOX_CHANGED, OBJECT_LAYER_CHANGED, OBJECT_REMOVED, OBJECT_VISIBILITY_CHANGED
source
Constructor and Description |
---|
ObjectBBoxChangedEvent(IlvManager manager)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
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.
|
getType, isAdjusting, setAdjusting, setType
getManager
getSource, toString
public ObjectBBoxChangedEvent(IlvManager manager)
manager
- The manager source of the event.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)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.