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:
  • Constructor Details

    • Title

      public Title()
      Instantiates a new title.
    • Title

      public Title(String text)
      Instantiates a new title.
      Parameters:
      text - the text
  • Method Details

    • 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
    • setText

      public Title setText(String text)
      Sets the text.
      Parameters:
      text - the text to set
      Returns:
      Title