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
-
Method Summary
Methods inherited from class com.luciad.view.lightspeed.style.styler.ALspStyler
addStyleChangeListener, fireStyleChangeEvent, fireStyleChangeEvent, removeStyleChangeListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.luciad.view.lightspeed.style.styler.ILspCustomizableStyler
getStyles
Methods inherited from interface com.luciad.view.lightspeed.style.styler.ILspStyler
addStyleChangeListener, removeStyleChangeListener, style
-
Constructor Details
-
ALspCustomizableStyler
public ALspCustomizableStyler()
-