Package VASSAL.build.module.map
Class MapShader
java.lang.Object
VASSAL.search.AbstractImageFinder
VASSAL.build.AbstractBuildable
VASSAL.build.AbstractConfigurable
VASSAL.build.AbstractToolbarItem
VASSAL.build.module.map.MapShader
- All Implemented Interfaces:
PropertyChangeListener,EventListener,AutoConfigurable,Buildable,Configurable,GameComponent,Drawable,PropertyNameSource,ValidityChecker,Translatable,Auditable,ImageSearchTarget,SearchTarget,UniqueIdManager.Identifyable
public class MapShader
extends AbstractToolbarItem
implements GameComponent, Drawable, UniqueIdManager.Identifyable
Draw shaded regions on a map.
- Author:
- Brent Easton
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classstatic interfacePieces that contribute to shading must implement this interfacestatic classNested classes/interfaces inherited from class VASSAL.build.AbstractToolbarItem
AbstractToolbarItem.FormattedStringConfigNested classes/interfaces inherited from interface VASSAL.build.AutoConfigurable
AutoConfigurable.Util -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected booleanShould the toolbar button for this shader be added to the Map toolbar instead of the Global toolbar? Map Shader buttons SHOULD be added to the Map Toolbar, but have mistakenly been added to the GLobal Toolbar since before the dawn of time.static final Stringstatic final Stringprotected booleanstatic final Stringstatic final Stringprotected Areaprotected String[]static final Stringprotected Stringprotected booleanstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected Colorprotected AlphaCompositeprotected intprotected intstatic final Stringprotected Colorstatic final Stringprotected AlphaCompositestatic final Stringprotected booleanstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected Stringprotected static final UniqueIdManagerDeprecated.static final Stringprotected Stringstatic final Stringprotected LaunchButtonDeprecated, for removal: This API element is subject to removal in a future version.use launch from the superclassprotected Mapstatic final Stringprotected intstatic final Stringprotected Stringstatic final Stringprotected Rectanglestatic final Stringprotected booleanprotected booleanprotected Areaprotected ImageOpstatic final Stringprotected booleanprotected BasicStrokeprotected TexturePaintprotected Map<Double,TexturePaint> static final Stringprotected Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected StringFields inherited from class VASSAL.build.AbstractToolbarItem
CAN_DISABLE, canDisable, DISABLED_ICON, disabledIconConfig, HIDE_WHEN_DISABLED, hideWhenDisabled, HOTKEY, property, PROPERTY_GATE, propertyGate, showDisabledOptionsFields 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 TypeMethodDescriptionvoidClasses extendingAbstractBuildableshould override this method in order to add the names of any image files they use to the collection.voidDefault behavior adds the button to the parent componentprotected voidBuild a clipping region excluding boards that do not needed to be Shaded.protected AlphaCompositeprotected voidprotected voidprotected voidprotected voidbuildStroke(double zoom) protected voidbuildTexture(double zoom) protected voidcheckPiece(Area area, GamePiece piece) voidbooleanIs this Shade drawn over or under counters?Class<?>[]String[]This getAttributeDescriptions() will return the items specific to the Toolbar Button - classes extending this should add their own items as well.String[]This getAttributeNames() will return the items specific to the Toolbar Button - classes extending this should add their own items as well.Class<?>[]This getAttributeTypes() will return the items specific to the Toolbar Button - classes extending this should add their own items as well.Classes extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button.getAttributeVisibility(String name) By default, all attributes are visibleprotected AlphaCompositegetColor()protected AlphaCompositeGet/Build the AlphaComposite used to draw the semi-transparent shade/static StringgetId()protected MapgetMap()protected RectanglegetPatternRect(double zoom) When saving a game, each GameComponent should return aCommandthat, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return nullprotected BufferedImagegetShadePattern(double zoom) protected AreagetShadeShape(Map map) Get/Build the shape of the shade.protected BasicStrokegetStroke(double zoom) protected TexturePaintgetTexture(double zoom) protected booleanprotected booleanprotected TexturePaintmakeTexture(double zoom) voidremoveFrom(Buildable parent) Remove from our parentvoidreset()voidsetAttribute(String key, Object value) Classes extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button.voidvoidvoidsetShadingVisibility(boolean b) voidsetup(boolean gameStarting) Notify the GameComponent that a game has started/endedprotected voidMethods inherited from class VASSAL.build.AbstractToolbarItem
addPropertyGateListener, addPropertyGateListener, checkDisabled, disableIfTrue, getComponent, getLaunchButton, getMenuTextList, getNamedKeyStrokeList, getNameKey, isShowDisabledOptions, makeLaunchButton, propertyChange, removePropertyGateListener, setButtonTextKey, setHotKeyKey, setIconKey, setLaunchButton, setNameKey, setNamePrompt, setShowDisabledOptions, setTooltipKeyMethods inherited from class VASSAL.build.AbstractConfigurable
add, addPropertyChangeListener, getConfigureComponents, getConfigureName, getExpressionList, getFormattedStringList, getI18nData, getI18nPrefix, getLocalizedConfigureName, getTypeName, remove, removePropertyChangeListener, setAllAttributesUntranslatable, setAttributeTranslatable, setConfigureNameMethods inherited from class VASSAL.build.AbstractBuildable
addImageNamesRecursively, build, buildString, getAllDescendantComponentsOf, getAncestor, getBuildables, getBuildComponents, getBuildElement, getComponents, getComponentsOf, getNonFolderAncestor, getPropertyNames, setAncestor, 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.script.expression.Auditable
getComponentName, getComponentTypeNameMethods inherited from interface VASSAL.build.Buildable
build, getBuildElementMethods inherited from interface VASSAL.tools.UniqueIdManager.Identifyable
getConfigureName
-
Field Details
-
NAME
- See Also:
-
HOT_KEY
- See Also:
-
BUTTON_TEXT
- See Also:
-
ICON
- See Also:
-
TOOLTIP
- See Also:
-
ALWAYS_ON
- See Also:
-
STARTS_ON
- See Also:
-
BOARDS
- See Also:
-
BOARD_LIST
- See Also:
-
ALL_BOARDS
- See Also:
-
EXC_BOARDS
- See Also:
-
INC_BOARDS
- See Also:
-
ADD_TO_MAP_TOOLBAR
- See Also:
-
idMgr
Deprecated. -
launch
Deprecated, for removal: This API element is subject to removal in a future version.use launch from the superclass -
alwaysOn
protected boolean alwaysOn -
startsOn
protected boolean startsOn -
boardSelection
-
boardList
-
shadingVisible
protected boolean shadingVisible -
scaleImage
protected boolean scaleImage -
map
-
id
-
boardClip
-
TYPE
- See Also:
-
DRAW_OVER
- See Also:
-
PATTERN
- See Also:
-
COLOR
- See Also:
-
IMAGE
- See Also:
-
SCALE_IMAGE
- See Also:
-
OPACITY
- See Also:
-
BORDER
- See Also:
-
BORDER_COLOR
- See Also:
-
BORDER_WIDTH
- See Also:
-
BORDER_OPACITY
- See Also:
-
BG_TYPE
- See Also:
-
FG_TYPE
- See Also:
-
TYPE_25_PERCENT
- See Also:
-
TYPE_50_PERCENT
- See Also:
-
TYPE_75_PERCENT
- See Also:
-
TYPE_SOLID
- See Also:
-
TYPE_IMAGE
- See Also:
-
imageName
-
color
-
type
-
drawOver
protected boolean drawOver -
pattern
-
opacity
protected int opacity -
border
protected boolean border -
borderColor
-
borderWidth
protected int borderWidth -
borderOpacity
protected int borderOpacity -
shape
-
patternRect
-
srcOp
-
texture
-
textures
-
composite
-
borderComposite
-
stroke
-
version
-
addToMapToolbar
protected boolean addToMapToolbarShould the toolbar button for this shader be added to the Map toolbar instead of the Global toolbar? Map Shader buttons SHOULD be added to the Map Toolbar, but have mistakenly been added to the GLobal Toolbar since before the dawn of time. Changing this will break existing module that have already added Shader buttons to global toolbar menus. Existing Map Shaders will have addToMapToolbar default to false to maintain compatibility New Map Shaders will have addToMapToolbar set to True
-
-
Constructor Details
-
MapShader
public MapShader()
-
-
Method Details
-
draw
-
getComposite
Get/Build the AlphaComposite used to draw the semi-transparent shade/ -
buildComposite
protected void buildComposite() -
getBorderComposite
-
buildBorderComposite
-
getShadeShape
Get/Build the shape of the shade. -
checkPiece
-
getShadePattern
-
getPatternRect
-
buildShadePattern
protected void buildShadePattern() -
getStroke
-
buildStroke
protected void buildStroke(double zoom) -
getBorderColor
-
getTexture
-
buildTexture
protected void buildTexture(double zoom) -
makeTexture
-
getColor
-
drawAboveCounters
public boolean drawAboveCounters()Is this Shade drawn over or under counters?- Specified by:
drawAboveCountersin interfaceDrawable
-
getAttributeNames
Description copied from class:AbstractToolbarItemThis getAttributeNames() will return the items specific to the Toolbar Button - classes extending this should add their own items as well. If the "nameKey" is blank, then no "name" configure entry will be generated. Extending classes can use ArrayUtils.addAll(super.getAttributeNames(), key1, ..., keyN), or supply their own order from scratch.Lists all the buildFile (XML) attribute names for this component. If this component is ALSO an
AbstractConfigurable, then this list of attributes determines the appropriate attribute order forAbstractConfigurable.getAttributeDescriptions()andAbstractConfigurable.getAttributeTypes().- Specified by:
getAttributeNamesin interfaceAutoConfigurable- Overrides:
getAttributeNamesin classAbstractToolbarItem- Returns:
- a list of all buildFile (XML) attribute names for this component
-
getAttributeTypes
Description copied from class:AbstractToolbarItemThis getAttributeTypes() will return the items specific to the Toolbar Button - classes extending this should add their own items as well. If the "nameKey" is blank, then no "name" configure entry will be generated. Extending classes can use ArrayUtils.addAll(super.getAttributeTypes(), key1, ..., keyN), or supply their own order from scratch.- Specified by:
getAttributeTypesin interfaceAutoConfigurable- Overrides:
getAttributeTypesin classAbstractToolbarItem- Returns:
- the Class for the buildFile (XML) attributes of this component. Valid classes include: String, Integer, Double, Boolean, Image,
Color, and KeyStroke, along with any class for which a Configurer exists in VASSAL.configure. The class determines, among other things,
which type of
AutoConfigurerwill be used to configure the attribute when the object is configured in the Editor.The order of classes should be the same as the order of names in
AbstractBuildable.getAttributeNames()
-
getAttributeDescriptions
Description copied from class:AbstractToolbarItemThis getAttributeDescriptions() will return the items specific to the Toolbar Button - classes extending this should add their own items as well. If the "nameKey" is blank, then no "name" configure entry will be generated. Extending classes can use ArrayUtils.addAll(super.getAttributeDescriptions(), key1, ..., keyN), or supply their own order from scratch.- Specified by:
getAttributeDescriptionsin interfaceAutoConfigurable- Overrides:
getAttributeDescriptionsin classAbstractToolbarItem- Returns:
- an array of Strings describing the buildFile (XML) attributes of this component. These strings are used as prompts in the
Properties window for this object, when the component is configured in the Editor. The order of descriptions should
be the same as the order of names in
AbstractBuildable.getAttributeNames()
-
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.
-
reset
public void reset() -
toggleShading
protected void toggleShading() -
setShadingVisibility
public void setShadingVisibility(boolean b) -
isAlwaysOn
protected boolean isAlwaysOn() -
isStartsOn
protected boolean isStartsOn() -
getMap
-
getBoardClip
-
buildBoardClip
protected void buildBoardClip()Build a clipping region excluding boards that do not needed to be Shaded. -
setLaunchButtonVisibility
public void setLaunchButtonVisibility() -
setup
public void setup(boolean gameStarting) Description copied from interface:GameComponentNotify the GameComponent that a game has started/ended- Specified by:
setupin interfaceGameComponent- Overrides:
setupin classAbstractToolbarItem- Parameters:
gameStarting- if true, a game is starting. If false, then a game is ending
-
getRestoreCommand
Description copied from interface:GameComponentWhen saving a game, each GameComponent should return aCommandthat, when executed, restores the GameComponent to its state when the game was saved If this component has no persistent state, return null- Specified by:
getRestoreCommandin interfaceGameComponent- Overrides:
getRestoreCommandin classAbstractToolbarItem
-
buildPatternAndTexture
protected void buildPatternAndTexture() -
setAttribute
Description copied from class:AbstractToolbarItemClasses extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button. Sets a buildFile (XML) attribute value for this component. Thekeyparameter will be one of those listed inAbstractToolbarItem.getAttributeNames(). If thevalueparameter is a String, it will be the value returned byAbstractToolbarItem.getAttributeValueString(java.lang.String)for the samekey. If the implementing class extendsAbstractConfigurable, thenvaluewill be an instance of the corresponding Class listed inAbstractConfigurable.getAttributeTypes()- Specified by:
setAttributein interfaceAutoConfigurable- Specified by:
setAttributein interfaceTranslatable- Overrides:
setAttributein classAbstractToolbarItem- Parameters:
key- the name of the attribute. Will be one of those listed inAbstractToolbarItem.getAttributeNames()value- If thevalueparameter is a String, it will be the value returned byAbstractToolbarItem.getAttributeValueString(java.lang.String)for the samekey. If the implementing class extendsAbstractConfigurable, thenvaluecan also be an instance of the corresponding Class listed inAbstractConfigurable.getAttributeTypes()
-
getAttributeValueString
Description copied from class:AbstractToolbarItemClasses extending AbstractToolbarItem can call this as a super() method after checking for their own keys, to avoid needing to deal with the nitty gritty of the toolbar button.- Specified by:
getAttributeValueStringin interfaceAutoConfigurable- Specified by:
getAttributeValueStringin interfaceTranslatable- Overrides:
getAttributeValueStringin classAbstractToolbarItem- Parameters:
key- the name of the attribute. Will be one of those listed inAbstractToolbarItem.getAttributeNames()- Returns:
- a String representation of the XML buildFile attribute with the given name. When initializing a module,
this String value will loaded from the XML and passed to
AbstractToolbarItem.setAttribute(java.lang.String, java.lang.Object). It is also frequently used for checking the current value of an attribute.
-
getAttributeVisibility
Description copied from class:AbstractConfigurableBy default, all attributes are visible- Specified by:
getAttributeVisibilityin interfaceAutoConfigurable- Overrides:
getAttributeVisibilityin classAbstractToolbarItem- Parameters:
name- Name (key) of one of this component's attributes- Returns:
- a
VisibilityConditionfor this attribute, or null if attribute should always be visible.
-
addLocalImageNames
Description copied from class:AbstractToolbarItemClasses extendingAbstractBuildableshould override this method in order to add the names of any image files they use to the collection. For "find unused images" and "search".- Specified by:
addLocalImageNamesin interfaceImageSearchTarget- Overrides:
addLocalImageNamesin classAbstractToolbarItem- Parameters:
s- Collection to add image names to
-
getConfigureTypeName
-
removeFrom
Description copied from class:AbstractToolbarItemRemove from our parent- Specified by:
removeFromin interfaceConfigurable- Overrides:
removeFromin classAbstractToolbarItem- Parameters:
parent- parent
-
getHelpFile
- Specified by:
getHelpFilein interfaceConfigurable- Returns:
- a HelpFile describing how to use and configure * this component
-
addTo
Description copied from class:AbstractToolbarItemDefault behavior adds the button to the parent component- Specified by:
addToin interfaceBuildable- Overrides:
addToin classAbstractToolbarItem- Parameters:
parent- parent Buildable to add this component to as a subcomponent.
-
getId
- Specified by:
getIdin interfaceUniqueIdManager.Identifyable
-
setId
- Specified by:
setIdin interfaceUniqueIdManager.Identifyable
-
getPropertyList
- Specified by:
getPropertyListin interfaceSearchTarget- Overrides:
getPropertyListin classAbstractToolbarItem- Returns:
- a list of any Property Names referenced in the Configurable, if any (for search)
-
getConfigurer
Description copied from class:AbstractConfigurable- Specified by:
getConfigurerin interfaceConfigurable- Overrides:
getConfigurerin classAbstractConfigurable- Returns:
- Configurer for this component
-
AbstractToolbarItem.IconConfiginstead.