public class SVGCssContentTypeStrokeLineJoin extends SVGCssContentTypeBase<javafx.scene.shape.StrokeLineJoin,Void>
StrokeLineJoin, the default value is StrokeLineJoin.MITER.| Modifier and Type | Field and Description |
|---|---|
static javafx.scene.shape.StrokeLineJoin |
DEFAULT_VALUE
Determines the default value to use for this
SVGCssContentTypeBase. |
INHERIT_INDICATOR, NONE_INDICATORdefaultValue, unit, value| Constructor and Description |
|---|
SVGCssContentTypeStrokeLineJoin(SVGDataProvider dataProvider)
Creates new instance with a default value of
DEFAULT_VALUE. |
| Modifier and Type | Method and Description |
|---|---|
protected javafx.util.Pair<javafx.scene.shape.StrokeLineJoin,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 javafx.scene.shape.StrokeLineJoin DEFAULT_VALUE
SVGCssContentTypeBase.public SVGCssContentTypeStrokeLineJoin(SVGDataProvider dataProvider)
DEFAULT_VALUE.dataProvider - the SVGDataProvider to use when data is needed.protected javafx.util.Pair<javafx.scene.shape.StrokeLineJoin,Void> getValueAndUnit(String cssText)
SVGCssContentTypeBaseSVGCssContentTypeBase.INHERIT_INDICATOR or SVGCssContentTypeBase.NONE_INDICATOR.getValueAndUnit in class SVGCssContentTypeBase<javafx.scene.shape.StrokeLineJoin,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.