ilog.views.event
Class ObjectBBoxChangedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by ilog.views.event.ManagerEvent
          extended by ilog.views.event.ManagerContentChangedEvent
              extended by ilog.views.event.ObjectBBoxChangedEvent
All Implemented Interfaces:
Serializable

public final class ObjectBBoxChangedEvent
extends ManagerContentChangedEvent

An ObjectBBoxChangedEvent event is fired after a graphic object changes its bounding rectangle.

See Also:
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

ObjectBBoxChangedEvent

public ObjectBBoxChangedEvent(IlvManager manager)
Creates the event.

Parameters:
manager - The manager source of the event.
Method Detail

getGraphicObject

public final IlvGraphic getGraphicObject()
Returns the graphic object concerned by this event.


getOldBoundingBox

public final IlvRect getOldBoundingBox()
Returns the old bounding rectangle.


getNewBoundingBox

public final IlvRect getNewBoundingBox()
Returns the new bounding rectangle.


setGraphicObject

public final void setGraphicObject(IlvGraphic g)
Changes the graphic object of the event. You should not call this method.


setOldBoundingBox

public final void setOldBoundingBox(IlvRect r)
Sets the old bounding box. You should not call this method.


setNewBoundingBox

public final void setNewBoundingBox(IlvRect r)
Sets the new bounding box. You should not call this method.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.