org.gcube.spatial.data.gis.symbology
Class Range

java.lang.Object
  extended by org.gcube.spatial.data.gis.symbology.Range

public class Range
extends Object


Nested Class Summary
static class Range.Condition
           
 
Constructor Summary
Range(String toFilterProperty, Color toAssignColor, Object min, Object max, Range.Condition condition)
           
 
Method Summary
 Range.Condition getCondition()
           
 Object getMax()
           
 Object getMin()
           
 Color getToAssignColor()
           
 String getToFilterProperty()
           
 void setCondition(Range.Condition condition)
           
 void setMax(Object max)
           
 void setMin(Object min)
           
 void setToAssignColor(Color toAssignColor)
           
 void setToFilterProperty(String toFilterProperty)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Range

public Range(String toFilterProperty,
             Color toAssignColor,
             Object min,
             Object max,
             Range.Condition condition)
Method Detail

setCondition

public void setCondition(Range.Condition condition)

getMin

public Object getMin()
Returns:
the min

setMin

public void setMin(Object min)
Parameters:
min - the min to set

getMax

public Object getMax()
Returns:
the max

setMax

public void setMax(Object max)
Parameters:
max - the max to set

getToFilterProperty

public String getToFilterProperty()
Returns:
the toFilterProperty

setToFilterProperty

public void setToFilterProperty(String toFilterProperty)
Parameters:
toFilterProperty - the toFilterProperty to set

getToAssignColor

public Color getToAssignColor()
Returns:
the toAssignColor

setToAssignColor

public void setToAssignColor(Color toAssignColor)
Parameters:
toAssignColor - the toAssignColor to set

getCondition

public Range.Condition getCondition()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.