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 IlvGraphic getGraphicObject()
public IlvRect getOldBoundingBox()
public IlvRect getNewBoundingBox()
public void setGraphicObject(IlvGraphic g)
public void setOldBoundingBox(IlvRect r)
public void setNewBoundingBox(IlvRect r)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.