public class SVGCssContentTypeStrokeDashArray extends SVGCssContentTypeBase<SVGCssContentTypeLength[],Void>
| Modifier and Type | Field and Description |
|---|---|
static SVGCssContentTypeLength[] |
DEFAULT_VALUE
Determines the default value to use for this
SVGCssContentTypeBase. |
INHERIT_INDICATOR, NONE_INDICATORdefaultValue, unit, value| Constructor and Description |
|---|
SVGCssContentTypeStrokeDashArray(SVGDataProvider dataProvider)
Creates new instance with a default value of an empty array.
|
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getDashValues() |
protected javafx.util.Pair<SVGCssContentTypeLength[],Void> |
getValueAndUnit(String cssText)
This will be called if actual data is present in the css text, this is the case if the cssText is not
SVGCssContentTypeBase.INHERIT_INDICATOR or SVGCssContentTypeBase.NONE_INDICATOR. |
equals, getDataProvider, getIsInherited, getIsNone, hashCode, parseCssTextgetDefaultValue, getUnit, getValue, setUnit, setValuepublic static final SVGCssContentTypeLength[] DEFAULT_VALUE
SVGCssContentTypeBase.public SVGCssContentTypeStrokeDashArray(SVGDataProvider dataProvider)
dataProvider - the SVGDataProvider to use when data is needed.public final List<Double> getDashValues()
dashValues.protected javafx.util.Pair<SVGCssContentTypeLength[],Void> getValueAndUnit(String cssText)
SVGCssContentTypeBase.INHERIT_INDICATOR or SVGCssContentTypeBase.NONE_INDICATOR. This implementation will parse the given data as a coma separated list of dashValues.getValueAndUnit in class SVGCssContentTypeBase<SVGCssContentTypeLength[],Void>cssText - cssText which is not equal to SVGCssContentTypeBase.INHERIT_INDICATOR or SVGCssContentTypeBase.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 SVGCssContentTypeLengthCopyright © 2016 Saxonia Systems AG. All rights reserved.