Package | Description |
---|---|
cz.zcu.fav.kiv.editor.beans.sections | |
cz.zcu.fav.kiv.editor.config | |
cz.zcu.fav.kiv.editor.config.handlers |
Modifier and Type | Method and Description |
---|---|
Figure |
Group.getFigure() |
Modifier and Type | Method and Description |
---|---|
void |
Group.setFigure(Figure figure) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Figure> |
ConfigController.getFigureList() |
java.util.Map<java.lang.String,Figure> |
ConfigParser.readConfig(ConfigData configData,
AttributeGroup[] attributeGroupList)
Parses the configuration file with layout of parameters and attribute-sets - config.xml.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigParser.readFigures(java.util.Map<java.lang.String,Parameter> parameterList,
java.util.Map<java.lang.String,Figure> figureList)
Parses the configuration file with graphics figures - graphics.xml.
|
void |
ParamController.removeInvalidParam(java.util.Map<java.lang.String,Figure> figureList)
Removes all parameters and properties that couldn't be parsed.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Figure> |
ConfigXmlHandler.getFigureList() |
Constructor and Description |
---|
FigureXmlHandler(java.util.Map<java.lang.String,Parameter> parameterList,
java.util.Map<java.lang.String,Figure> figList)
Initializes a newly created
FigureXmlHandler with list of
Parameter s. |