|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.charting.axes.AxisLabel
com.cete.dynamicpdf.pageelements.charting.axes.YAxisLabel
com.cete.dynamicpdf.pageelements.charting.axes.DateTimeYAxisLabel
public class DateTimeYAxisLabel
Represents a DateTime yA-axis Label.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
DateTimeYAxisLabel(java.lang.String text,
java.util.Calendar value)
Initializes a new instance of the DateTimeYAxisLabel class. |
|
DateTimeYAxisLabel(java.lang.String text,
java.util.Calendar value,
Font font,
float fontSize,
Color textColor)
Initializes a new instance of the DateTimeYAxisLabel class. |
|
| Method Summary | |
|---|---|
java.util.Calendar |
getValue()
Gets the position of the datetime-axis label. |
void |
setValue(java.util.Calendar value)
Sets the position of the datetime-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 |
|---|
public DateTimeYAxisLabel(java.lang.String text,
java.util.Calendar value)
DateTimeYAxisLabel class.
text - Text to display in the datetime-axis label.value - Position of the datetime-axis label.
public DateTimeYAxisLabel(java.lang.String text,
java.util.Calendar value,
Font font,
float fontSize,
Color textColor)
DateTimeYAxisLabel class.
text - Text to display in the datetime-axis label.value - Position of the datetime-axis label.font - Font for the text of the datetime-axis label.fontSize - Font size for the text of the datetime-axis label.textColor - Color for the text of the datetime-axis label.DateTimeYAxisLabel| Method Detail |
|---|
public java.util.Calendar getValue()
public void setValue(java.util.Calendar value)
value - Calendar object used to set the position of the dateTime-axis label.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||