Class ElemContainer

java.lang.Object
org.wicketstuff.jqplot.lib.elements.ElemContainer
All Implemented Interfaces:
Serializable, Element

public class ElemContainer extends Object implements Element
The Class ElemContainer.
Author:
inaiat
See Also:
  • Constructor Details

    • ElemContainer

      public ElemContainer(Float plotWidth, Float plotHeight)
      Instantiates a new elem container.
      Parameters:
      plotWidth - the plot width
      plotHeight - the plot height
  • Method Details

    • getPlotHeight

      public Float getPlotHeight()
      Gets the plot height.
      Returns:
      plotHeight
    • setPlotHeight

      public void setPlotHeight(Float plotHeight)
      Sets the plot height.
      Parameters:
      plotHeight - the new plot height
    • getPlotWidth

      public Float getPlotWidth()
      Gets the plot width.
      Returns:
      plotWidth
    • setPlotWidth

      public void setPlotWidth(Float plotWidth)
      Sets the plot width.
      Parameters:
      plotWidth - the new plot width
    • createElement

      public static void createElement()
      Creates the element.