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 IlvGraphic getGraphicObject()
public boolean isObjectVisible()
true
if graphic object is now visible.public void setGraphicObject(IlvGraphic g)
public void setObjectVisible(boolean visible)
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.