|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectlt.monarch.chart.engine.AbstractChartObject<AxisPaintTags>
lt.monarch.chart.chart2D.axis.AxisTitle
public class AxisTitle extends AbstractChartObject<AxisPaintTags>
Axis title object
| Modifier and Type | Field and Description |
|---|---|
protected TextStyle<AxisTextPaintTags> |
textStyle
|
protected java.lang.String |
title
|
protected TitleSettings |
titleSettings
|
| Fields inherited from class lt.monarch.chart.engine.AbstractChartObject |
|---|
AXIS_SORT_POSITION, BREAK_LINE_POSITION, DEFAULT_SORT_POSITION, GRID_SORT_POSITION, MARKER_SERIES_SORT_POSITION, MARKERS_SORT_POSITION, paintStyle, SERIES_SORT_POSITION, sortPosition, style |
| Constructor and Description |
|---|
AxisTitle(java.lang.String title)
|
| Modifier and Type | Method and Description |
|---|---|
void |
draw(AbstractGraphics g)
Renders chart object on the Graphics context. |
java.awt.Font |
getFont(AxisTextPaintTags tag)
|
Style |
getFullStyle()
|
java.lang.Object |
getParent()
Return the parent chart object |
AbstractStyle |
getStyle(StyleType styleType)
Gets style object for the stylesheet attributes specified by style type. |
TextStyle<AxisTextPaintTags> |
getTextStyle()
Gets text style object |
java.lang.String |
getTitle()
|
TitleSettings |
getTitleSettings()
Gets the titleSettings object |
void |
setParent(java.lang.Object parent)
|
void |
setTitle(java.lang.String title)
|
| Methods inherited from class lt.monarch.chart.engine.AbstractChartObject |
|---|
activate, chart, copy, deactivate, dispose, finalize, getChart, getChartObjectBounds, getPaintStyle, getSortPosition, getStyle, invalidate, isVisible, layout, repaint, repaint, setChart, setVisible |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final TitleSettings titleSettings
protected TextStyle<AxisTextPaintTags> textStyle
protected java.lang.String title
| Constructor Detail |
|---|
public AxisTitle(java.lang.String title)
| Method Detail |
|---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public void draw(AbstractGraphics g)
ChartObject
g - graphics contextpublic java.lang.Object getParent()
StyleEditorEntity
getParent in interface StyleEditorEntitygetParent in class AbstractChartObject<AxisPaintTags>public void setParent(java.lang.Object parent)
public java.awt.Font getFont(AxisTextPaintTags tag)
public TitleSettings getTitleSettings()
public TextStyle<AxisTextPaintTags> getTextStyle()
public AbstractStyle getStyle(StyleType styleType)
ChartObject
getStyle in interface ChartObjectgetStyle in interface StyleEditorEntitygetStyle in class AbstractChartObject<AxisPaintTags>styleType - style type attributespublic Style getFullStyle()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||