public class SVGAttributeTypeRectangle extends SVGAttributeType<SVGAttributeTypeRectangle.SVGTypeRectangle,Void>
| Modifier and Type | Class and Description |
|---|---|
static class |
SVGAttributeTypeRectangle.SVGTypeRectangle |
| Modifier and Type | Field and Description |
|---|---|
static SVGAttributeTypeRectangle.SVGTypeRectangle |
DEFAULT_VALUE
Determines the default value for this
SVGAttributeType. |
| Constructor and Description |
|---|
SVGAttributeTypeRectangle(SVGDocumentDataProvider dataProvider)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected javafx.util.Pair<SVGAttributeTypeRectangle.SVGTypeRectangle,Void> |
getValueAndUnit(String text)
This will be called if actual data is present in the css text, this is the case if the cssText is not
SVGAttributeType.INHERIT_INDICATOR or SVGAttributeType.NONE_INDICATOR. |
getDocumentDataProvider, getIsInherited, getIsNone, getUnit, getValue, getValueAndUnit, hasUnit, setText, useDefaultValueequals, getText, hashCodepublic static final SVGAttributeTypeRectangle.SVGTypeRectangle DEFAULT_VALUE
SVGAttributeType.public SVGAttributeTypeRectangle(SVGDocumentDataProvider dataProvider)
dataProvider - the SVGDocumentDataProvider to use when data is needed.protected javafx.util.Pair<SVGAttributeTypeRectangle.SVGTypeRectangle,Void> getValueAndUnit(String text) throws SVGException
SVGAttributeTypeSVGAttributeType.INHERIT_INDICATOR or SVGAttributeType.NONE_INDICATOR.getValueAndUnit in class SVGAttributeType<SVGAttributeTypeRectangle.SVGTypeRectangle,Void>text - cssText which is not equal to SVGAttributeType.INHERIT_INDICATOR or SVGAttributeType.NONE_INDICATOR.Pair which contains the value as the key and the value as the value.NumberFormatException - when any value inside the array is not a valid SVGAttributeTypeRectangleSVGException - when any error occurs during the consumption of the given text.Copyright © 2016 Saxonia Systems AG. All rights reserved.