|
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.Title
public class Title
This class represents title. View Example
Licensing:
This is a DynamicPDF Generator Enterprise
Edition feature. One of the following licenses is required for non-evaluation usage:
Constructor Summary | |
---|---|
Title(java.lang.String title)
Initializes a new instance of Title class. |
|
Title(java.lang.String title,
Color textColor)
Initializes a new instance of Title class. |
|
Title(java.lang.String title,
Font font,
float fontSize)
Initializes a new instance of Title class. |
|
Title(java.lang.String title,
Font font,
float fontSize,
Color textColor)
Initializes a new instance of Title class. |
Method Summary | |
---|---|
Align |
getAlign()
Gets the align property of the title. |
float |
getBottomPadding()
Gets the bottom padding of the title. |
Font |
getFont()
Gets the Font object to use for the font of the the title. |
float |
getFontSize()
Gets the font size of the title. |
float |
getHeight()
Gets the height of the title. |
float |
getLeftPadding()
Gets the left padding of the title. |
float |
getRightPadding()
Gets the right padding of the title. |
Color |
getTextColor()
Gets the Color object to use for the text color of the title. |
java.lang.String |
getTitle()
Gets the text of the title. |
float |
getTopPadding()
Gets the top padding of the title. |
float |
getWidth()
Gets the width of the title. |
void |
setAlign(Align align)
Sets the align property of the title. |
void |
setBottomPadding(float value)
Sets the bottom padding of the title. |
void |
setFont(Font font)
Sets the Font object to use for the font of the title. |
void |
setFontSize(float fontSize)
Sets the font size of the title. |
void |
setHeight(float height)
Sets the height of the title. |
void |
setLeftPadding(float value)
Sets the left padding of the title. |
void |
setRightPadding(float value)
Sets the right padding of the title. |
void |
setTextColor(Color textColor)
Sets the Color object to use for the text color of the title. |
void |
setTitle(java.lang.String title)
Sets the text of the title. |
void |
setTopPadding(float value)
Sets the top Padding of the title. |
void |
setWidth(float width)
Sets the width of the title. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Title(java.lang.String title)
Title
class.
title
- Text indicating the title.public Title(java.lang.String title, Color textColor)
Title
class.
title
- Text indicating the title.textColor
- Text Color
of the title.Color
public Title(java.lang.String title, Font font, float fontSize)
Title
class.
title
- Text indicating the title.font
- Font
of the title.fontSize
- Font size of the the title.Font
public Title(java.lang.String title, Font font, float fontSize, Color textColor)
Title
class.
title
- Text indicating the title.font
- Font
of the title.fontSize
- Font size of the title.textColor
- Text Color
of the title.Font
,
Color
Method Detail |
---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the text of the title.public void setTopPadding(float value)
value
- the float used to set top padding of the title.public float getTopPadding()
public void setBottomPadding(float value)
value
- the float used to set bottom padding of the title.public float getBottomPadding()
public void setLeftPadding(float value)
value
- the float used to set left padding of the title.public float getLeftPadding()
public void setRightPadding(float value)
value
- the float used to set right padding of the title.public float getRightPadding()
public void setAlign(Align align)
align
- the align property of the title.public Align getAlign()
public Font getFont()
Font
object to use for the font of the the title.
Font
public void setFont(Font font)
Font
object to use for the font of the title.
font
- Font object to use for the font of the title.Font
public float getFontSize()
public void setFontSize(float fontSize)
fontSize
- the float used to set font size of the title.public Color getTextColor()
Color
object to use for the text color of the title.
Color
public void setTextColor(Color textColor)
Color
object to use for the text color of the title.
textColor
- object to use for the text color of the title.Color
public float getWidth()
public void setWidth(float width)
width
- to set the width of the title.public float getHeight()
public void setHeight(float height)
height
- to set the height of the title.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |