DynamicPDF by ceTe Software

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

java.lang.Object
  extended by com.cete.dynamicpdf.pageelements.charting.axes.AxisLabelList
      extended by com.cete.dynamicpdf.pageelements.charting.axes.YAxisLabelList
          extended by com.cete.dynamicpdf.pageelements.charting.axes.DateTimeYAxisLabelList

public class DateTimeYAxisLabelList
extends YAxisLabelList

Represents a DateTimeYAxisLabelList.

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


Method Summary
 void add(DateTimeYAxisLabel dateTimeYAxisLabel)
          Adds a DateTimeYAxisLabel to the end of the DateTimeYAxisLabelList object.
 DateTimeYAxisLabel getAxisLabel(java.util.Calendar value)
          Gets the DateTimeYAxisLabel object at the given calendar position.
 
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(DateTimeYAxisLabel dateTimeYAxisLabel)
Adds a DateTimeYAxisLabel to the end of the DateTimeYAxisLabelList object.

Parameters:
dateTimeYAxisLabel - the DateTimeYAxisLabel to be added to the end of the DateTimeYAxisLabelList.
See Also:
DateTimeYAxisLabel

getAxisLabel

public DateTimeYAxisLabel getAxisLabel(java.util.Calendar value)
Gets the DateTimeYAxisLabel object at the given calendar position.

Parameters:
value - position of the required datetime-axis label.
Returns:
the DateTimeYAxisLabel object.
See Also:
DateTimeYAxisLabel

DynamicPDF by ceTe Software

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