Class UStroke

java.lang.Object
net.sourceforge.plantuml.ugraphic.UStroke
All Implemented Interfaces:
UChange

public class UStroke extends java.lang.Object implements UChange
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    UStroke(double thickness)
     
    UStroke(double dashVisible, double dashSpace, double thickness)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
     
    double
     
    java.lang.String
     
    double
     
    double
     
     
    java.lang.String
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • UStroke

      public UStroke(double dashVisible, double dashSpace, double thickness)
    • UStroke

      public UStroke(double thickness)
    • UStroke

      public UStroke()
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object
    • onlyThickness

      public UStroke onlyThickness()
    • getDashVisible

      public double getDashVisible()
    • getDashSpace

      public double getDashSpace()
    • getThickness

      public double getThickness()
    • getDasharraySvg

      public java.lang.String getDasharraySvg()
    • getDashTikz

      public java.lang.String getDashTikz()