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 |
|---|---|
javafx.scene.paint.RadialGradient |
createResult(SVGAttributeTypeRectangle.SVGTypeRectangle elementBoundingBox,
javafx.scene.transform.Transform elementTransform)
This method can be used to create a result, that depends on the provided
SVGElementBase. |
convertToAbsoluteCoordinates, convertToRelativeCoordinates, createResult, getCombinedTransform, getGradientTransform, getStops, initializeResult, keepElement, processCharacterData, transformBoundingBoxcreateAndInitializeResult, endProcessing, getResult, getTransformation, startProcessinggetAttributeHolder, getAttributes, getDocumentDataProvider, getName, getUnmodifiableChildren, toStringpublic static final String ELEMENT_NAME
public javafx.scene.paint.RadialGradient createResult(SVGAttributeTypeRectangle.SVGTypeRectangle elementBoundingBox, javafx.scene.transform.Transform elementTransform) throws SVGException
SVGGradientBaseSVGElementBase.createResult in class SVGGradientBase<javafx.scene.paint.RadialGradient>elementBoundingBox - the bounding box of the element .elementTransform - the Transform to apply.TPaint.SVGException - if an error occurs during the creation of the result.Copyright © 2017 Saxonia Systems AG. All rights reserved.