Uses of Interface
VASSAL.build.module.map.Drawable
Package | Description |
---|---|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.counters |
Provides classes that define game pieces.
|
-
Uses of Drawable in VASSAL.build.module
Fields in VASSAL.build.module with type parameters of type Drawable Modifier and Type Field Description protected ArrayList<Drawable>
Map. drawComponents
Methods in VASSAL.build.module with parameters of type Drawable Modifier and Type Method Description void
Map. addDrawComponent(Drawable theComponent)
Add aDrawable
component to this mapvoid
Map. removeDrawComponent(Drawable theComponent)
Remove aDrawable
component from this map -
Uses of Drawable in VASSAL.build.module.map
Classes in VASSAL.build.module.map that implement Drawable Modifier and Type Class Description class
CounterDetailViewer
This is aDrawable
class that draws the counters horizontally when the mouse is held over a stack with the control key down.class
GlobalMap
This is scaled version of aMap
that gives an overview.protected class
GlobalMap.CounterViewer
class
HidePiecesButton
This removes all game pieces from the (@link Map) therefore providing an un-cluttered view.class
HighlightLastMoved
class
KeyBufferer
This component listens for mouse clicks on a map and draws the selection rectangle.class
LOS_Thread
A class that allows the user to draw a straight line on a Map (LOS = Line Of Sight).class
MapShader
Draw shaded regions on a map. -
Uses of Drawable in VASSAL.counters
Classes in VASSAL.counters that implement Drawable Modifier and Type Class Description class
FreeRotator
A Decorator that rotates a GamePiece to an arbitrary angle