|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.style.AbstractStyle<AxisTextPaintTags>
lt.monarch.chart.chart2D.axis.TitleSettings
public class TitleSettings extends AbstractStyle<AxisTextPaintTags>
Title settings for the axis
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class lt.monarch.chart.style.AbstractStyle |
|---|
dirty |
| Modifier | Constructor and Description |
|---|---|
protected |
TitleSettings(Style style)
Title setting constructor |
| Modifier and Type | Method and Description |
|---|---|
Alignment |
getHorizontalAlignment()
Returns the axis title horizontal alignment type. |
int |
getOffset()
Gets title offset from the labels |
TitlePosition |
getPosition()
Gets the title label position |
double |
getRotationAngle()
Gets the title rotation value in radians |
TextPaintMode |
getTextPaintMode()
Gets axis title painting mode |
int |
getTitleOffset()
Deprecated. use getOffset |
TitlePosition |
getTitlePosition()
Deprecated. use getPosition instead |
Alignment |
getVerticalAlignment()
Returns the axis title vertical alignment type. |
void |
setHorizontalAlignment(Alignment align)
Sets the axis title horizontal alignment type. |
void |
setOffset(int offset)
Sets the title offset from the labels |
void |
setPosition(TitlePosition pos)
Sets the title label position flag in the local stylesheet |
void |
setRotationAngle(double titleRotation)
Sets the title rotation value in radians |
void |
setTextPaintMode(TextPaintMode mode)
Sets axis labels painting mode. |
void |
setTitleOffset(int offset)
Deprecated. use setOffset |
void |
setTitlePosition(TitlePosition pos)
Deprecated. use setPosition instead |
void |
setVerticalAlignment(Alignment align)
Sets the axis title vertical alignment type. |
| Methods inherited from class lt.monarch.chart.style.AbstractStyle |
|---|
dispose, finalize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected TitleSettings(Style style)
style - stylesheet object| Method Detail |
|---|
@Deprecated public void setTitleOffset(int offset)
offset - title offset from the labels@Deprecated public int getTitleOffset()
public void setOffset(int offset)
offset - title offset from the labelspublic int getOffset()
public void setHorizontalAlignment(Alignment align)
align - axis title horizontal alignment typepublic Alignment getHorizontalAlignment()
public void setVerticalAlignment(Alignment align)
align - the axis title vertical alignment typepublic Alignment getVerticalAlignment()
@Deprecated public void setTitlePosition(TitlePosition pos)
pos - title label positionpublic void setPosition(TitlePosition pos)
pos - title label position@Deprecated public TitlePosition getTitlePosition()
public TitlePosition getPosition()
public void setTextPaintMode(TextPaintMode mode)
mode - labels painting mode.public TextPaintMode getTextPaintMode()
public double getRotationAngle()
public void setRotationAngle(double titleRotation)
titleRotation - value in radians
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||