Class GlobalMap.CounterViewer
java.lang.Object
VASSAL.search.AbstractImageFinder
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
,Auditable
,ImageSearchTarget
,SearchTarget
- Enclosing class:
GlobalMap
-
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.TerrainConfig, CounterDetailViewer.Visitor
Nested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util
-
Field Summary
Fields inherited from class VASSAL.build.module.map.CounterDetailViewer
ALL_LAYERS, ALWAYS, BG_COLOR, bgColor, BORDER_COLOR, BORDER_INNER_THICKNESS, BORDER_THICKNESS, BORDER_WIDTH, borderColor, borderInnerThickness, borderThickness, borderWidth, bounds, CENTER_ALL, CENTER_PIECES_VERTICALLY, CENTER_TEXT, centerAll, centerPiecesVertically, centerText, COMBINE_COUNTER_SUMMARY, combineCounterSummary, COUNTER_REPORT_FORMAT, counterReportFormat, currentMousePosition, delay, DELAY, delayTimer, desc, DESCRIPTION, DISPLAY, displayablePieces, displayableTerrain, displayLayers, displayWhat, DRAW_PIECES, DRAW_PIECES_AT_ZOOM, drawPieces, drawSingleDeprecated, EMPTY_HEX_REPORT_FORMAT, emptyHexReportFormat, ENABLE_HTML, enableHTML, EXC_LAYERS, EXTRA_TEXT_PADDING, extraTextPadding, FG_COLOR, fgColor, FILTER, font, FONT_SIZE, fontSize, GRAPH_SINGLE_DEPRECATED, graphicsVisible, graphicsZoomLevel, hotkey, HOTKEY, IF_ONE, INC_LAYERS, lastPieceBounds, LATEST_VERSION, LAYER_LIST, map, MINIMUM_DISPLAYABLE, minimumDisplayablePieces, mouseInView, NEVER, ONLY_SHOW_FIRST_SUMMARY, onlyShowFirstSummary, PREFERRED_DELAY, PROPERTY_FILTER, propertyFilter, SHOW_DECK, SHOW_DECK_DEPTH, SHOW_DECK_MASKED, SHOW_MOVE_SELECTED, SHOW_NON_MOVABLE, SHOW_NOSTACK, SHOW_ONLY_TOP_OF_STACK, SHOW_OVERLAP, SHOW_TERRAIN_BENEATH, SHOW_TERRAIN_HEIGHT, SHOW_TERRAIN_SNAPPY, SHOW_TERRAIN_TEXT, SHOW_TERRAIN_WIDTH, SHOW_TERRAIN_ZOOM, SHOW_TEXT, SHOW_TEXT_SINGLE_DEPRECATED, showDeck, showDeckDepth, showDeckMasked, showMoveSelected, showNonMovable, showNoStack, showNumberFromDeck, showOnlyTopOfStack, showOverlap, showTerrainBeneath, showTerrainHeight, showTerrainSnappy, showTerrainText, showTerrainWidth, showTerrainZoom, showText, showTextSingleDeprecated, STOP_AFTER_SHOWING, stopAfterShowing, STRETCH_WIDTH_PIECES, STRETCH_WIDTH_SUMMARY, stretchWidthPieces, stretchWidthSummary, SUM, SUMMARY_REPORT_FORMAT, summaryReportFormat, textVisible, TOP_LAYER, UNROTATE_PIECES, unrotatePieces, USE_KEYBOARD, version, VERSION, VERTICAL_BOTTOM_TEXT, VERTICAL_OFFSET, VERTICAL_TOP_TEXT, verticalBottomText, verticalOffset, verticalTopText, view, ZOOM_LEVEL, zoomLevel
Fields inherited from class VASSAL.build.AbstractConfigurable
changeSupport, config, localizedName, myI18nData, name
Fields inherited from class VASSAL.build.AbstractBuildable
buildComponents, validator
Fields inherited from interface VASSAL.build.Configurable
NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBuild an ArrayList of pieces to be displayed in order from bottom up, based on selection criteria setup in config.protected double
getZoom()
Methods inherited from class VASSAL.build.module.map.CounterDetailViewer
addLocalImageNames, addTo, checkUpgrade, dragMouseMoved, draw, draw, drawAboveCounters, drawGraphics, drawLabel, drawLabel, drawLabel, drawText, fixBounds, fixBounds, getAllowableConfigureComponents, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getAttributeVisibility, getBounds, getConfigureName, getConfigurer, getConfigureTypeName, getExpressionList, getFormattedStringList, getHelpFile, getMap, getNamedKeyStrokeList, getPreferredDelay, hideDetails, isDrawingMouseOver, isStopAfterShowing, isTextUnderCounters, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, removeFrom, setAttribute, showDetails, upgrade
Methods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getConfigureComponents, getI18nData, getI18nPrefix, getLocalizedConfigureName, getMenuTextList, getPropertyList, getTypeName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureName
Methods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, build, buildString, getAllDescendantComponentsOf, getAncestor, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getNonFolderAncestor, getPropertyNames, setAncestor, validate
Methods inherited from class VASSAL.search.AbstractImageFinder
getAllImageNames, getLocalImageNames
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface VASSAL.script.expression.Auditable
getComponentName, getComponentTypeName
Methods inherited from interface VASSAL.build.Buildable
build, getBuildElement, isMandatory, isMovable, isUnique
-
Constructor Details
-
CounterViewer
public CounterViewer()
-
-
Method Details
-
getDisplayablePieces
Description copied from class:CounterDetailViewer
Build an ArrayList of pieces to be displayed in order from bottom up, based on selection criteria setup in config.- Overrides:
getDisplayablePieces
in classCounterDetailViewer
-
getZoom
protected double getZoom()- Overrides:
getZoom
in classCounterDetailViewer
-