Class ColorThemingTableModel.AttributeMapping

java.lang.Object
com.vividsolutions.jump.workbench.ui.renderer.style.ColorThemingTableModel.AttributeMapping
All Implemented Interfaces:
Comparable
Enclosing class:
ColorThemingTableModel

protected static class ColorThemingTableModel.AttributeMapping extends Object implements Comparable
  • Constructor Details

  • Method Details

    • getAttributeValue

      public Object getAttributeValue()
    • getBasicStyle

      public BasicStyle getBasicStyle()
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable
    • setAttributeValue

      public void setAttributeValue(Object object)
    • setBasicStyle

      public void setBasicStyle(BasicStyle style)
    • getLabel

      protected String getLabel()
    • setLabel

      protected void setLabel(String label)