| Package | Description |
|---|---|
| de.saxsys.svgfx.core.attributes.type | |
| de.saxsys.svgfx.core.elements |
| Modifier and Type | Field and Description |
|---|---|
static SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGAttributeTypeRectangle.DEFAULT_VALUE
Determines the default value for this
SVGAttributeType. |
| Modifier and Type | Method and Description |
|---|---|
protected javafx.util.Pair<SVGAttributeTypeRectangle.SVGTypeRectangle,Void> |
SVGAttributeTypeRectangle.getValueAndUnit(String text) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.Paint |
SVGAttributeTypePaint.getValue(ThrowableSupplier<SVGAttributeTypeRectangle.SVGTypeRectangle,SVGException> boundingBox,
javafx.scene.transform.Transform transform)
Resolves the given data into a paint.
|
| Modifier and Type | Method and Description |
|---|---|
protected SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGCircle.createBoundingBox(javafx.scene.shape.Circle shape) |
protected SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGEllipse.createBoundingBox(javafx.scene.shape.Ellipse shape) |
protected SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGLine.createBoundingBox(javafx.scene.shape.Line shape) |
SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGRectangle.createBoundingBox(javafx.scene.shape.Rectangle rectangle) |
protected SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGPath.createBoundingBox(javafx.scene.shape.SVGPath shape) |
protected abstract SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGShapeBase.createBoundingBox(TShape shape)
Returns the bounding box of the given shape
|
protected SVGAttributeTypeRectangle.SVGTypeRectangle |
SVGPolyBase.createBoundingBox(TShape shape) |
| Modifier and Type | Method and Description |
|---|---|
javafx.scene.paint.RadialGradient |
SVGRadialGradient.createResult(SVGAttributeTypeRectangle.SVGTypeRectangle elementBoundingBox,
javafx.scene.transform.Transform elementTransform) |
javafx.scene.paint.LinearGradient |
SVGLinearGradient.createResult(SVGAttributeTypeRectangle.SVGTypeRectangle elementBoundingBox,
javafx.scene.transform.Transform elementTransform) |
abstract TPaint |
SVGGradientBase.createResult(SVGAttributeTypeRectangle.SVGTypeRectangle elementBoundingBox,
javafx.scene.transform.Transform elementTransform)
This method can be used to create a result, that depends on the provided
SVGElementBase. |
protected javafx.scene.shape.Rectangle |
SVGGradientBase.transformBoundingBox(SVGAttributeTypeRectangle.SVGTypeRectangle boundingBox,
javafx.scene.transform.Transform transform)
Creates an adjusted
Rectangle that is the given SVGAttributeTypeRectangle.SVGTypeRectangle which has the given Transform applied. |
Copyright © 2017 Saxonia Systems AG. All rights reserved.