public class SVGEllipse extends SVGShapeBase<javafx.scene.shape.Ellipse>
| 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 SVGAttributeTypeRectangle.SVGTypeRectangle |
createBoundingBox(javafx.scene.shape.Ellipse shape)
Returns the bounding box of the given shape
|
protected javafx.scene.shape.Ellipse |
createResult(SVGCssStyle ownStyle,
javafx.scene.transform.Transform ownTransform)
Must be overwritten in the actual implementation to create a new result for this element based on the information available.
|
initializeResultkeepElement, processCharacterDatacreateAndInitializeResult, endProcessing, getResult, getTransformation, startProcessinggetAttributeHolder, getAttributes, getDocumentDataProvider, getName, getUnmodifiableChildren, toStringpublic static final String ELEMENT_NAME
protected final javafx.scene.shape.Ellipse createResult(SVGCssStyle ownStyle, javafx.scene.transform.Transform ownTransform) throws SVGException
SVGElementBasecreateResult in class SVGElementBase<javafx.scene.shape.Ellipse>ownStyle - the SVGCssStyle to use, which represents this elements style which is already resolved of inheritance and collision.ownTransform - the Transform of this element.SVGException - will be thrown when an error during creation occursprotected SVGAttributeTypeRectangle.SVGTypeRectangle createBoundingBox(javafx.scene.shape.Ellipse shape) throws SVGException
SVGShapeBasecreateBoundingBox in class SVGShapeBase<javafx.scene.shape.Ellipse>shape - the Shape to use.SVGAttributeTypeRectangle.SVGTypeRectangle.SVGException - if an error occurs during creation of the bounding box.Copyright © 2017 Saxonia Systems AG. All rights reserved.