public class Group extends ParentSection
Group class represents a group of parameters and properties.title| Constructor and Description |
|---|
Group(java.lang.String title)
Initializes a newly created
Group with the specified name. |
| Modifier and Type | Method and Description |
|---|---|
void |
clearValues()
Clear values (sets default values) of all parameters and properties.
|
java.util.List<ParentParameter> |
getElementList() |
Figure |
getFigure() |
void |
setElementList(java.util.List<ParentParameter> parameterList) |
void |
setFigure(Figure figure) |
getTitlepublic Group(java.lang.String title)
Group with the specified name. The
title argument is the title of the group.title - a title of the group.public void clearValues()
public java.util.List<ParentParameter> getElementList()
public void setElementList(java.util.List<ParentParameter> parameterList)
public Figure getFigure()
public void setFigure(Figure figure)