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 intcompareTo(Object o)ObjectgetAttributeValue()BasicStylegetBasicStyle()protected StringgetLabel()voidsetAttributeValue(Object object)voidsetBasicStyle(BasicStyle style)protected voidsetLabel(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:
compareToin interfaceComparable
-
setAttributeValue
public void setAttributeValue(Object object)
-
setBasicStyle
public void setBasicStyle(BasicStyle style)
-
getLabel
protected String getLabel()
-
setLabel
protected void setLabel(String label)
-
-