public class Stop extends SVGElementBase<javafx.scene.paint.Stop>
| Constructor and Description |
|---|
Stop(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.paint.Stop |
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.paint.Stop stop)
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 Stop(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.paint.Stop createResultInternal()
throws SVGException
SVGElementBasecreateResultInternal in class SVGElementBase<javafx.scene.paint.Stop>
SVGException - will be thrown when an
error during creation occurs
protected final void initializeResult(javafx.scene.paint.Stop stop)
throws SVGException
SVGElementBaseSVGElementBase.createResult()
and allows to modify the result such as applying a style or transformations.
initializeResult in class SVGElementBase<javafx.scene.paint.Stop>
stop - the result which should be modified.SVGException - will be thrown when an
error during modification
Copyright © 2015 Saxonia Systems AG. All rights reserved.