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 Summary
Constructors Constructor Description AttributeMapping(Object attributeValue, BasicStyle basicStyle, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(Object o)
Object
getAttributeValue()
BasicStyle
getBasicStyle()
protected String
getLabel()
void
setAttributeValue(Object object)
void
setBasicStyle(BasicStyle style)
protected void
setLabel(String label)
-
-
-
Constructor Detail
-
AttributeMapping
public AttributeMapping(Object attributeValue, BasicStyle basicStyle, String label)
-
-
Method Detail
-
getAttributeValue
public Object getAttributeValue()
-
getBasicStyle
public BasicStyle getBasicStyle()
-
compareTo
public int compareTo(Object o)
- Specified by:
compareTo
in interfaceComparable
-
setAttributeValue
public void setAttributeValue(Object object)
-
setBasicStyle
public void setBasicStyle(BasicStyle style)
-
getLabel
protected String getLabel()
-
setLabel
protected void setLabel(String label)
-
-