Package ca.spatial.mapview
Class ThemeDescriptor
java.lang.Object
ca.spatial.mapview.ThemeDescriptor
This class provides a string label to describe mapping themes.
In addition it provides some utility methods to assist with
object instantiation.
-
Constructor Summary
ConstructorsConstructorDescriptionThemeDescriptor(Theme theme, String label)
ThemeDescriptor(Class theme, String label)
-
Method Summary
Modifier and TypeMethodDescriptionstatic ThemeDescriptor
getDescriptor(ArrayList<ThemeDescriptor> list, Class aClass)
Search for a ThemeDescriptor that contains the class that we are interested in.Instantiate an instance of the themegetLabel()
Return the classtoString()
-
Constructor Details
-
ThemeDescriptor
-
ThemeDescriptor
-
-
Method Details