Class USegment
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.geom.USegment
-
public class USegment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description USegment(double[] coord, USegmentType pathType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description USegment
affine(java.awt.geom.AffineTransform transform, double angle, double scale)
double[]
getCoord()
USegmentType
getSegmentType()
USegment
rotate(double theta)
java.lang.String
toString()
USegment
translate(double dx, double dy)
-
-
-
Constructor Detail
-
USegment
public USegment(double[] coord, USegmentType pathType)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getCoord
public final double[] getCoord()
-
getSegmentType
public final USegmentType getSegmentType()
-
translate
public USegment translate(double dx, double dy)
-
rotate
public USegment rotate(double theta)
-
affine
public USegment affine(java.awt.geom.AffineTransform transform, double angle, double scale)
-
-