org.primordion.xholon.base
Interface ITurtlePatchColor
- public interface ITurtlePatchColor
A turtle or patch is assigned a color in the turtle mechanism.
The turtle mechanism is based on Logo and NetLogo.
- Since:
- 0.5 (Created on February 28, 2007)
- Author:
- Ken Webb
- See Also:
NetLogo website http://ccl.northwestern.edu/netlogo/
TPCOLOR_BLACK
public static final int TPCOLOR_BLACK
- See Also:
- Constant Field Values
TPCOLOR_GRAY
public static final int TPCOLOR_GRAY
- See Also:
- Constant Field Values
TPCOLOR_RED
public static final int TPCOLOR_RED
- See Also:
- Constant Field Values
TPCOLOR_ORANGE
public static final int TPCOLOR_ORANGE
- See Also:
- Constant Field Values
TPCOLOR_BROWN
public static final int TPCOLOR_BROWN
- See Also:
- Constant Field Values
TPCOLOR_YELLOW
public static final int TPCOLOR_YELLOW
- See Also:
- Constant Field Values
TPCOLOR_GREEN
public static final int TPCOLOR_GREEN
- See Also:
- Constant Field Values
TPCOLOR_LIME
public static final int TPCOLOR_LIME
- See Also:
- Constant Field Values
TPCOLOR_TURQUOISE
public static final int TPCOLOR_TURQUOISE
- See Also:
- Constant Field Values
TPCOLOR_CYAN
public static final int TPCOLOR_CYAN
- See Also:
- Constant Field Values
TPCOLOR_SKY
public static final int TPCOLOR_SKY
- See Also:
- Constant Field Values
TPCOLOR_BLUE
public static final int TPCOLOR_BLUE
- See Also:
- Constant Field Values
TPCOLOR_VIOLET
public static final int TPCOLOR_VIOLET
- See Also:
- Constant Field Values
TPCOLOR_MAGENTA
public static final int TPCOLOR_MAGENTA
- See Also:
- Constant Field Values
TPCOLOR_PINK
public static final int TPCOLOR_PINK
- See Also:
- Constant Field Values
TPCOLOR_WHITE
public static final int TPCOLOR_WHITE
- See Also:
- Constant Field Values
TPCOLOR_DEFAULT
public static final int TPCOLOR_DEFAULT
- See Also:
- Constant Field Values