public class ChartTitle
extends java.lang.Object
implements java.lang.Cloneable
To learn more, visit the Working with Charts documentation article.
| Modifier and Type | Method and Description |
|---|---|
void |
clearRunAttrs() |
protected void |
copyComplexPropertiesTo(ChartTitle destination) |
java.lang.Object |
fetchInheritedRunAttr(int key) |
java.lang.Object |
getDirectRunAttr(int key) |
boolean |
getOverlay()
Determines whether other chart elements shall be allowed to overlap title.
|
boolean |
getShow()
Determines whether the title shall be shown for this chart.
|
java.lang.String |
getText()
Gets the text of the chart title.
|
protected java.lang.Object |
memberwiseClone() |
void |
removeRunAttr(int key) |
void |
setOverlay(boolean value)
Determines whether other chart elements shall be allowed to overlap title.
|
void |
setRunAttr(int key,
java.lang.Object value) |
void |
setShow(boolean value)
Determines whether the title shall be shown for this chart.
|
void |
setText(java.lang.String value)
Sets the text of the chart title.
|
protected void copyComplexPropertiesTo(ChartTitle destination)
public java.lang.Object getDirectRunAttr(int key)
public java.lang.Object fetchInheritedRunAttr(int key)
public void setRunAttr(int key,
java.lang.Object value)
public void removeRunAttr(int key)
public void clearRunAttrs()
public java.lang.String getText()
getShow() / setShow(boolean) option if you need to hide the Title.public void setText(java.lang.String value)
getShow() / setShow(boolean) option if you need to hide the Title.value - The text of the chart title.public boolean getOverlay()
boolean value.public void setOverlay(boolean value)
value - The corresponding boolean value.public boolean getShow()
boolean value.public void setShow(boolean value)
value - The corresponding boolean value.protected java.lang.Object memberwiseClone()