public class PowerHousesTheme extends PowerGraphTheme<PowerGraphInstance>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
POWER_HOUSES_THEME |
static int |
VERT_HEIGHT |
static int |
VERT_WIDTH |
POWER_YELLOW
Constructor and Description |
---|
PowerHousesTheme() |
Modifier and Type | Method and Description |
---|---|
void |
drawAnimation(java.awt.Graphics g,
PowerGraphInstance game)
Defines how the Theme subclass should handle animation.
|
void |
drawVertex(java.awt.Graphics2D g,
PowerGraphInstance game,
Vertex v)
Dictates how a vertex should be drawn.
|
int[] |
getAnimationStage(Vertex v,
PowerGraphInstance game)
Return a number or set of numbers that identifies what stage of drawing animation this vertex is at.
|
int |
getBoundingHeight()
Defines the height of the box used to determine the clickable area of a vertex.
|
int |
getBoundingWidth()
Defines the width of the box used to determine the clickable area of a vertex.
|
int |
getDrawingHeight()
Defines the width of the drawable area of a vertex.
|
int |
getDrawingWidth()
Defines the width of the drawable area of a vertex.
|
java.awt.Color |
getEdgeColor(PowerGraphInstance game,
Vertex a,
Vertex b)
Defines the color used for drawing edges.
|
int |
getNumberAnimatingFrames() |
java.lang.String |
getThemeName() |
java.awt.Point |
getVertexCenter()
Defines the intended center point, relative to the origin (0, 0), on the image created by drawVertex.
|
void |
setupMoveAnimation(DoubleVertexEvent<?> event)
Assumes the event is a
|
draw, drawBWVertex, drawNormalVertex, drawSelectedVertex, drawTargetVertex, getAnimationFrame, getBrightnessFactor, getTheme, getVerticesSortedByY, isAnimatingConfig, isBlinkEdges, isDrawCurvyEdges, setAnimatingConfig, setAnimationFrame, setBlinkEdges, setDrawCurvyEdges, tick, tickIt
public static final int VERT_WIDTH
public static final int VERT_HEIGHT
public static final java.lang.String POWER_HOUSES_THEME
public int[] getAnimationStage(Vertex v, PowerGraphInstance game)
NewTheme
getAnimationStage
in class NewTheme<PowerGraphInstance>
game
- TODOpublic void drawVertex(java.awt.Graphics2D g, PowerGraphInstance game, Vertex v)
NewTheme
drawVertex
in class NewTheme<PowerGraphInstance>
g
- The graphics object to draw ongame
- The PuzzleInstance subclass containing game datav
- The vertex to be drawnpublic java.lang.String getThemeName()
getThemeName
in class NewTheme<PowerGraphInstance>
public void setupMoveAnimation(DoubleVertexEvent<?> event)
NewTheme
setupMoveAnimation
in class NewTheme<PowerGraphInstance>
public int getNumberAnimatingFrames()
getNumberAnimatingFrames
in class NewTheme<PowerGraphInstance>
public void drawAnimation(java.awt.Graphics g, PowerGraphInstance game)
NewTheme
drawAnimation
in class NewTheme<PowerGraphInstance>
public java.awt.Point getVertexCenter()
NewTheme
getVertexCenter
in class NewTheme<PowerGraphInstance>
public java.awt.Color getEdgeColor(PowerGraphInstance game, Vertex a, Vertex b)
NewTheme
getEdgeColor
in class NewTheme<PowerGraphInstance>
game
- The PuzzleInstance subclass containing game dataa
- The first vertex connected by an edgeb
- The second vertex connected by this edgepublic int getBoundingHeight()
NewTheme
getBoundingHeight
in class NewTheme<PowerGraphInstance>
public int getBoundingWidth()
NewTheme
getBoundingWidth
in class NewTheme<PowerGraphInstance>
public int getDrawingHeight()
NewTheme
getDrawingHeight
in class NewTheme<PowerGraphInstance>
public int getDrawingWidth()
NewTheme
getDrawingWidth
in class NewTheme<PowerGraphInstance>