Class CardGeometry


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

      • CardGeometry

        public CardGeometry​(CardGeometry cardGeometry)
      • CardGeometry

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

      • getSentence

        public java.lang.String getSentence()
      • getArchRotatedMatrix

        public java.awt.geom.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 java.awt.geom.AffineTransform getMovementMatrix()
      • getArchRotateMatrix

        public java.awt.geom.AffineTransform getArchRotateMatrix​(double xx,
                                                                 double yy)