DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.axes.AxisLabel
      extended by com.cete.dynamicpdf.pageelements.charting.axes.YAxisLabel
          extended by com.cete.dynamicpdf.pageelements.charting.axes.IndexedYAxisLabel

public class IndexedYAxisLabel
extends YAxisLabel

Represents Indexed y-axis label.

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

View Example


Constructor Summary
IndexedYAxisLabel(java.lang.String text, int value)
          Initializes a new instance of the IndexedYAxisLabel class.
IndexedYAxisLabel(java.lang.String text, int value, Font font, float fontSize, Color textColor)
          Initializes a new instance of the IndexedYAxisLabel class.
 
Method Summary
 int getValue()
          Gets the position of the indexed axis label.
 void setValue(int value)
          Sets the position of the indexed 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

IndexedYAxisLabel

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

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

IndexedYAxisLabel

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

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

getValue

public int getValue()
Gets the position of the indexed axis label.

Returns:
the value of the axis.

setValue

public void setValue(int value)
Sets the position of the indexed axis label.

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

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.07 for Java generated on Aug 12, 2020
© Copyright 2020, ceTe Software