public class ReachItTheme extends PebbleTheme
PEBBLE_THEME, VERTEX_RADIUS
Constructor and Description |
---|
ReachItTheme() |
Modifier and Type | Method and Description |
---|---|
void |
drawAnimation(java.awt.Graphics g2,
PebbleInstance game)
Defines how the Theme subclass should handle animation.
|
void |
setupMoveAnimation(DoubleVertexEvent<?> event)
Assumes the event is a
|
drawSelectedVertex, drawVertex, getAnimationStage, getBoundingHeight, getBoundingWidth, getDrawingHeight, getDrawingWidth, getEdgeColor, getNumberAnimatingFrames, getThemeName, getVertexCenter
draw, drawBWVertex, drawNormalVertex, drawTargetVertex, getAnimationFrame, getBrightnessFactor, getTheme, getVerticesSortedByY, isAnimatingConfig, isBlinkEdges, isDrawCurvyEdges, setAnimatingConfig, setAnimationFrame, setBlinkEdges, setDrawCurvyEdges, tick, tickIt
public void setupMoveAnimation(DoubleVertexEvent<?> event)
NewTheme
setupMoveAnimation
in class PebbleTheme
public void drawAnimation(java.awt.Graphics g2, PebbleInstance game)
NewTheme
drawAnimation
in class PebbleTheme