java.lang.Object
org.wicketstuff.jqplot.lib.elements.Title
- All Implemented Interfaces:
Serializable,Element
Plot Title object.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the escape html.Gets the font family.Gets the font size.Gets the font weight.Gets the renderer.Gets the renderer options.getShow()Gets the show.getText()Gets the text.Gets the text align.Gets the text color.setEscapeHtml(String escapeHtml) Sets the escape html.setFontFamily(String fontFamily) Sets the font family.setFontSize(String fontSize) Sets the font size.setFontWeight(String fontWeight) Sets the font weight.setRenderer(String renderer) setRendererOptions(String rendererOptions) Sets the renderer options.setShow(boolean show) Sets the show.Sets the show.Sets the text.setTextAlign(String textAlign) Sets the text align.setTextColor(String textColor) Sets the text color.
-
Constructor Details
-
Title
public Title()Instantiates a new title. -
Title
Instantiates a new title.- Parameters:
text- the text
-
-
Method Details
-
getText
Gets the text.- Returns:
- the text
-
setShow
Sets the show.- Parameters:
show- the new show- Returns:
- Title
-
getFontFamily
Gets the font family.- Returns:
- the font family
-
setFontFamily
Sets the font family.- Parameters:
fontFamily- the new font family- Returns:
- Title
-
getFontSize
Gets the font size.- Returns:
- the fontSize
-
setFontSize
Sets the font size.- Parameters:
fontSize- the fontSize to set- Returns:
- Title
-
getFontWeight
Gets the font weight.- Returns:
- the fontWeight
-
setFontWeight
Sets the font weight.- Parameters:
fontWeight- the fontWeight to set- Returns:
- Title
-
getTextAlign
Gets the text align.- Returns:
- the textAlign
-
setTextAlign
Sets the text align.- Parameters:
textAlign- the textAlign to set- Returns:
- Title
-
getTextColor
Gets the text color.- Returns:
- the textColor
-
setTextColor
Sets the text color.- Parameters:
textColor- the textColor to set- Returns:
- Title
-
getRenderer
Gets the renderer.- Returns:
- the renderer
-
setRenderer
- Parameters:
renderer- the renderer to set- Returns:
- Title
-
getRendererOptions
Gets the renderer options.- Returns:
- the rendererOptions
-
setRendererOptions
Sets the renderer options.- Parameters:
rendererOptions- the rendererOptions to set- Returns:
- Title
-
getEscapeHtml
Gets the escape html.- Returns:
- the escapeHtml
-
setEscapeHtml
Sets the escape html.- Parameters:
escapeHtml- the escapeHtml to set- Returns:
- Title
-
getShow
Gets the show.- Returns:
- the show
-
setShow
Sets the show.- Parameters:
show- the show to set- Returns:
- Title
-
setText
Sets the text.- Parameters:
text- the text to set- Returns:
- Title
-