Package | Description |
---|---|
cusack.hcg.games.powergraph | |
cusack.hcg.games.powergraph.powerhouses | |
cusack.hcg.games.powergraph.powerlines | |
cusack.hcg.games.powergraph.powerzones |
Modifier and Type | Method and Description |
---|---|
PowerGraphVertexStates |
PowerGraphVertexData.getCovered() |
static PowerGraphVertexStates |
PowerGraphVertexStates.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PowerGraphVertexStates[] |
PowerGraphVertexStates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PowerGraphVertexData.setAllCovered(PowerGraphVertexStates covered) |
void |
PowerGraphVertexData.setCovered(PowerGraphVertexStates c) |
Constructor and Description |
---|
PowerGraphVertexData(PowerGraphVertexStates covered) |
Constructor and Description |
---|
PowerHousesVertexData(PowerGraphVertexStates covered) |
Constructor and Description |
---|
PowerLinesVertexData(PowerGraphVertexStates covered) |
Constructor and Description |
---|
PowerZonesVertexData(PowerGraphVertexStates covered) |