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.AffineTransformGameViewOutput. finishMatrix(double sx, double sy, java.awt.geom.AffineTransform sceneTransform, CardGeometry card, int w, int h)java.awt.geom.AffineTransformGameViewOutput. 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 CardGeometryDrag. oldMethods in cardmanager.gui.impl.drags that return CardGeometry Modifier and Type Method Description CardGeometryCardDrag. getAffectedsGeomethry()abstract CardGeometryDrag. getAffectedsGeomethry()CardGeometryMarkerDrag. getAffectedsGeomethry() -
Uses of CardGeometry in cardmanager.impl.card
Methods in cardmanager.impl.card that return CardGeometry Modifier and Type Method Description CardGeometryCard. getCardGeometry()CardGeometryMarker. getGeometry()Methods in cardmanager.impl.card with parameters of type CardGeometry Modifier and Type Method Description voidCard. setCardGeometry(CardGeometry cardGeometry)voidMarker. setGeometry(CardGeometry geometry)Constructors in cardmanager.impl.card with parameters of type CardGeometry Constructor Description CardGeometry(CardGeometry cardGeometry)
-