DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class TitleList

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.TitleList

public class TitleList
extends java.lang.Object

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

add

public void add(Title title)
Adds a Title to the end of the TitleList object.

Parameters:
title - Title to be displayed in the chart.
See Also:
Title, TitleList

getTitle

public Title getTitle(int index)
Gets the Title at the given index.

Parameters:
index - index of the Title required.
Returns:
theTitle object.
See Also:
Title

size

public int size()
Gets the number of titles actually contained in the title list.

Returns:
the size of the title list

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software