Package VASSAL.build.module.map
Class GlobalMap.CounterViewer
java.lang.Object
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.module.map.CounterDetailViewer
VASSAL.build.module.map.GlobalMap.CounterViewer
- All Implemented Interfaces:
DragSourceMotionListener,KeyListener,MouseListener,MouseMotionListener,EventListener,AutoConfigurable,Buildable,Configurable,Drawable,PropertyNameSource,ValidityChecker,Translatable
- Enclosing class:
- GlobalMap
protected class GlobalMap.CounterViewer extends CounterDetailViewer
-
Nested Class Summary
Nested classes/interfaces inherited from class VASSAL.build.module.map.CounterDetailViewer
CounterDetailViewer.CounterFormatConfig, CounterDetailViewer.DisplayConfig, CounterDetailViewer.EmptyFormatConfig, CounterDetailViewer.Filter, CounterDetailViewer.MinConfig, CounterDetailViewer.ReportFormatConfig, CounterDetailViewer.VisitorNested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util -
Field Summary
Fields inherited from class VASSAL.build.module.map.CounterDetailViewer
ALL_LAYERS, ALWAYS_SHOW_LOC, alwaysShowLoc, BG_COLOR, bgColor, BORDER_WIDTH, borderWidth, bounds, COUNTER_REPORT_FORMAT, counterReportFormat, currentMousePosition, delay, DELAY, delayTimer, DISPLAY, displayablePieces, displayLayers, displayWhat, DRAW_PIECES, DRAW_PIECES_AT_ZOOM, drawPieces, drawSingleDeprecated, EMPTY_HEX_REPORT_FORMAT, emptyHexReportFormat, EXC_LAYERS, FG_COLOR, fgColor, FILTER, font, FONT_SIZE, fontSize, GRAPH_SINGLE_DEPRECATED, graphicsVisible, graphicsZoomLevel, hotkey, HOTKEY, INC_LAYERS, LATEST_VERSION, LAYER_LIST, map, MINIMUM_DISPLAYABLE, minimumDisplayablePieces, mouseInView, PREFERRED_DELAY, PROPERTY_FILTER, propertyFilter, SHOW_DECK, SHOW_MOVE_SELECTED, SHOW_NON_MOVABLE, SHOW_NOSTACK, SHOW_OVERLAP, SHOW_TEXT, SHOW_TEXT_SINGLE_DEPRECATED, showDeck, showMoveSelected, showNonMovable, showNoStack, showOverlap, showText, showTextSingleDeprecated, SUM, SUMMARY_REPORT_FORMAT, summaryReportFormat, textVisible, TOP_LAYER, UNROTATE_PIECES, unrotatePieces, USE_KEYBOARD, version, VERSION, view, ZOOM_LEVEL, zoomLevelFields inherited from class VASSAL.build.AbstractConfigurable
changeSupport, config, localizedName, myI18nData, nameFields inherited from class VASSAL.build.AbstractBuildable
buildComponents, validatorFields inherited from interface VASSAL.build.Configurable
NAME_PROPERTY -
Constructor Summary
Constructors Constructor Description CounterViewer() -
Method Summary
Modifier and Type Method Description protected List<GamePiece>getDisplayablePieces()Build an ArrayList of pieces to be displayed in order from bottom up, based on selection criteria setup in config.protected doublegetZoom()Methods inherited from class VASSAL.build.module.map.CounterDetailViewer
addTo, dragMouseMoved, draw, draw, drawAboveCounters, drawGraphics, drawGraphics, drawLabel, drawLabel, drawText, drawText, fixBounds, getAllowableConfigureComponents, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getAttributeVisibility, getBounds, getConfigurer, getConfigureTypeName, getHelpFile, getPreferredDelay, hideDetails, isTextUnderCounters, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, removeFrom, setAttribute, showDetails, upgradeMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getConfigureComponents, getConfigureName, getI18nData, getI18nPrefix, getLocalizedConfigureName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
build, getAllDescendantComponents, getAllDescendantComponentsOf, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getPropertyNames, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface VASSAL.build.Buildable
build, getBuildElement
-
Constructor Details
-
CounterViewer
public CounterViewer()
-
-
Method Details
-
getDisplayablePieces
Description copied from class:CounterDetailViewerBuild an ArrayList of pieces to be displayed in order from bottom up, based on selection criteria setup in config.- Overrides:
getDisplayablePiecesin classCounterDetailViewer
-
getZoom
protected double getZoom()- Overrides:
getZoomin classCounterDetailViewer
-