TShape - the type of shape this element creates
Created by Xyanid on 07.11.2015.
public abstract class SVGPolyBase<TShape extends javafx.scene.shape.Shape> extends SVGShapeBase<TShape>
| Constructor and Description |
|---|
SVGPolyBase(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 |
|---|---|
List<Double> |
getPoints()
Returns the list of points contained by the attributes.
|
initializeResultcreateResult, createResultInternal, endProcessing, getCssStyle, getResult, getTransformation, processCharacterData, startProcessinggetAttribute, getAttributes, getChildren, getDataProvider, getName, getParentpublic SVGPolyBase(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 usedCopyright © 2015 Saxonia Systems AG. All rights reserved.