Class TLspPaintGroupsChangedEvent.Change.ObjectsRemoved
java.lang.Object
com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change
com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change.ObjectsRemoved
- Enclosing class:
TLspPaintGroupsChangedEvent.Change
public static final class TLspPaintGroupsChangedEvent.Change.ObjectsRemoved
extends TLspPaintGroupsChangedEvent.Change
A paint group change for objects that have been removed from a paint group.
- Since:
- 2012.0
-
Nested Class Summary
Nested classes/interfaces inherited from class com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change
TLspPaintGroupsChangedEvent.Change.ObjectsAdded, TLspPaintGroupsChangedEvent.Change.ObjectsChanged, TLspPaintGroupsChangedEvent.Change.ObjectsMoved, TLspPaintGroupsChangedEvent.Change.ObjectsRemoved, TLspPaintGroupsChangedEvent.Change.ObjectsReplaced, TLspPaintGroupsChangedEvent.Change.Removed
-
Constructor Summary
ConstructorDescriptionObjectsRemoved
(Object aPaintGroupId, TLspPaintState aPaintState, Collection aRemovedObjects) Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsRemoved paint group change. -
Method Summary
Modifier and TypeMethodDescriptionReturns the objects that were removed from the paint group.Returns the identifier of the paint group that has changed.Returns the paint state of the paint group identified bygetPaintGroupIdentifier()
.toString()
Methods inherited from class com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change
equals, hashCode
-
Constructor Details
-
ObjectsRemoved
Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsRemoved paint group change.- Parameters:
aPaintGroupId
- the id of the paint group from which objects were removedaPaintState
- the paint state of the paint groupaRemovedObjects
- the objects that have been removed from the paint group
-
-
Method Details
-
getObjects
Returns the objects that were removed from the paint group.- Returns:
- the objects that were removed from the paint group
-
getPaintGroupIdentifier
Returns the identifier of the paint group that has changed.- Returns:
- the identifier of the paint group that has changed
-
getPaintState
Returns the paint state of the paint group identified bygetPaintGroupIdentifier()
.- Returns:
- the paint state of the paint group identified by
getPaintGroupIdentifier()
-
toString
-