Class ALspCustomizableStyler
java.lang.Object
com.luciad.view.lightspeed.style.styler.ALspStyler
com.luciad.view.lightspeed.style.styler.ALspCustomizableStyler
- All Implemented Interfaces:
ILspCustomizableStyler,ILspStyler
- Direct Known Subclasses:
TLspCustomizableStyler
Abstract base class for implementations of
ILspCustomizableStyler.
Extensions are responsible for implementing the
ILspStyler.style(java.util.Collection, ALspStyleCollector, com.luciad.view.lightspeed.TLspContext)
and ILspCustomizableStyler.getStyles() methods.- Since:
- 2012.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.luciad.view.lightspeed.style.styler.ALspStyler
addStyleChangeListener, fireStyleChangeEvent, fireStyleChangeEvent, removeStyleChangeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.luciad.view.lightspeed.style.styler.ILspCustomizableStyler
getStylesMethods inherited from interface com.luciad.view.lightspeed.style.styler.ILspStyler
addStyleChangeListener, removeStyleChangeListener, style
-
Constructor Details
-
ALspCustomizableStyler
public ALspCustomizableStyler()
-