|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Figure | |
---|---|
cz.zcu.fav.kiv.editor.beans.sections | |
cz.zcu.fav.kiv.editor.config | |
cz.zcu.fav.kiv.editor.config.handlers |
Uses of Figure in cz.zcu.fav.kiv.editor.beans.sections |
---|
Methods in cz.zcu.fav.kiv.editor.beans.sections that return Figure | |
---|---|
Figure |
Group.getFigure()
|
Methods in cz.zcu.fav.kiv.editor.beans.sections with parameters of type Figure | |
---|---|
void |
Group.setFigure(Figure figure)
|
Uses of Figure in cz.zcu.fav.kiv.editor.config |
---|
Methods in cz.zcu.fav.kiv.editor.config that return types with arguments of type Figure | |
---|---|
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. |
Method parameters in cz.zcu.fav.kiv.editor.config with type arguments of type Figure | |
---|---|
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. |
Uses of Figure in cz.zcu.fav.kiv.editor.config.handlers |
---|
Methods in cz.zcu.fav.kiv.editor.config.handlers that return types with arguments of type Figure | |
---|---|
java.util.Map<java.lang.String,Figure> |
ConfigXmlHandler.getFigureList()
|
Constructor parameters in cz.zcu.fav.kiv.editor.config.handlers with type arguments of type Figure | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |