public class CardRectangle
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected ProgrammingCard | card | 
| protected com.badlogic.gdx.math.Rectangle | rectangle | 
| protected boolean | selectable | 
| protected boolean | selected | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | toString() | 
protected final com.badlogic.gdx.math.Rectangle rectangle
protected final ProgrammingCard card
protected boolean selected
protected boolean selectable