Class CssStrokeStyle

java.lang.Object
org.jhotdraw8.draw.css.value.CssStrokeStyle

public class CssStrokeStyle extends Object
  • 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

      public CssSize getDashOffset()
    • getDashArray

      public ImmutableList<CssSize> getDashArray()
    • getType

      public javafx.scene.shape.StrokeType getType()
    • getLineJoin

      public javafx.scene.shape.StrokeLineJoin getLineJoin()
    • getLineCap

      public javafx.scene.shape.StrokeLineCap getLineCap()
    • getMiterLimit

      public CssSize getMiterLimit()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object