DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting
Class PlotAreaList

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

public class PlotAreaList
extends java.lang.Object

Represents a list of plot areas in the chart.

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


Method Summary
 PlotArea add(float x, float y, float width, float height)
          Returns a PlotArea object.
 PlotArea getPlotArea(int index)
          Gets the PlotArea at the given index.
 int size()
          Gets the number of plot areas actually contained in the plot area list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public PlotArea add(float x,
                    float y,
                    float width,
                    float height)
Returns a PlotArea object.

Parameters:
x - X coordinate of the plot area.
y - Y coordinate of the plot area.
width - Width of the plot area.
height - Height of the plot area.
Returns:
the PlotArea object.
See Also:
PlotArea

getPlotArea

public PlotArea getPlotArea(int index)
Gets the PlotArea at the given index.

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

size

public int size()
Gets the number of plot areas actually contained in the plot area list.

Returns:
the size of the list.

DynamicPDF by ceTe Software

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