Package PamView

Class TransformShape

java.lang.Object
PamView.TransformShape

public class TransformShape extends Object
Stores a shape and a transform, if it has one.
Author:
Jamie Macaulay
  • Constructor Details Link icon

  • Method Details Link icon

    • getAngle Link icon

      public double getAngle()
    • setAngle Link icon

      public void setAngle(double angle)
    • getShape Link icon

      public Shape getShape()
    • setShape Link icon

      public void setShape(Shape shape)
    • getTransform Link icon

      public AffineTransform getTransform()
    • setTransform Link icon

      public void setTransform(AffineTransform transform)
    • getOrigin Link icon

      public Point2D getOrigin()
    • setOrigin Link icon

      public void setOrigin(Point2D origin)