| |
|
| java.lang.Object com.projity.graphic.configuration.BarStyle
BarStyle | public class BarStyle implements Predicate(Code) | | |
FORMULA_PREFIX | final public static String FORMULA_PREFIX(Code) | | |
annotation | boolean annotation(Code) | | |
calendar | boolean calendar(Code) | | |
BarStyle | public BarStyle()(Code) | | |
getBarFormatName | public String getBarFormatName()(Code) | | Returns the barFormat. |
getFormulaText | public String getFormulaText()(Code) | | Returns the formula. |
isActive | public boolean isActive()(Code) | | Returns the active. |
isAnnotation | public boolean isAnnotation()(Code) | | |
isCalendar | public boolean isCalendar()(Code) | | |
isLink | public boolean isLink()(Code) | | |
setActive | public void setActive(boolean active)(Code) | | Parameters: active - The active to set. |
setAnnotation | public void setAnnotation(boolean annotation)(Code) | | |
setCalendar | public void setCalendar(boolean calendar)(Code) | | |
setFormatId | public void setFormatId(String formatId)(Code) | | Parameters: barFormat - The barFormat to set. |
setFormulaClass | public void setFormulaClass(String formulaClass)(Code) | | |
setFormulaText | public void setFormulaText(String formulaText)(Code) | | Parameters: formula - The formula to set. |
setId | public void setId(String id)(Code) | | Parameters: id - The id to set. |
setLink | public void setLink(boolean link)(Code) | | |
setName | public void setName(String name)(Code) | | Parameters: name - The name to set. |
setType | public void setType(String type)(Code) | | Parameters: type - The type to set. |
|
|
|