Method Summary |
|
public String | getField() Returns the name of the field from where the compare value is read. |
public Expression | getInstance() Return a completly separated copy of this function. |
public Object | getValues(int index) Returns one of the values that hide the element. |
public Object[] | getValues() Returns all known compare values as array. |
public int | getValuesCount() Returns the number of values in the compare list. |
protected void | processRootBand(Band b) Processes the root-band. |
public void | setField(String field) Defines the name of the field from where the compare value is read. |
public void | setValues(int index, Object value) Defines one of the values that hide the element. |
public void | setValues(Object[] values) Defines all values using the object from the value-array. |