org.xistrat.gui.d3
Class PartyColors

java.lang.Object
  extended by org.xistrat.gui.d3.PartyColors

public class PartyColors
extends java.lang.Object

here the colors for the participating parties are stored

if you want to support more teams, then here is the place to specify just another color

Since:
0.5.42

Field Summary
static javax.vecmath.Color4f COLOR_KING
           
static javax.vecmath.Color4f[] COLOR_SELECTED
           
static javax.vecmath.Color4f[] COLOR_STANDARD
           
static int MAX_NUMBER_OF_PLAYERS
           
 
Constructor Summary
PartyColors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_NUMBER_OF_PLAYERS

public static final int MAX_NUMBER_OF_PLAYERS
See Also:
Constant Field Values

COLOR_STANDARD

public static final javax.vecmath.Color4f[] COLOR_STANDARD

COLOR_SELECTED

public static final javax.vecmath.Color4f[] COLOR_SELECTED

COLOR_KING

public static final javax.vecmath.Color4f COLOR_KING
Constructor Detail

PartyColors

public PartyColors()