|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextChartItem | |
---|---|
org.ujac.chart |
Uses of TextChartItem in org.ujac.chart |
---|
Subclasses of TextChartItem in org.ujac.chart | |
---|---|
class |
PieChartDescriptionItem
Name: PieChartDescriptionItem Description: Holds all informations of an pie chart description item. |
Fields in org.ujac.chart declared as TextChartItem | |
---|---|
protected TextChartItem |
DefaultChartModel.title
The chart's title item. |
Methods in org.ujac.chart that return TextChartItem | |
---|---|
protected TextChartItem |
Base2DScaleChart.getSegmentScaleDescription()
Gets the segment scale description. |
TextChartItem |
ChartAttributes.getTextItem(String name)
Gets a TextItem attribute. |
TextChartItem |
DefaultChartModel.getTitle()
|
TextChartItem |
ChartModel.getTitle()
Gets the chart title. |
protected TextChartItem |
Base2DScaleChart.getValueScaleDescription()
Gets the value scale description. |
TextChartItem |
TextChartItem.setRotate(boolean rotate)
Setter method for the the property color. |
Methods in org.ujac.chart with parameters of type TextChartItem | |
---|---|
void |
ChartAttributes.setTextItem(String name,
TextChartItem value)
Sets a TextItem attribute. |
void |
DefaultChartModel.setTitle(TextChartItem title)
|
void |
ChartModel.setTitle(TextChartItem title)
Sets the chart title. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |