cardmanager.impl.card
Class CardGeometry
java.lang.Object
cardmanager.impl.card.CardGeometry
public class CardGeometry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CardGeometry
public CardGeometry(CardGeometry cardGeometry)
CardGeometry
public CardGeometry(int x,
int y,
double r)
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)