public class ConditionalFormat extends Object
Modifier and Type | Method and Description |
---|---|
static ConditionalFormat |
conditionWhenValueIsBetween(Style apply,
double init,
double end) |
static ConditionalFormat |
conditionWhenValueIsEqual(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values equals to X".
|
static ConditionalFormat |
conditionWhenValueIsEqual(Style apply,
String value) |
static ConditionalFormat |
conditionWhenValueIsGreater(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values greater than X".
|
static ConditionalFormat |
conditionWhenValueIsLower(Style apply,
double value)
Create a ConditionalFormat rule where the boolean condition is "values lower than X".
|
boolean |
equals(Object o) |
Style |
getStyleApplied() |
int |
hashCode() |
public Style getStyleApplied()
public static ConditionalFormat conditionWhenValueIsGreater(Style apply, double value)
apply
- the style to ble applied if the condition turns truevalue
- the value to compare topublic static ConditionalFormat conditionWhenValueIsLower(Style apply, double value)
apply
- the style to ble applied if the condition turns truevalue
- the value to compare topublic static ConditionalFormat conditionWhenValueIsEqual(Style apply, double value)
apply
- the style to ble applied if the condition turns truevalue
- the value to compare topublic static ConditionalFormat conditionWhenValueIsEqual(Style apply, String value)
public static ConditionalFormat conditionWhenValueIsBetween(Style apply, double init, double end)
Copyright © 2023. All rights reserved.