Class USegment

java.lang.Object
net.sourceforge.plantuml.klimt.geom.USegment

public class USegment extends Object
  • Constructor Details

    • USegment

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

    • toString

      public String toString()
      Overrides:
      toString in class 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(AffineTransform transform, double angle, double scale)