| 
 | 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.LegendLabel
public class LegendLabel
Represents a legend label.
Licensing:
This is a DynamicPDF Generator Enterprise
 Edition feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  TextAlign | getAlign()Gets the legend label alignment. | 
|  Font | getFont()Gets the Fontof the Legend label. | 
|  float | getFontSize()Gets the fontSize of the Legend label. | 
|  float | getRequiredWidth()Gets the required width of the Legend label. | 
|  float | getSymbolWidth()Gets the legend label's symbol width. | 
|  java.lang.String | getText()Gets the text of the legend label. | 
|  Color | getTextColor()Gets the color of the Legend label text. | 
|  boolean | getVisible()Gets the visible property of the Legend label. | 
|  void | setAlign(TextAlign textAlign)Sets the legend label alignment. | 
|  void | setFont(Font font)Sets the Fontof the Legend abel. | 
|  void | setFontSize(float fontSize)Sets the font size of the Legend label. | 
|  void | setSymbolWidth(float width)Sets the legend label's symbol width. | 
|  void | setText(java.lang.String text)Sets the text of the legend label. | 
|  void | setTextColor(Color textColor)Sets the Colorof the Legend label text. | 
|  void | setVisible(boolean value)Sets the visible property of the Legend label. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public TextAlign getAlign()
public void setAlign(TextAlign textAlign)
textAlign - The legend label alignment.public java.lang.String getText()
public void setText(java.lang.String text)
text - The text of the legend label.public float getSymbolWidth()
public void setSymbolWidth(float width)
width - The symbol width of the legend Label.public float getRequiredWidth()
public void setVisible(boolean value)
value - The visible property of the Legend label.public boolean getVisible()
public Font getFont()
Font of the Legend label.
Fontpublic void setFont(Font font)
Font of the Legend abel.
font - The font of the Legend label.Fontpublic float getFontSize()
public void setFontSize(float fontSize)
fontSize - The font Size of the Legend label.public Color getTextColor()
public void setTextColor(Color textColor)
Color of the Legend label text.
textColor - The color of the Legend label text.Color| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||