public class Svg extends SVGElementBase<javafx.scene.Group>
| Constructor and Description |
|---|
Svg(String name,
Attributes attributes,
SVGElementBase<SVGDataProvider> parent,
SVGDataProvider dataProvider)
Creates a new instance of he element using the given attributes and the parent.
|
| Modifier and Type | Method and Description |
|---|---|
protected javafx.scene.Group |
createResultInternal()
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
protected void |
initializeResult(javafx.scene.Group group)
This method will be called in the
SVGElementBase.createResult()
and allows to modify the result such as applying a style or transformations.
|
createResult, endProcessing, getCssStyle, getResult, getTransformation, processCharacterData, startProcessinggetAttribute, getAttributes, getChildren, getDataProvider, getName, getParentpublic Svg(String name, Attributes attributes, SVGElementBase<SVGDataProvider> parent, SVGDataProvider dataProvider)
name - value of the elementattributes - attributes of the elementparent - parent of the elementdataProvider - dataprovider to be usedprotected javafx.scene.Group createResultInternal()
throws SVGException
SVGElementBasecreateResultInternal in class SVGElementBase<javafx.scene.Group>
SVGException - will be thrown when an
error during creation occurs
protected void initializeResult(javafx.scene.Group group)
throws SVGException
SVGElementBaseSVGElementBase.createResult()
and allows to modify the result such as applying a style or transformations.
initializeResult in class SVGElementBase<javafx.scene.Group>
group - the result which should be modified.SVGException - will be thrown when an
error during modification
Copyright © 2015 Saxonia Systems AG. All rights reserved.