-
public abstract class ComponentBaseThis class encapsulates everything both Axis, Legend and LimitLines have in common.
-
-
Constructor Summary
Constructors Constructor Description ComponentBase()
-
Method Summary
Modifier and Type Method Description final BooleangetIsEnabled()flag that indicates if this axis / legend is enabled or not final UnitsetIsEnabled(Boolean isEnabled)flag that indicates if this axis / legend is enabled or not final TypefacegetTypeface()the typeface used for the labels final UnitsetTypeface(Typeface typeface)the typeface used for the labels IntegergetTextColor()the text color to use for the labels UnitsetTextColor(Integer textColor)the text color to use for the labels final FloatgetXOffset()final UnitsetXOffset(Float xOffset)final FloatgetYOffset()final UnitsetYOffset(Float yOffset)final FloatgetTextSize()final UnitsetTextSize(Float textSize)-
-
Method Detail
-
getIsEnabled
final Boolean getIsEnabled()
flag that indicates if this axis / legend is enabled or not
-
setIsEnabled
final Unit setIsEnabled(Boolean isEnabled)
flag that indicates if this axis / legend is enabled or not
-
getTypeface
final Typeface getTypeface()
the typeface used for the labels
-
setTypeface
final Unit setTypeface(Typeface typeface)
the typeface used for the labels
-
getTextColor
Integer getTextColor()
the text color to use for the labels
-
setTextColor
Unit setTextColor(Integer textColor)
the text color to use for the labels
-
getXOffset
final Float getXOffset()
-
setXOffset
final Unit setXOffset(Float xOffset)
-
getYOffset
final Float getYOffset()
-
setYOffset
final Unit setYOffset(Float yOffset)
-
getTextSize
final Float getTextSize()
-
setTextSize
final Unit setTextSize(Float textSize)
-
-
-
-