public final class ObjectVisibilityChangedEvent extends ManagerContentChangedEvent
ObjectVisibilityChangedEvent
event is fired after
a graphic object changes its visibility state.ManagerContentChangedListener
,
Serialized FormADJUSTMENT_END, OBJECT_ADDED, OBJECT_BBOX_CHANGED, OBJECT_LAYER_CHANGED, OBJECT_REMOVED, OBJECT_VISIBILITY_CHANGED
source
Constructor and Description |
---|
ObjectVisibilityChangedEvent(IlvManager manager)
Creates the event.
|
Modifier and Type | Method and Description |
---|---|
IlvGraphic |
getGraphicObject()
Returns the graphic object concerned
by this event.
|
boolean |
isObjectVisible()
Returns
true if graphic object is now visible. |
void |
setGraphicObject(IlvGraphic g)
Changes the graphic object of the event.
|
void |
setObjectVisible(boolean visible)
Sets the visibility state.
|
getType, isAdjusting, setAdjusting, setType
getManager
getSource, toString
public ObjectVisibilityChangedEvent(IlvManager manager)
manager
- The manager source of the event.public final IlvGraphic getGraphicObject()
public final boolean isObjectVisible()
true
if graphic object is now visible.public final void setGraphicObject(IlvGraphic g)
public final void setObjectVisible(boolean visible)
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.