|
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.series.SeriesLabel
public class SeriesLabel
This class represents a series label of pie series.
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
| Constructor Summary | |
|---|---|
SeriesLabel(java.lang.String text)
Initializes a new instance of the SeriesLabel class. |
|
SeriesLabel(java.lang.String text,
Color textColor,
Font font,
float fontSize)
Initializes a new instance of the SeriesLabel class. |
|
SeriesLabel(java.lang.String text,
Color textColor,
Font font,
float fontSize,
SeriesNameDisplay seriesNameDisplay)
Initializes a new instance of the SeriesLabel class. |
|
SeriesLabel(java.lang.String text,
Font font,
SeriesNameDisplay seriesNameDisplay)
Initializes a new instance of the SeriesLabel class. |
|
SeriesLabel(java.lang.String text,
SeriesNameDisplay seriesNameDisplay)
Initializes a new instance of the SeriesLabel class. |
|
| Method Summary | |
|---|---|
SeriesNameDisplay |
getDisplayPosition()
Gets SeriesNameDisplay enumeration that specifies display
position of the series label. |
Font |
getFont()
Gets the Font object to use for the text of the series label. |
float |
getFontSize()
Gets the font size for the text of the series label. |
java.lang.String |
getText()
Gets the text of the series label. |
Color |
getTextColor()
Gets the Color object to use for the text of the series label. |
void |
setDisplayPosition(SeriesNameDisplay seriesNameDisplay)
Sets SeriesNameDisplay enumeration that specifies display
position of the series label. |
void |
setFont(Font font)
Sets the Font object to use for the text of the series label. |
void |
setFontSize(float fontSize)
Sets the font size for the text of the series label. |
void |
setText(java.lang.String text)
Sets the text of the series label. |
void |
setTextColor(Color color)
Sets the Color object to use for the text of the series label. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SeriesLabel(java.lang.String text)
SeriesLabel class.
text - Text to display in the series label.
public SeriesLabel(java.lang.String text,
SeriesNameDisplay seriesNameDisplay)
SeriesLabel class.
text - Text to display in the series label.seriesNameDisplay - SeriesNameDisplay enumeration indicating
display position of series label.
public SeriesLabel(java.lang.String text,
Font font,
SeriesNameDisplay seriesNameDisplay)
SeriesLabel class.
text - Text to display in the series label.font - Font for the text of the series label.seriesNameDisplay - SeriesNameDisplay enumeration indicating
display position of series label.
public SeriesLabel(java.lang.String text,
Color textColor,
Font font,
float fontSize)
SeriesLabel class.
text - Text to display in the series label.textColor - the color of the series label.font - Font for the text of the series label.fontSize - Font size for the text of the series label.
public SeriesLabel(java.lang.String text,
Color textColor,
Font font,
float fontSize,
SeriesNameDisplay seriesNameDisplay)
SeriesLabel class.
text - Text to display in the series label.textColor - the text color of the series label.font - Font for the text of the series label.fontSize - Font size for the text of the series label.seriesNameDisplay - SeriesNameDisplay enumeration indicating
display position of series label.| Method Detail |
|---|
public java.lang.String getText()
public void setText(java.lang.String text)
text - string used to set the text of the series label.public Font getFont()
Font object to use for the text of the series label.
Fontpublic void setFont(Font font)
Font object to use for the text of the series label.
font - the font of the series label.Fontpublic float getFontSize()
public void setFontSize(float fontSize)
fontSize - float used to set font size for the text of the series label.public Color getTextColor()
Color object to use for the text of the series label.
Colorpublic void setTextColor(Color color)
Color object to use for the text of the series label.
color - the text color of the series label.Colorpublic SeriesNameDisplay getDisplayPosition()
SeriesNameDisplay enumeration that specifies display
position of the series label.
SeriesNameDisplay enumeration that specifies display
position of the series label.SeriesNameDisplaypublic void setDisplayPosition(SeriesNameDisplay seriesNameDisplay)
SeriesNameDisplay enumeration that specifies display
position of the series label.
seriesNameDisplay - SeriesNameDisplay enumeration that
specifies display position of the series label.SeriesNameDisplay
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||