|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--VASSAL.build.AbstractBuildable
|
+--VASSAL.build.AbstractConfigurable
|
+--VASSAL.build.module.Map
|
+--VASSAL.build.module.SymbolDice
| Inner classes inherited from class VASSAL.build.module.Map |
Map.IconConfig, Map.View |
| Inner classes inherited from class VASSAL.build.AutoConfigurable |
AutoConfigurable.Util |
| Fields inherited from class VASSAL.build.module.Map |
ALLOW_MULTIPLE, boards, BUTTON_NAME, EDGE_HEIGHT, EDGE_WIDTH, edgeBuffer, HIGHLIGHT_COLOR, HIGHLIGHT_THICKNESS, highlighter, HOTKEY, ICON, launchButton, mainWindowDock, MARK_MOVED, markMovedOption, metrics, mouseListenerStack, multicaster, NAME, picker, pieces, scroll, theMap, toolBar, USE_LAUNCH_BUTTON, useLaunchButton, zoom |
| Fields inherited from class VASSAL.build.AbstractConfigurable |
changeSupport, config, name |
| Fields inherited from class VASSAL.build.AbstractBuildable |
buildComponents |
| Fields inherited from interface VASSAL.build.Configurable |
NAME_PROPERTY |
| Constructor Summary | |
SymbolDice()
|
|
| Method Summary | |
void |
build(org.w3c.dom.Element el)
Build the object |
java.lang.Class[] |
getAllowableConfigureComponents()
Return a list of valid sub-component Classes. |
static java.lang.String |
getConfigureTypeName()
|
HelpFile |
getHelpFile()
|
StackMetrics |
getStackMetrics()
Every map must include a StackMetrics as one of its
build components, which governs the stacking behavior of
GamePieces on the map |
void |
mousePressed(java.awt.event.MouseEvent e)
Mouse events are first translated into map coordinates. |
void |
mouseReleased(java.awt.event.MouseEvent e)
Mouse events are first translated into map coordinates. |
| Methods inherited from class VASSAL.build.AbstractConfigurable |
addPropertyChangeListener, getConfigureComponents, getConfigureName, getConfigurer, remove, setConfigureName |
| Methods inherited from class VASSAL.build.AbstractBuildable |
add, getBuildComponents, getBuildElement, getComponents |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface VASSAL.build.Configurable |
addPropertyChangeListener, getConfigureComponents, getConfigureName, getConfigurer, remove |
| Methods inherited from interface VASSAL.build.Buildable |
add, getBuildElement |
| Constructor Detail |
public SymbolDice()
| Method Detail |
public void build(org.w3c.dom.Element el)
Buildablebuild in class MapVASSAL.build.Buildablee - the XML element containing the object datapublic static java.lang.String getConfigureTypeName()
public java.lang.Class[] getAllowableConfigureComponents()
ConfigurablegetAllowableConfigureComponents in class Mappublic HelpFile getHelpFile()
getHelpFile in class MapVASSAL.build.Configurablepublic StackMetrics getStackMetrics()
MapStackMetrics as one of its
build components, which governs the stacking behavior of
GamePieces on the mapgetStackMetrics in class MapVASSAL.build.module.Mappublic void mouseReleased(java.awt.event.MouseEvent e)
MapmouseReleased in class MapVASSAL.build.module.MapMap.pushMouseListener(java.awt.event.MouseListener),
Map.popMouseListener(),
Map.addLocalMouseListener(java.awt.event.MouseListener)public void mousePressed(java.awt.event.MouseEvent e)
MapmousePressed in class MapVASSAL.build.module.MapMap.pushMouseListener(java.awt.event.MouseListener),
Map.popMouseListener(),
Map.addLocalMouseListener(java.awt.event.MouseListener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||