DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class LegendLabelList

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

public class LegendLabelList
extends java.lang.Object

Represents a list Legend Labels.

Licensing:
This is a DynamicPDF Generator Enterprise Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 LegendLabel getLegendLabel(int index)
          Gets the LegendLabel from the Label List base on the given index.
 int size()
          Gets the total number of labels in the label list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()
Gets the total number of labels in the label list.

Returns:
int The total number of labels in the label list.

getLegendLabel

public LegendLabel getLegendLabel(int index)
Gets the LegendLabel from the Label List base on the given index.

Parameters:
index - integer value used to get the legend label from the label list.
Returns:
LegendLabel The Legend label of the given index.
See Also:
LegendLabel

DynamicPDF by ceTe Software

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