|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ConvexHullConstants
This class contains all global constants used by the online convex hull program. Specifically for sizes, colors, and images.
| Field Summary | |
|---|---|
static URL |
BLUE_POINT_IMAGE
Image file for blue point (Off Hull) |
static Color |
BOTTOM_COLOR
|
static Class |
c
Class used to get image resources from |
static int |
CANVAS_HEIGHT
The height of the drawn background |
static int |
CANVAS_WIDTH
The width of the drawn background |
static short |
ERROR_COLOR
Constant used to repesent color of Erroneous Point |
static URL |
FIGHTER_MODEL
Model file for fighter |
static int |
FRAME_HEIGHT
The height of the frame |
static int |
FRAME_WIDTH
The width of the frame |
static int |
FRAME_X
Default initial X location of frame |
static int |
FRAME_Y
Default initial Y location of frame |
static Color |
HULL_CONNECT_COLOR
|
static int |
HULL_POINT_RADIUS
The java.awt.Color used to draw the Edges between points |
static String |
IMAGE_PATH
Directory in JAR support file to find images |
static String |
MODEL_PATH
Directory in JAR support file to find models |
static short |
OFF_HULL
Constant used to repesent color of Off Hull Point |
static short |
ON_HULL
Constant used to repesent color of On Hull Point |
static URL |
PURPLE_POINT_IMAGE
Image file for purple point (Error) |
static URL |
RED_POINT_IMAGE
Image file for red point (On Hull) |
static URL |
ROBOT_MODEL
Model file for robot |
static Color |
TOP_COLOR
The java.awt.Color used to draw the Edges between points |
| Field Detail |
|---|
static final Color TOP_COLOR
java.awt.Color used to draw the Edges between points
static final Color BOTTOM_COLOR
static final Color HULL_CONNECT_COLOR
static final int HULL_POINT_RADIUS
java.awt.Color used to draw the Edges between points
static final int CANVAS_WIDTH
static final int CANVAS_HEIGHT
static final int FRAME_WIDTH
static final int FRAME_HEIGHT
static final int FRAME_X
static final int FRAME_Y
static final String IMAGE_PATH
static final String MODEL_PATH
static final short OFF_HULL
static final short ON_HULL
static final short ERROR_COLOR
static final Class c
static final URL RED_POINT_IMAGE
static final URL BLUE_POINT_IMAGE
static final URL PURPLE_POINT_IMAGE
static final URL FIGHTER_MODEL
static final URL ROBOT_MODEL
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||