Class TLspPaintGroupsChangedEvent.Change.ObjectsReplaced

java.lang.Object
com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change
com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change.ObjectsReplaced
Enclosing class:
TLspPaintGroupsChangedEvent.Change

public static final class TLspPaintGroupsChangedEvent.Change.ObjectsReplaced extends TLspPaintGroupsChangedEvent.Change
A paint group change for objects that have been replaced by other objects.
Since:
2012.0
  • Constructor Details

    • ObjectsReplaced

      public ObjectsReplaced(Object aPaintGroupId, TLspPaintState aPaintState, Collection aOldObjects, Collection aNewObjects)
      Constructs a new TLspPaintGroupsChangedEvent.Change.ObjectsReplaced paint group change.
      Parameters:
      aPaintGroupId - the id of the paint group in which objects have been replaced
      aPaintState - the paint state of the paint group
      aOldObjects - the objects that have been replaced
      aNewObjects - the objects that replace aOldObjects
  • Method Details