DynamicPDF by ceTe Software

com.cete.dynamicpdf.pageelements.charting.axes
Class PercentageXAxisLabelList

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.axes.AxisLabelList
      extended by com.cete.dynamicpdf.pageelements.charting.axes.XAxisLabelList
          extended by com.cete.dynamicpdf.pageelements.charting.axes.PercentageXAxisLabelList

public class PercentageXAxisLabelList
extends XAxisLabelList

Represents a list of PercentageXAxisLabels.

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


Method Summary
 void add(PercentageXAxisLabel percentageXAxisLabel)
          Adds a PercentageXAxisLabel to the end of the PercentageXAxisLabelList object.
 PercentageXAxisLabel getAxisLabel(float value)
          Gets the PercentageXAxisLabel at the given float position.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.XAxisLabelList
getAngle, setAngle
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.AxisLabelList
getAutoLabels, getFont, getFontSize, getMaximumLabelWidth, getTextColor, getWrapText, isVisible, setAutoLabels, setFont, setFontSize, setMaximumLabelWidth, setTextColor, setVisible, setWrapText, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(PercentageXAxisLabel percentageXAxisLabel)
Adds a PercentageXAxisLabel to the end of the PercentageXAxisLabelList object.

Parameters:
percentageXAxisLabel - the PercentageXAxisLabel to be added to the end of the PercentageXAxisLabelList.
See Also:
PercentageXAxisLabel

getAxisLabel

public PercentageXAxisLabel getAxisLabel(float value)
Gets the PercentageXAxisLabel at the given float position.

Parameters:
value - position of the required percentage axis label.
Returns:
the PercentageXAxisLabel object.
See Also:
PercentageXAxisLabel

DynamicPDF by ceTe Software

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