public class SVGCircle extends SVGShapeBase<javafx.scene.shape.Circle>
| 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 |
|---|---|
SVGAttributeTypeRectangle.SVGTypeRectangle |
createBoundingBox()
Returns this elements bounding rectangle, which contains the entire shape.
|
protected javafx.scene.shape.Circle |
createResult(StyleSupplier styleSupplier)
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
initializeResultcanConsumeResult, endProcessing, processCharacterData, rememberElement, startProcessingcreateAndInitializeResult, getClipPath, getResult, getStyle, getStyleAndResolveInheritance, getTransformation, storeElementInDocumentDataProvidergetAttributeHolder, getAttributes, getDocumentDataProvider, getName, getParent, getUnmodifiableChildren, toStringpublic static final String ELEMENT_NAME
protected final javafx.scene.shape.Circle createResult(StyleSupplier styleSupplier) throws SVGException
SVGElementBasecreateResult in class SVGElementBase<javafx.scene.shape.Circle>styleSupplier - the StyleSupplier to use when a SVGCssStyle is needed.SVGException - will be thrown when an error during creation occurspublic SVGAttributeTypeRectangle.SVGTypeRectangle createBoundingBox() throws SVGException
SVGShapeBasecreateBoundingBox in class SVGShapeBase<javafx.scene.shape.Circle>SVGException - when an error occurs during the creation of the bounding box.Copyright © 2016 Saxonia Systems AG. All rights reserved.