Package VASSAL.build.module.map
Class ImageSaver
java.lang.Object
VASSAL.search.AbstractImageFinder
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.AbstractToolbarItem
VASSAL.build.module.map.ImageSaver
- All Implemented Interfaces:
AutoConfigurable,Buildable,Configurable,PropertyNameSource,ValidityChecker,Translatable,ImageSearchTarget,SearchTarget
This allows the user to capture a snapshot of the entire map into
a PNG file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated, 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
FieldsModifier and TypeFieldDescriptionprotected static Stringprotected static Stringprotected static ProgressDialogprotected static Stringprotected static Stringprotected LaunchButtonDeprecated, for removal: This API element is subject to removal in a future version.use launch from the superclassprotected Mapprotected booleanprotected static StringFields inherited from class VASSAL.build.AbstractToolbarItem
ICON, 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 -
Method Summary
Modifier and TypeMethodDescriptionvoidExpects to be added to aMap.Class<?>[]static StringvoidremoveFrom(Buildable b)Default behavior assumes we are removing this from the module toolbarvoidwriteImage(OutputStream[] out)Deprecated, for removal: This API element is subject to removal in a future version.voidWrite a PNG-encoded snapshot of the map.protected voidwriteMapRectAsImage(File file, int x, int y, int w, int h)Helper method for writing images.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
-
launch
Deprecated, for removal: This API element is subject to removal in a future version.use launch from the superclass -
map
-
promptToSplit
protected boolean promptToSplit -
DEFAULT_ICON
- See Also:
- Constant Field Values
-
BUTTON_TEXT
- See Also:
- Constant Field Values
-
dialog
-
HOTKEY
- See Also:
- Constant Field Values
-
TOOLTIP
- See Also:
- Constant Field Values
-
ICON_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ImageSaver
public ImageSaver() -
ImageSaver
-
-
Method Details
-
addTo
Expects to be added to aMap. Adds a button to the map window toolbar that initiates the capture- Specified by:
addToin interfaceBuildable- Overrides:
addToin classAbstractToolbarItem- Parameters:
b- parent Buildable to add this component to as a subcomponent.
-
removeFrom
Description copied from class:AbstractToolbarItemDefault behavior assumes we are removing this from the module toolbar- Specified by:
removeFromin interfaceConfigurable- Overrides:
removeFromin classAbstractToolbarItem- Parameters:
b- parent
-
writeMapAsImage
public void writeMapAsImage()Write a PNG-encoded snapshot of the map. -
writeMapRectAsImage
Helper method for writing images.- Parameters:
file- the file to writex- the left edge of the map area to writey- the top edge of the map area to writew- the width of the map area to writeh- the height of the map area to write
-
writeImage
@Deprecated(since="2020-08-06", forRemoval=true) public void writeImage(OutputStream[] out) throws IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.Write a PNG-encoded snapshot of the map to the given OutputStreams, dividing the map into vertical sections, one per stream- Throws:
IOException
-
getHelpFile
- Returns:
- a HelpFile describing how to use and configure * this component
-
getConfigureTypeName
-
getAllowableConfigureComponents
- 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.
-