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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ElemContainer(Float plotWidth, Float plotHeight)Instantiates a new elem container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcreateElement()Creates the element.FloatgetPlotHeight()Gets the plot height.FloatgetPlotWidth()Gets the plot width.voidsetPlotHeight(Float plotHeight)Sets the plot height.voidsetPlotWidth(Float plotWidth)Sets the plot width.
-
-
-
Method Detail
-
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.
-
-