java.lang.Object
org.jhotdraw8.draw.css.value.CssStrokeStyle
-
Constructor Summary
ConstructorsConstructorDescriptionCssStrokeStyle(javafx.scene.shape.StrokeType type, javafx.scene.shape.StrokeLineCap lineCap, javafx.scene.shape.StrokeLineJoin lineJoin, CssSize miterLimit, CssSize dashOffset, ImmutableList<CssSize> dashArray) -
Method Summary
-
Constructor Details
-
CssStrokeStyle
public CssStrokeStyle() -
CssStrokeStyle
public CssStrokeStyle(javafx.scene.shape.StrokeType type, javafx.scene.shape.StrokeLineCap lineCap, javafx.scene.shape.StrokeLineJoin lineJoin, CssSize miterLimit, CssSize dashOffset, ImmutableList<CssSize> dashArray)
-
-
Method Details
-
getDashOffset
-
getDashArray
-
getType
public javafx.scene.shape.StrokeType getType() -
getLineJoin
public javafx.scene.shape.StrokeLineJoin getLineJoin() -
getLineCap
public javafx.scene.shape.StrokeLineCap getLineCap() -
getMiterLimit
-
equals
-
hashCode
public int hashCode() -
toString
-