Uses of Class
com.luciad.view.lightspeed.layer.paintgroup.TLspPaintGroupsChangedEvent.Change
Packages that use 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 classA paint group change for objects that have been added to a paint group.static final classA paint group change for objects that have changed.static final classA paint group change for objects that have been moved from one paint group to another one.static final classA paint group change for objects that have been removed from a paint group.static final classA paint group change for objects that have been replaced by other objects.static final classA paint group change for paint groups that have been removed.Methods in com.luciad.view.lightspeed.layer.paintgroup that return types with arguments of type TLspPaintGroupsChangedEvent.ChangeModifier and TypeMethodDescriptionTLspPaintGroupsChangedEvent.getPaintGroupChanges()Returns the paint group changes.Constructor parameters in com.luciad.view.lightspeed.layer.paintgroup with type arguments of type TLspPaintGroupsChangedEvent.ChangeModifierConstructorDescriptionTLspPaintGroupsChangedEvent(ILspLayer aLayer, ILspView aView, ILspPaintGroupSet aPaintGroupSet, Collection<TLspPaintGroupsChangedEvent.Change> aPaintGroupChanges) Creates an event where specific objects have changed.