|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.TitleList
public class TitleList
This class represents the title list of the chart.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Method Summary | |
|---|---|
void |
add(Title title)
Adds a Title to the end of the TitleList object. |
Title |
getTitle(int index)
Gets the Title at the given index. |
int |
size()
Gets the number of titles actually contained in the title list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void add(Title title)
Title to the end of the TitleList object.
title - Title to be displayed in the chart.Title,
TitleListpublic Title getTitle(int index)
Title at the given index.
index - index of the Title required.
Title object.Titlepublic int size()
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||