Class Title
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.Title
-
- All Implemented Interfaces:
Serializable,Element
public class Title extends Object implements Element
Plot Title object.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEscapeHtml()Gets the escape html.StringgetFontFamily()Gets the font family.StringgetFontSize()Gets the font size.StringgetFontWeight()Gets the font weight.StringgetRenderer()Gets the renderer.StringgetRendererOptions()Gets the renderer options.BooleangetShow()Gets the show.StringgetText()Gets the text.StringgetTextAlign()Gets the text align.StringgetTextColor()Gets the text color.TitlesetEscapeHtml(String escapeHtml)Sets the escape html.TitlesetFontFamily(String fontFamily)Sets the font family.TitlesetFontSize(String fontSize)Sets the font size.TitlesetFontWeight(String fontWeight)Sets the font weight.TitlesetRenderer(String renderer)TitlesetRendererOptions(String rendererOptions)Sets the renderer options.TitlesetShow(boolean show)Sets the show.TitlesetShow(Boolean show)Sets the show.TitlesetText(String text)Sets the text.TitlesetTextAlign(String textAlign)Sets the text align.TitlesetTextColor(String textColor)Sets the text color.
-
-
-
Constructor Detail
-
Title
public Title()
Instantiates a new title.
-
Title
public Title(String text)
Instantiates a new title.- Parameters:
text- the text
-
-
Method Detail
-
getText
public String getText()
Gets the text.- Returns:
- the text
-
setShow
public Title setShow(boolean show)
Sets the show.- Parameters:
show- the new show- Returns:
- Title
-
getFontFamily
public String getFontFamily()
Gets the font family.- Returns:
- the font family
-
setFontFamily
public Title setFontFamily(String fontFamily)
Sets the font family.- Parameters:
fontFamily- the new font family- Returns:
- Title
-
getFontSize
public String getFontSize()
Gets the font size.- Returns:
- the fontSize
-
setFontSize
public Title setFontSize(String fontSize)
Sets the font size.- Parameters:
fontSize- the fontSize to set- Returns:
- Title
-
getFontWeight
public String getFontWeight()
Gets the font weight.- Returns:
- the fontWeight
-
setFontWeight
public Title setFontWeight(String fontWeight)
Sets the font weight.- Parameters:
fontWeight- the fontWeight to set- Returns:
- Title
-
getTextAlign
public String getTextAlign()
Gets the text align.- Returns:
- the textAlign
-
setTextAlign
public Title setTextAlign(String textAlign)
Sets the text align.- Parameters:
textAlign- the textAlign to set- Returns:
- Title
-
getTextColor
public String getTextColor()
Gets the text color.- Returns:
- the textColor
-
setTextColor
public Title setTextColor(String textColor)
Sets the text color.- Parameters:
textColor- the textColor to set- Returns:
- Title
-
getRenderer
public String getRenderer()
Gets the renderer.- Returns:
- the renderer
-
setRenderer
public Title setRenderer(String renderer)
- Parameters:
renderer- the renderer to set- Returns:
- Title
-
getRendererOptions
public String getRendererOptions()
Gets the renderer options.- Returns:
- the rendererOptions
-
setRendererOptions
public Title setRendererOptions(String rendererOptions)
Sets the renderer options.- Parameters:
rendererOptions- the rendererOptions to set- Returns:
- Title
-
getEscapeHtml
public String getEscapeHtml()
Gets the escape html.- Returns:
- the escapeHtml
-
setEscapeHtml
public Title setEscapeHtml(String escapeHtml)
Sets the escape html.- Parameters:
escapeHtml- the escapeHtml to set- Returns:
- Title
-
getShow
public Boolean getShow()
Gets the show.- Returns:
- the show
-
setShow
public Title setShow(Boolean show)
Sets the show.- Parameters:
show- the show to set- Returns:
- Title
-
-