Class UStroke
java.lang.Object
net.sourceforge.plantuml.ugraphic.UStroke
- All Implemented Interfaces:
UChange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
double
java.lang.String
double
double
java.lang.String
toString()
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 classjava.lang.Object
-
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()
-