DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.axes.AxisLabel
      extended by com.cete.dynamicpdf.pageelements.charting.axes.XAxisLabel
          extended by com.cete.dynamicpdf.pageelements.charting.axes.PercentageXAxisLabel

public class PercentageXAxisLabel
extends XAxisLabel

Represents a Percentage a-axis label. View Example


Constructor Summary
PercentageXAxisLabel(java.lang.String text, float value)
          Initializes a new instance of the PercentageXAxisLabel class.
PercentageXAxisLabel(java.lang.String text, float value, Font font, float fontSize, Color textColor)
          Initializes a new instance of the PercentageXAxisLabel class.
 
Method Summary
 float getValue()
          Gets the position of the percentage axis label.
 void setValue(float value)
          Sets the position of the percentage axis label.
 
Methods inherited from class com.cete.dynamicpdf.pageelements.charting.axes.AxisLabel
getFont, getFontSize, getText, getTextColor, setFont, setFontSize, setText, setTextColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PercentageXAxisLabel

public PercentageXAxisLabel(java.lang.String text,
                            float value)
Initializes a new instance of the PercentageXAxisLabel class.

Parameters:
text - Text to display in the percentage axis label.
value - Position of the percentage axis label.

PercentageXAxisLabel

public PercentageXAxisLabel(java.lang.String text,
                            float value,
                            Font font,
                            float fontSize,
                            Color textColor)
Initializes a new instance of the PercentageXAxisLabel class.

Parameters:
text - Text to display in the percentage axis label.
value - Position of the percentage axis label.
font - Font for the text of the percentage axis label.
fontSize - Font size for the text of the percentage axis label.
textColor - Color for the text of the percentage axis label.
Method Detail

getValue

public float getValue()
Gets the position of the percentage axis label.

Returns:
the value of the axis.

setValue

public void setValue(float value)
Sets the position of the percentage axis label.

Parameters:
value - to set the position of the percentage axis label.

DynamicPDF by ceTe Software

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