public class Line extends SVGShapeBase<javafx.scene.shape.Line>
| Constructor and Description |
|---|
Line(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.shape.Line |
createResultInternal()
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
initializeResultcreateResult, endProcessing, getCssStyle, getResult, getTransformation, processCharacterData, startProcessinggetAttribute, getAttributes, getChildren, getDataProvider, getName, getParentpublic Line(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 final javafx.scene.shape.Line createResultInternal()
throws SVGException
SVGElementBasecreateResultInternal in class SVGElementBase<javafx.scene.shape.Line>
SVGException - will be thrown when an
error during creation occurs
Copyright © 2015 Saxonia Systems AG. All rights reserved.