public class Range extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Range.Condition |
| Constructor and Description |
|---|
Range(String toFilterProperty,
Color toAssignColor,
Object min,
Object max,
Range.Condition condition) |
| Modifier and Type | Method and Description |
|---|---|
Range.Condition |
getCondition() |
Object |
getMax() |
Object |
getMin() |
Color |
getToAssignColor() |
String |
getToFilterProperty() |
void |
setMax(Object max) |
void |
setMin(Object min) |
void |
setToAssignColor(Color toAssignColor) |
void |
setToFilterProperty(String toFilterProperty) |
String |
toString() |
public Range(String toFilterProperty, Color toAssignColor, Object min, Object max, Range.Condition condition)
public Object getMin()
public void setMin(Object min)
min - the min to setpublic Object getMax()
public void setMax(Object max)
max - the max to setpublic String getToFilterProperty()
public void setToFilterProperty(String toFilterProperty)
toFilterProperty - the toFilterProperty to setpublic Color getToAssignColor()
public void setToAssignColor(Color toAssignColor)
toAssignColor - the toAssignColor to setpublic Range.Condition getCondition()
Copyright © 2014. All Rights Reserved.