Class USegment
java.lang.Object
net.sourceforge.plantuml.ugraphic.USegment
public class USegment
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal double[]
getCoord()
final USegmentType
rotate
(double theta) java.lang.String
toString()
translate
(double dx, double dy) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
USegment
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getCoord
public final double[] getCoord() -
getSegmentType
-
translate
-
rotate
-