public class Data
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AND_GATE |
Circuit |
circuito |
java.lang.Boolean |
moved |
static int |
NAND_GATE |
static int |
NOR_GATE |
static int |
NOT_GATE |
static int |
NXOR_GATE |
static int |
OR_GATE |
static int |
POINT |
int |
selectedComp |
java.awt.Point |
tempComp |
java.awt.Point |
tempDrag |
int |
tempX |
int |
tempY |
static int |
XOR_GATE |
Constructor and Description |
---|
Data() |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
public static final int AND_GATE
public static final int NAND_GATE
public static final int OR_GATE
public static final int NOR_GATE
public static final int NOT_GATE
public static final int XOR_GATE
public static final int NXOR_GATE
public static final int POINT
public Circuit circuito
public java.awt.Point tempComp
public java.awt.Point tempDrag
public java.lang.Boolean moved
public int selectedComp
public int tempX
public int tempY