Class ThemeDescriptor

java.lang.Object
ca.spatial.mapview.ThemeDescriptor

public class ThemeDescriptor extends Object
This class provides a string label to describe mapping themes. In addition it provides some utility methods to assist with object instantiation.
  • Constructor Details

    • ThemeDescriptor

      public ThemeDescriptor(Class theme, String label)
    • ThemeDescriptor

      public ThemeDescriptor(Theme theme, String label)
  • Method Details