FormatConditionValueType
Inheritance: java.lang.Object
public final class FormatConditionValueType
Condition value type.
Fields
Field | Description |
---|---|
AUTOMATIC_MAX | Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient. |
AUTOMATIC_MIN | Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient. |
FORMULA | The minimum/ midpoint / maximum value for the gradient is determined by a formula. |
MAX | Indicates that the maximum value in the range shall be used as the maximum value for the gradient. |
MIN | Indicates that the minimum value in the range shall be used as the minimum value for the gradient. |
NUMBER | Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value. |
PERCENT | Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient. |
PERCENTILE | Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AUTOMATIC_MAX
public static final int AUTOMATIC_MAX
Indicates that the Automatic maximum value in the range shall be used as the Automatic maximum value for the gradient.
AUTOMATIC_MIN
public static final int AUTOMATIC_MIN
Indicates that the Automatic minimum value in the range shall be used as the Automatic minimum value for the gradient.
FORMULA
public static final int FORMULA
The minimum/ midpoint / maximum value for the gradient is determined by a formula.
MAX
public static final int MAX
Indicates that the maximum value in the range shall be used as the maximum value for the gradient.
MIN
public static final int MIN
Indicates that the minimum value in the range shall be used as the minimum value for the gradient.
NUMBER
public static final int NUMBER
Indicates that the minimum / midpoint / maximum value for the gradient is specified by a constant numeric value.
PERCENT
public static final int PERCENT
Value indicates a percentage between the minimum and maximum values in the range shall be used as the minimum / midpoint / maximum value for the gradient.
PERCENTILE
public static final int PERCENTILE
Value indicates a percentile ranking in the range shall be used as the minimum / midpoint / maximum value for the gradient.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |