public class IltShapeChangedEvent extends EventObject
IltCompositeGrapher
has changed.IltShapeChangedListener
,
Serialized Formsource
Constructor and Description |
---|
IltShapeChangedEvent(Object source,
Object newShapeInManager)
Deprecated.
Please use the other constructor.
|
IltShapeChangedEvent(Object source,
Object newShapeInManager,
IlpPositionSource newShapeSource)
Creates an event.
|
Modifier and Type | Method and Description |
---|---|
IltCompositeGraphic |
getGraphic()
Returns the graphic object whose shape has changed.
|
Object |
getNewShape()
Returns the new shape (in manager coordinates) of the graphic object.
|
IlpPositionSource |
getNewShapeSource()
Returns the reason for the shape change, or
null if it is unknown. |
IltObject |
getObject()
Returns the semantic object represented by the graphic object.
|
getSource, toString
public IltShapeChangedEvent(Object source, Object newShapeInManager, IlpPositionSource newShapeSource)
source
- the source of the event, an IltCompositeGraphicnewShapeInManager
- the new shape of the graphic object, in manager
coordinates, of type
IlvPoint
for IltNetworkElement
,
IltOffPageConnector
, IltShelf
,
IlvRect
for IltRectGroup
,
IltShelfItem
,
IlpPolyline
for IltAbstractLink
,
IltLinearGroup
,
IlpPolygon
for IltPolyGroup
.
newShapeSource
- the reason for the shape change, or
null
if unknown@Deprecated public IltShapeChangedEvent(Object source, Object newShapeInManager)
source
- the source of the event, an IltCompositeGraphicnewShapeInManager
- the new shape of the graphic object, in manager
coordinates, of type
IlvPoint
for IltNetworkElement
,
IltOffPageConnector
, IltShelf
,
IlvRect
for IltRectGroup
,
IltShelfItem
,
IlpPolyline
for IltAbstractLink
,
IltLinearGroup
,
IlpPolygon
for IltPolyGroup
.
public IltCompositeGraphic getGraphic()
public IltObject getObject()
public Object getNewShape()
public IlpPositionSource getNewShapeSource()
null
if it is unknown.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.