java.lang.Object
org.wicketstuff.jqplot.lib.elements.ElemContainer
- All Implemented Interfaces:
Serializable,Element
The Class ElemContainer.
- Author:
- inaiat
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionElemContainer(Float plotWidth, Float plotHeight) Instantiates a new elem container. -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCreates the element.Gets the plot height.Gets the plot width.voidsetPlotHeight(Float plotHeight) Sets the plot height.voidsetPlotWidth(Float plotWidth) Sets the plot width.
-
Constructor Details
-
ElemContainer
Instantiates a new elem container.- Parameters:
plotWidth- the plot widthplotHeight- the plot height
-
-
Method Details
-
getPlotHeight
Gets the plot height.- Returns:
- plotHeight
-
setPlotHeight
Sets the plot height.- Parameters:
plotHeight- the new plot height
-
getPlotWidth
Gets the plot width.- Returns:
- plotWidth
-
setPlotWidth
Sets the plot width.- Parameters:
plotWidth- the new plot width
-
createElement
public static void createElement()Creates the element.
-