|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.pageelements.charting.Legend
public class Legend
Represents a Legend.
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 labels text alignment. |
Color |
getBackgroundColor()
Gets the background color of the Legend. |
Color |
getBorderColor()
Gets the border color of the Legend. |
float |
getBottomPadding()
Gets the bottom padding of the Legend. |
Font |
getFont()
Gets the Font of the Legend. |
float |
getFontSize()
Gets the font size of the Legend. |
float |
getHeight()
Gets the height of the legend. |
float |
getLabelSpacing()
Gets the label spacing of the legend. |
float |
getLeftPadding()
Gets the left padding of the Legend. |
LegendLabelList |
getLegendLabelList()
Gets the legend label list from the Legend. |
LineStyle |
getLineStyle()
Gets the LineStyle of the legend. |
float |
getLineWidth()
Gets the line width of the legend. |
float |
getRequiredHeight()
Gets the Height required to draw the legend. |
float |
getRequiredWidth()
Gets the Width required to draw the legend. |
float |
getRightPadding()
Gets the right padding of the legend. |
float |
getSymbolSpacing()
Gets the symbol spacing of the legend. |
Color |
getTextColor()
Gets the text color of the Legend. |
float |
getTopPadding()
Gets the top padding of the legend. |
boolean |
getVisible()
Gets the visible property of the legend. |
float |
getWidth()
Gets the width of the legend. |
float |
getX()
Gets the x position of the legend. |
float |
getY()
Gets the y position of the legend. |
void |
setAlign(TextAlign textAlign)
Sets the legend labels text alignment. |
void |
setBackgroundColor(Color color)
Sets the background color of the Legend. |
void |
setBorderColor(Color color)
Sets the border color of the Legend. |
void |
setBottomPadding(float bottomPadding)
Sets the bottom padding of the legend. |
void |
setFont(Font font)
Sets the Font of the legend. |
void |
setFontSize(float fontSize)
Sets the font size of the Legend. |
void |
setHeight(float height)
Sets the Height of the legend. |
void |
setLabelSpacing(float labelSpacing)
Sets the label spacing of the legend. |
void |
setLeftPadding(float leftPadding)
Sets the left padding of the Legend. |
void |
setLineStyle(LineStyle style)
Sets the LineStyle of the legend. |
void |
setLineWidth(float width)
Sets the line width of the legend. |
void |
setRightPadding(float rightPadding)
Sets the right padding of the legend. |
void |
setSymbolSpacing(float symbolSpacing)
Sets the symbol spacing of the lLegend. |
void |
setTextColor(Color color)
Sets the text color of the Legend. |
void |
setTopPadding(float topPadding)
Sets the top padding of the legend. |
void |
setVisible(boolean value)
Sets the visible property of the legend. |
void |
setWidth(float width)
Sets the width of the Legend. |
void |
setX(float x)
Sets the x position of the legend. |
void |
setY(float y)
Sets the y position of the legend. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setFont(Font font)
Font
of the legend.
font
- The font of the legend.Font
public TextAlign getAlign()
public void setAlign(TextAlign textAlign)
textAlign
- the legend labels text alignmentpublic Font getFont()
Font
of the Legend.
Font
public void setFontSize(float fontSize)
fontSize
- The fontsize of the legend.public float getFontSize()
public void setTextColor(Color color)
color
- The Color
of the Legend Text.Color
public Color getTextColor()
Color
of the Legend Text.Color
public void setBorderColor(Color color)
color
- The border Color
of the legend.Color
public Color getBorderColor()
Color
of the legend.Color
public void setBackgroundColor(Color color)
color
- The background Color
of the legend.Color
public Color getBackgroundColor()
Color
of the legend.Color
public LegendLabelList getLegendLabelList()
LegendLabelList
public float getRequiredWidth()
public void setTopPadding(float topPadding)
topPadding
- The top padding of the legend.public float getTopPadding()
public void setBottomPadding(float bottomPadding)
bottomPadding
- The bottom padding of the legend.public float getBottomPadding()
public void setLeftPadding(float leftPadding)
leftPadding
- The left padding of the legend.public float getLeftPadding()
public void setRightPadding(float rightPadding)
rightPadding
- The right padding of the legend.public float getRightPadding()
public void setLabelSpacing(float labelSpacing)
labelSpacing
- The label spacing of the legend.public float getLabelSpacing()
public void setSymbolSpacing(float symbolSpacing)
symbolSpacing
- The symbol spacing of the legend.public float getSymbolSpacing()
public void setVisible(boolean value)
value
- The visible property of the legend.public boolean getVisible()
public void setX(float x)
x
- The x position of the legend.public float getX()
public float getY()
public void setY(float y)
y
- The y position of the legend.public float getLineWidth()
public void setLineWidth(float width)
width
- The line width of the legend.public void setLineStyle(LineStyle style)
LineStyle
of the legend.
style
- The lineStyle of the legend.LineStyle
public LineStyle getLineStyle()
LineStyle
of the legend.
public void setWidth(float width)
width
- The width of the Legend.public float getWidth()
public float getHeight()
public void setHeight(float height)
height
- The Height of the legend.public float getRequiredHeight()
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |