Class USegment


  • public class USegment
    extends java.lang.Object
    • Constructor Detail

      • USegment

        public USegment​(double[] coord,
                        USegmentType pathType)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.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)