Package curve.control
Class G
java.lang.Object
curve.control.G
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
GRID_DOT to point to Grid class object;static final int
GRID_EMPTYstatic int
Grid Step Size Xstatic int
Grid Step Size Ystatic int
Number of horizontal pixels in the backing matrixstatic int
lowestColourID follows special id's relating to grid and hoopstatic final int
MAX_COLOUR_OBJECTS - linwa and areasstatic int
searchDistance relates to pixels on displaystatic int
Number of vertical pixels in the backing matrixstatic final int
X_PIVOTstatic final int
Y_PIVOT -
Constructor Summary
-
Method Summary
-
Field Details
-
GRID_EMPTY
public static final int GRID_EMPTYGRID_EMPTY- See Also:
-
GRID_DOT
public static final int GRID_DOTGRID_DOT to point to Grid class object;- See Also:
-
MAX_COLOUR_OBJECTS
public static final int MAX_COLOUR_OBJECTSMAX_COLOUR_OBJECTS - linwa and areas- See Also:
-
horPixels
public static int horPixelsNumber of horizontal pixels in the backing matrix
Use int to index into table
-
verPixels
public static int verPixelsNumber of vertical pixels in the backing matrix -
gridStepX
public static int gridStepXGrid Step Size X
divide by scale when drawing on the board
todo keep grid size constant on display screen with different scales
-
gridStepY
public static int gridStepYGrid Step Size Y
multiply by scale when drawing on the board
-
lowestColourID
public static int lowestColourIDlowestColourID follows special id's relating to grid and hoop -
searchDistance
public static int searchDistancesearchDistance relates to pixels on display
need to multiply by scale when ckecking the board todo
-
Y_PIVOT
public static final int Y_PIVOTY_PIVOT- See Also:
-
X_PIVOT
public static final int X_PIVOTX_PIVOT- See Also:
-
-
Constructor Details
-
G
public G()default constructor not used
-