Uses of Class
cardmanager.impl.card.CardGeometry
-
Packages that use CardGeometry Package Description cardmanager.gui.impl cardmanager.gui.impl.drags cardmanager.impl.card -
-
Uses of CardGeometry in cardmanager.gui.impl
Methods in cardmanager.gui.impl with parameters of type CardGeometry Modifier and Type Method Description java.awt.geom.AffineTransform
GameViewOutput. finishMatrix(double sx, double sy, java.awt.geom.AffineTransform sceneTransform, CardGeometry card, int w, int h)
java.awt.geom.AffineTransform
GameViewOutput. finishMatrix(java.awt.image.BufferedImage i, java.awt.geom.AffineTransform sceneTransform, CardGeometry card, int w, int h)
-
Uses of CardGeometry in cardmanager.gui.impl.drags
Fields in cardmanager.gui.impl.drags declared as CardGeometry Modifier and Type Field Description CardGeometry
Drag. old
Methods in cardmanager.gui.impl.drags that return CardGeometry Modifier and Type Method Description CardGeometry
CardDrag. getAffectedsGeomethry()
abstract CardGeometry
Drag. getAffectedsGeomethry()
CardGeometry
MarkerDrag. getAffectedsGeomethry()
-
Uses of CardGeometry in cardmanager.impl.card
Methods in cardmanager.impl.card that return CardGeometry Modifier and Type Method Description CardGeometry
Card. getCardGeometry()
CardGeometry
Marker. getGeometry()
Methods in cardmanager.impl.card with parameters of type CardGeometry Modifier and Type Method Description void
Card. setCardGeometry(CardGeometry cardGeometry)
void
Marker. setGeometry(CardGeometry geometry)
Constructors in cardmanager.impl.card with parameters of type CardGeometry Constructor Description CardGeometry(CardGeometry cardGeometry)
-