| Package | Description |
|---|---|
| de.saxsys.svgfx.core.elements |
| Modifier and Type | Method and Description |
|---|---|
TResult |
SVGElementBase.createAndInitializeResult(StyleSupplier styleSupplier)
Creates a result represented by this element and uses the given supplier in order to fetch data needed to initialize the result
|
protected javafx.scene.Group |
SVGUse.createResult(StyleSupplier styleSupplier)
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
protected Set<SVGCssStyle> |
SVGStyle.createResult(StyleSupplier styleSupplier)
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
protected javafx.scene.paint.Stop |
SVGStop.createResult(StyleSupplier styleSupplier)
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
protected javafx.scene.Group |
SVGRoot.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.shape.Rectangle |
SVGRectangle.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.paint.RadialGradient |
SVGRadialGradient.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.shape.Polyline |
SVGPolyline.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.shape.Polygon |
SVGPolygon.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.shape.SVGPath |
SVGPath.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.paint.LinearGradient |
SVGLinearGradient.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.shape.Line |
SVGLine.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.Group |
SVGGroup.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.shape.Ellipse |
SVGEllipse.createResult(StyleSupplier styleSupplier) |
protected abstract TResult |
SVGElementBase.createResult(StyleSupplier styleSupplier)
Must be overwritten in the actual implementation to create a new result for this element based on the
information available.
|
protected javafx.scene.Node |
SVGDefinitions.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.Group |
SVGClipPath.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.shape.Circle |
SVGCircle.createResult(StyleSupplier styleSupplier) |
protected javafx.scene.Node |
SVGElementBase.getClipPath(StyleSupplier styleSupplier)
Returns a node which represents the clip path to be applied to this element.
|
protected void |
SVGUse.initializeResult(javafx.scene.Group node,
StyleSupplier styleSupplier) |
protected void |
SVGRoot.initializeResult(javafx.scene.Group group,
StyleSupplier styleSupplier) |
protected void |
SVGDefinitions.initializeResult(javafx.scene.Node node,
StyleSupplier styleSupplier) |
protected void |
SVGRectangle.initializeResult(javafx.scene.shape.Rectangle rect,
StyleSupplier styleSupplier)
This method will be called in the
SVGElementBase.createAndInitializeResult(StyleSupplier) and allows to modify the result such as applying a style or
transformations. |
protected void |
SVGStyle.initializeResult(Set<SVGCssStyle> cssStyles,
StyleSupplier styleSupplier) |
protected void |
SVGStop.initializeResult(javafx.scene.paint.Stop stop,
StyleSupplier styleSupplier) |
protected void |
SVGPath.initializeResult(javafx.scene.shape.SVGPath path,
StyleSupplier styleSupplier)
This method will be called in the
SVGElementBase.createAndInitializeResult(StyleSupplier) and allows to modify the result such as applying a style or
transformations. |
protected void |
SVGNodeBase.initializeResult(TNode node,
StyleSupplier supplier)
This method will be called in the
SVGElementBase.createAndInitializeResult(StyleSupplier) and allows to modify the result such as applying a style or
transformations. |
protected void |
SVGGradientBase.initializeResult(TPaint paint,
StyleSupplier styleSupplier) |
protected abstract void |
SVGElementBase.initializeResult(TResult result,
StyleSupplier styleSupplier)
This method will be called in the
SVGElementBase.createAndInitializeResult(StyleSupplier) and allows to modify the result such as applying a style or
transformations. |
protected void |
SVGShapeBase.initializeResult(TShape shape,
StyleSupplier styleSupplier)
This method will be called in the
SVGElementBase.createAndInitializeResult(StyleSupplier) and allows to modify the result such as applying a style or
transformations. |
Copyright © 2016 Saxonia Systems AG. All rights reserved.