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, getVertexCenterdraw, drawBWVertex, drawNormalVertex, drawTargetVertex, getAnimationFrame, getBrightnessFactor, getTheme, getVerticesSortedByY, isAnimatingConfig, isBlinkEdges, isDrawCurvyEdges, setAnimatingConfig, setAnimationFrame, setBlinkEdges, setDrawCurvyEdges, tick, tickItpublic void setupMoveAnimation(DoubleVertexEvent<?> event)
NewThemesetupMoveAnimation in class PebbleThemepublic void drawAnimation(java.awt.Graphics g2,
PebbleInstance game)
NewThemedrawAnimation in class PebbleTheme