- GameLoop - Class in com.domain.project.core
-
This is the main game loop where are the calculations and drawing takes place.
- GameLoop() - Constructor for class com.domain.project.core.GameLoop
-
- GARDEN_DEPTH - Static variable in class com.domain.project.core.Const
-
- GARDEN_LEVEL1 - Static variable in class com.domain.project.core.Const
-
- GARDEN_SCALE - Static variable in class com.domain.project.core.Const
-
- GARDEN_X - Static variable in class com.domain.project.core.Const
-
- GARDEN_Y - Static variable in class com.domain.project.core.Const
-
- generateGraph(String, GroupLayer, int) - Method in class com.domain.project.core.graph.Graph
-
Constructs a graph instance
- getBase() - Method in class com.domain.project.core.graph.Node
-
- getBaseImage() - Method in class com.domain.project.core.Environment
-
- getBaseLayer() - Method in class com.domain.project.core.graph.Base
-
- getBazarLevel() - Method in class com.domain.project.core.graph.Base
-
- getBazarLevel() - Method in class com.domain.project.core.graph.City
-
- getCityLevel() - Method in class com.domain.project.core.graph.Base
-
- getCityLevel() - Method in class com.domain.project.core.graph.City
-
- getDistanceFrom(Tuple2f) - Method in class com.domain.project.core.graph.Tuple2f
-
- getEdges() - Method in class com.domain.project.core.graph.Graph
-
- getGardenLevel() - Method in class com.domain.project.core.graph.Base
-
- getGardenLevel() - Method in class com.domain.project.core.graph.City
-
- getGold() - Method in class com.domain.project.core.Player
-
- getGraphId() - Method in class com.domain.project.core.graph.Node
-
- getGraphLayer() - Method in class com.domain.project.core.Environment
-
- getGraphLayer() - Method in class com.domain.project.core.graph.Node
-
- getID() - Method in class com.domain.project.core.graph.Edge
-
- getId() - Method in class com.domain.project.core.graph.Graph
-
- getID() - Method in class com.domain.project.core.graph.Node
-
- getId() - Method in class com.domain.project.core.Player
-
- getLayer() - Method in class com.domain.project.core.graph.Mapping
-
- getLayer() - Method in class com.domain.project.core.graph.Road
-
- getLayer() - Method in class com.domain.project.core.graph.Tree
-
- getMainLayer() - Method in class com.domain.project.core.Environment
-
- getMappedNode() - Method in class com.domain.project.core.graph.Node
-
Returns the node which this instance is mapped to
- getMapping() - Method in class com.domain.project.core.graph.Node
-
Returns the mapping this node has
- getN1() - Method in class com.domain.project.core.graph.Edge
-
- getN2() - Method in class com.domain.project.core.graph.Edge
-
- getName() - Method in class com.domain.project.core.Player
-
- getNeighbors() - Method in class com.domain.project.core.graph.Node
-
- getNode1(Edge) - Method in class com.domain.project.core.graph.Graph
-
return the Node instance of the node1 of the given edge
- getNode2(Edge) - Method in class com.domain.project.core.graph.Graph
-
return the Node instance of the node2 of the given edge
- getNodeLevel() - Method in class com.domain.project.core.graph.Node
-
- getNodes() - Method in class com.domain.project.core.graph.Graph
-
- getNodeToBeMapped() - Method in class com.domain.project.core.Player
-
- getNucleotide() - Method in class com.domain.project.core.graph.Node
-
- getPlayer() - Method in class com.domain.project.core.graph.Node
-
- getPoints() - Method in class com.domain.project.core.graph.Mapping
-
- getPopulation() - Method in class com.domain.project.core.graph.Base
-
- getPos() - Method in class com.domain.project.core.graph.Node
-
- getRoad() - Method in class com.domain.project.core.graph.Edge
-
- getScale() - Method in enum com.domain.project.core.enums.Zoom
-
- getSelectedNode() - Method in class com.domain.project.core.Player
-
- getShadow() - Method in class com.domain.project.core.graph.Tree
-
- getSlope(Tuple2f) - Method in class com.domain.project.core.graph.Tuple2f
-
- getTowerLevel() - Method in class com.domain.project.core.graph.Base
-
- getTowerLevel() - Method in class com.domain.project.core.graph.City
-
- getUILayer() - Method in class com.domain.project.core.Environment
-
- getWallLevel() - Method in class com.domain.project.core.graph.Base
-
- getWallLevel() - Method in class com.domain.project.core.graph.City
-
- getX() - Method in class com.domain.project.core.Environment
-
- getY() - Method in class com.domain.project.core.Environment
-
- GOLD_SCALE - Static variable in class com.domain.project.core.Const
-
- GOLD_X - Static variable in class com.domain.project.core.Const
-
- GOLD_Y - Static variable in class com.domain.project.core.Const
-
- Graph - Class in com.domain.project.core.graph
-
This class contains the nodes and edges of the graph read from the database
- Graph(boolean, float, float, float, float, int) - Constructor for class com.domain.project.core.graph.Graph
-
Constructs a graph instance
- GRAPH_DEPTH - Static variable in class com.domain.project.core.Const
-
- Gui - Class in com.domain.project.core
-
- Gui(GroupLayer) - Constructor for class com.domain.project.core.Gui
-