Package VASSAL.build.module.map
Class PieceRecenterer
java.lang.Object
VASSAL.search.AbstractImageFinder
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.AbstractToolbarItem
VASSAL.build.module.map.PieceRecenterer
- All Implemented Interfaces:
AutoConfigurable,Buildable,Configurable,PropertyNameSource,ValidityChecker,DeckVisitor,PieceVisitor,Translatable,ImageSearchTarget,SearchTarget
public class PieceRecenterer extends AbstractToolbarItem implements DeckVisitor
Adds a button to a Maps toolbar that adjusts the positions of all pieces
so that their centroid is at the center of the map
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPieceRecenterer.IconConfigDeprecated, for removal: This API element is subject to removal in a future version.Nested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util -
Field Summary
Fields Modifier and Type Field Description static StringBUTTON_TEXTDeprecated, for removal: This API element is subject to removal in a future version.protected DeckVisitorDispatcherdispatcherstatic StringHOTKEYDeprecated, for removal: This API element is subject to removal in a future version.static StringICONDeprecated, for removal: This API element is subject to removal in a future version.protected LaunchButtonlaunchprotected Mapmapstatic StringTOOLTIPDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class VASSAL.build.AbstractToolbarItem
NAMEFields 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 PieceRecenterer() -
Method Summary
Modifier and Type Method Description voidaddTo(Buildable parent)Default behavior adds the button to the module toolbar.Class<?>[]getAllowableConfigureComponents()static StringgetConfigureTypeName()HelpFilegetHelpFile()Commandrecenter(Map map)Returns a Command that moves all pieces so that their centroid is centered on the map.voidremoveFrom(Buildable parent)Default behavior assumes we are removing this from the module toolbarObjectvisitDeck(Deck d)ImplementsDeckVisitor.ObjectvisitDefault(GamePiece p)ImplementsDeckVisitor.ObjectvisitStack(Stack s)ImplementsDeckVisitor.Methods inherited from class VASSAL.build.AbstractToolbarItem
addLocalImageNames, getAttributeDescriptions, getAttributeNames, getAttributeTypes, getAttributeValueString, getComponent, getLaunchButton, getMenuTextList, getNamedKeyStrokeList, makeLaunchButton, setAttribute, setButtonTextKey, setHotKeyKey, setIconKey, setLaunchButton, setNameKey, setTooltipKeyMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getAttributeVisibility, getConfigureComponents, getConfigureName, getConfigurer, getExpressionList, getFormattedStringList, getI18nData, getI18nPrefix, getLocalizedConfigureName, getPropertyList, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, build, getAllDescendantComponents, getAllDescendantComponentsOf, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getPropertyNames, validateMethods inherited from class VASSAL.search.AbstractImageFinder
getAllImageNames, getLocalImageNamesMethods 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
-
Field Details
-
BUTTON_TEXT
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
ICON
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
HOTKEY
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
TOOLTIP
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
launch
-
map
-
dispatcher
-
-
Constructor Details
-
PieceRecenterer
public PieceRecenterer()
-
-
Method Details
-
recenter
Returns a Command that moves all pieces so that their centroid is centered on the map. -
visitDeck
ImplementsDeckVisitor. Returns Boolean.TRUE if the piece should be moved- Specified by:
visitDeckin interfaceDeckVisitor
-
visitDefault
ImplementsDeckVisitor. Returns Boolean.TRUE if the piece should be moved- Specified by:
visitDefaultin interfacePieceVisitor
-
visitStack
ImplementsDeckVisitor. Returns Boolean.TRUE if the piece should be moved- Specified by:
visitStackin interfacePieceVisitor
-
getConfigureTypeName
-
addTo
Description copied from class:AbstractToolbarItemDefault behavior adds the button to the module toolbar.- Specified by:
addToin interfaceBuildable- Overrides:
addToin classAbstractToolbarItem- Parameters:
parent- parent Buildable to add this component to as a subcomponent.
-
getAllowableConfigureComponents
- Specified by:
getAllowableConfigureComponentsin interfaceConfigurable- Returns:
- a list of valid sub-component Classes. If a Class
appears in this list, then instances of that class may be added
to this component from the Editor's
ConfigureTreewindow by right-clicking on the component and selecting the appropriate "Add" option.
-
getHelpFile
- Specified by:
getHelpFilein interfaceConfigurable- Returns:
- a HelpFile describing how to use and configure * this component
-
removeFrom
Description copied from class:AbstractToolbarItemDefault behavior assumes we are removing this from the module toolbar- Specified by:
removeFromin interfaceConfigurable- Overrides:
removeFromin classAbstractToolbarItem- Parameters:
parent- parent
-