public class USegment
extends java.lang.Object
Constructor and Description |
---|
USegment(double[] coord,
USegmentType pathType) |
Modifier and Type | Method and 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) |
public USegment(double[] coord, USegmentType pathType)
public java.lang.String toString()
toString
in class java.lang.Object
public final double[] getCoord()
public final USegmentType getSegmentType()
public USegment translate(double dx, double dy)
public USegment rotate(double theta)
public USegment affine(java.awt.geom.AffineTransform transform, double angle, double scale)