public class CartesianScaleLabel extends ChartContainer
Modifier and Type | Method and Description |
---|---|
IsColor |
getFontColor()
Returns the font color for scale title
|
java.lang.String |
getFontColorAsString()
Returns the font color for scale title
|
java.lang.String |
getFontFamily()
Returns the font family for the scale title, follows CSS font-family options.
|
int |
getFontSize()
Returns the font size for scale title.
|
FontStyle |
getFontStyle()
Returns the font style for the scale title, follows CSS font-style options (i.e.
|
java.lang.String |
getLabelString()
Returns the text for the title.
|
double |
getLineHeight()
Returns the height of an individual line of text.
|
Padding |
getPadding() |
boolean |
isDisplay()
f true, display the axis title.
|
void |
setDisplay(boolean display)
f true, display the axis title.
|
void |
setFontColor(IsColor fontColor)
Sets the font color for scale title
|
void |
setFontColor(java.lang.String fontColor)
Sets the font color for scale title
|
void |
setFontFamily(java.lang.String fontFamily)
Sets the font family for the scale title, follows CSS font-family options.
|
void |
setFontSize(int fontSize)
Sets the font size for scale title.
|
void |
setFontStyle(FontStyle fontStyle)
Sets the font style for the scale title, follows CSS font-style options (i.e.
|
void |
setLabelString(java.lang.String labelString)
Sets the text for the title.
|
void |
setLineHeight(double lineHeight)
Sets the height of an individual line of text.
|
getChart
checkAndGetDoubleValues, checkAndGetEnumValues, checkAndGetIntegerValues, checkAndGetStringValues, checkAndSetDoubleValues, checkAndSetEnumValues, checkAndSetIntegerValues, checkAndSetStringValues, getDoubleArray, getIntegerArray, getJavaScriptObject, getObjectArray, getStringArray, getValue, getValue, getValue, getValue, getValue, getValue, getValue, has, has, hasToBeRegistered, isEmpty, keys, remove, remove, removeIfExists, setDoubleArray, setEnumValueArray, setIntegerArray, setObjectArray, setStringArray, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, type
public Padding getPadding()
public void setDisplay(boolean display)
display
- f true, display the axis title.public boolean isDisplay()
public void setLabelString(java.lang.String labelString)
labelString
- The text for the title.public java.lang.String getLabelString()
public void setLineHeight(double lineHeight)
lineHeight
- Height of an individual line of text.public double getLineHeight()
public void setFontSize(int fontSize)
fontSize
- Font size for scale title.public int getFontSize()
public void setFontStyle(FontStyle fontStyle)
fontStyle
- Font style for the scale title, follows CSS font-style options (i.e. normal, italic, oblique, initial, inherit).FontStyle
public FontStyle getFontStyle()
FontStyle
public void setFontColor(IsColor fontColor)
fontColor
- Font color for scale titlepublic void setFontColor(java.lang.String fontColor)
fontColor
- Font color for scale titlepublic java.lang.String getFontColorAsString()
public IsColor getFontColor()
public void setFontFamily(java.lang.String fontFamily)
fontFamily
- Font family for the scale title, follows CSS font-family options.public java.lang.String getFontFamily()