Class CardGeometry

java.lang.Object
cardmanager.impl.card.CardGeometry

public class CardGeometry extends Object
  • Constructor Details

    • CardGeometry

      public CardGeometry(CardGeometry cardGeometry)
    • CardGeometry

      public CardGeometry(int x, int y, double r)
  • Method Details

    • getSentence

      public String getSentence()
    • getArchRotatedMatrix

      public AffineTransform getArchRotatedMatrix(int i, int i0)
    • getX

      public int getX()
      Returns:
      the x
    • setX

      public void setX(int x)
      Parameters:
      x - the x to set
    • getY

      public int getY()
      Returns:
      the y
    • setY

      public void setY(int y)
      Parameters:
      y - the y to set
    • getR

      public double getR()
      Returns:
      the r
    • setR

      public void setR(double r)
      Parameters:
      r - the r to set
    • getMovementMatrix

      public AffineTransform getMovementMatrix()
    • getArchRotateMatrix

      public AffineTransform getArchRotateMatrix(double xx, double yy)