public class CardGeometry
extends java.lang.Object
Constructor and Description |
---|
CardGeometry(CardGeometry cardGeometry) |
CardGeometry(int x,
int y,
double r) |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.AffineTransform |
getArchRotatedMatrix(int i,
int i0) |
java.awt.geom.AffineTransform |
getArchRotateMatrix(double xx,
double yy) |
java.awt.geom.AffineTransform |
getMovementMatrix() |
double |
getR() |
java.lang.String |
getSentence() |
int |
getX() |
int |
getY() |
void |
setR(double r) |
void |
setX(int x) |
void |
setY(int y) |
public CardGeometry(CardGeometry cardGeometry)
public CardGeometry(int x, int y, double r)
public java.lang.String getSentence()
public java.awt.geom.AffineTransform getArchRotatedMatrix(int i, int i0)
public int getX()
public void setX(int x)
x
- the x to setpublic int getY()
public void setY(int y)
y
- the y to setpublic double getR()
public void setR(double r)
r
- the r to setpublic java.awt.geom.AffineTransform getMovementMatrix()
public java.awt.geom.AffineTransform getArchRotateMatrix(double xx, double yy)