Uses of Class
com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change
Package
Description
Provides support for grouping the objects that should be painted and handling changes to these
groups.
-
Uses of TLspPaintGroupsChangedEvent.Change in com.luciad.view.lightspeed.layer.paintgroup
Modifier and TypeClassDescriptionstatic final class
A paint group change for objects that have been added to a paint group.static final class
A paint group change for objects that have changed.static final class
A paint group change for objects that have been moved from one paint group to another one.static final class
A paint group change for objects that have been removed from a paint group.static final class
A paint group change for objects that have been replaced by other objects.static final class
A paint group change for paint groups that have been removed.Modifier and TypeMethodDescriptionTLspPaintGroupsChangedEvent.getPaintGroupChanges()
Returns the paint group changes.ModifierConstructorDescriptionTLspPaintGroupsChangedEvent
(ILspLayer aLayer, ILspView aView, ILspPaintGroupSet aPaintGroupSet, Collection<TLspPaintGroupsChangedEvent.Change> aPaintGroupChanges) Creates an event where specific objects have changed.