com.vividsolutions.jump.workbench.model
Class LayerTreeModel.ColorThemingValue

java.lang.Object
  extended by com.vividsolutions.jump.workbench.model.LayerTreeModel.ColorThemingValue
Enclosing class:
LayerTreeModel

public static class LayerTreeModel.ColorThemingValue
extends java.lang.Object


Constructor Summary
LayerTreeModel.ColorThemingValue(java.lang.Object value, BasicStyle style, java.lang.String label)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 BasicStyle getStyle()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LayerTreeModel.ColorThemingValue

public LayerTreeModel.ColorThemingValue(java.lang.Object value,
                                        BasicStyle style,
                                        java.lang.String label)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

getStyle

public BasicStyle getStyle()