public class SVGCssContentTypeString extends SVGCssContentTypeBase<String,Void>
INHERIT_INDICATOR, NONE_INDICATORdefaultValue, unit, value| Constructor and Description |
|---|
SVGCssContentTypeString(SVGDataProvider dataProvider)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected javafx.util.Pair<String,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 SVGCssContentTypeString(SVGDataProvider dataProvider)
dataProvider - the SVGDataProvider to use when data is needed.protected javafx.util.Pair<String,Void> getValueAndUnit(String cssText)
SVGCssContentTypeBaseSVGCssContentTypeBase.INHERIT_INDICATOR or SVGCssContentTypeBase.NONE_INDICATOR.getValueAndUnit in class SVGCssContentTypeBase<String,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.Copyright © 2016 Saxonia Systems AG. All rights reserved.