support.convexhull
Interface ConvexHullConstants

All Known Implementing Classes:
HelperHullPoint, HullCanvas, HullHelper

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

TOP_COLOR

static final Color TOP_COLOR
The java.awt.Color used to draw the Edges between points


BOTTOM_COLOR

static final Color BOTTOM_COLOR

HULL_CONNECT_COLOR

static final Color HULL_CONNECT_COLOR

HULL_POINT_RADIUS

static final int HULL_POINT_RADIUS
The java.awt.Color used to draw the Edges between points

See Also:
Constant Field Values

CANVAS_WIDTH

static final int CANVAS_WIDTH
The width of the drawn background

See Also:
Constant Field Values

CANVAS_HEIGHT

static final int CANVAS_HEIGHT
The height of the drawn background

See Also:
Constant Field Values

FRAME_WIDTH

static final int FRAME_WIDTH
The width of the frame

See Also:
Constant Field Values

FRAME_HEIGHT

static final int FRAME_HEIGHT
The height of the frame

See Also:
Constant Field Values

FRAME_X

static final int FRAME_X
Default initial X location of frame

See Also:
Constant Field Values

FRAME_Y

static final int FRAME_Y
Default initial Y location of frame

See Also:
Constant Field Values

IMAGE_PATH

static final String IMAGE_PATH
Directory in JAR support file to find images

See Also:
Constant Field Values

MODEL_PATH

static final String MODEL_PATH
Directory in JAR support file to find models

See Also:
Constant Field Values

OFF_HULL

static final short OFF_HULL
Constant used to repesent color of Off Hull Point

See Also:
Constant Field Values

ON_HULL

static final short ON_HULL
Constant used to repesent color of On Hull Point

See Also:
Constant Field Values

ERROR_COLOR

static final short ERROR_COLOR
Constant used to repesent color of Erroneous Point

See Also:
Constant Field Values

c

static final Class c
Class used to get image resources from


RED_POINT_IMAGE

static final URL RED_POINT_IMAGE
Image file for red point (On Hull)


BLUE_POINT_IMAGE

static final URL BLUE_POINT_IMAGE
Image file for blue point (Off Hull)


PURPLE_POINT_IMAGE

static final URL PURPLE_POINT_IMAGE
Image file for purple point (Error)


FIGHTER_MODEL

static final URL FIGHTER_MODEL
Model file for fighter


ROBOT_MODEL

static final URL ROBOT_MODEL
Model file for robot