public class SVGRadialGradient extends SVGGradientBase<javafx.scene.paint.RadialGradient>
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME
Contains the name of this element in an svg file, used to identify the element when parsing.
|
| Modifier and Type | Method and Description |
|---|---|
protected javafx.scene.paint.RadialGradient |
createResult(StyleSupplier styleSupplier)
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
javafx.scene.paint.RadialGradient |
createResult(SVGShapeBase<?> shape)
This method can be used to create a result, that depends on the provided
SVGElementBase. |
canConsumeResult, endProcessing, getStops, initializeResult, processCharacterData, rememberElement, startProcessingcreateAndInitializeResult, getClipPath, getResult, getStyle, getStyleAndResolveInheritance, getTransformation, storeElementInDocumentDataProvidergetAttributeHolder, getAttributes, getDocumentDataProvider, getName, getParent, getUnmodifiableChildren, toStringpublic static final String ELEMENT_NAME
protected final javafx.scene.paint.RadialGradient createResult(StyleSupplier styleSupplier) throws SVGException
SVGElementBasecreateResult in class SVGElementBase<javafx.scene.paint.RadialGradient>styleSupplier - the StyleSupplier to use when a SVGCssStyle is needed.SVGException - will be thrown when an error during creation occurspublic javafx.scene.paint.RadialGradient createResult(SVGShapeBase<?> shape) throws SVGException
SVGGradientBaseSVGElementBase.createResult in class SVGGradientBase<javafx.scene.paint.RadialGradient>shape - the SVGShapeBase requesting this gradient.TPaint.SVGException - if an error occurs during the creation of the result.Copyright © 2016 Saxonia Systems AG. All rights reserved.