public class ElemContainer extends Object implements Element
| Constructor and Description |
|---|
ElemContainer(Float plotWidth,
Float plotHeight)
Instantiates a new elem container.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
createElement()
Creates the element.
|
Float |
getPlotHeight()
Gets the plot height.
|
Float |
getPlotWidth()
Gets the plot width.
|
void |
setPlotHeight(Float plotHeight)
Sets the plot height.
|
void |
setPlotWidth(Float plotWidth)
Sets the plot width.
|
public Float getPlotHeight()
public void setPlotHeight(Float plotHeight)
plotHeight - the new plot heightpublic Float getPlotWidth()
public void setPlotWidth(Float plotWidth)
plotWidth - the new plot widthpublic static void createElement()
Copyright © 2021. All rights reserved.