Class MapImage.MapImageBoxProvider
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.styleelement.MapImage.MapImageBoxProvider
-
- All Implemented Interfaces:
BoxTextElement.BoxProvider
- Enclosing class:
- MapImage
protected class MapImage.MapImageBoxProvider extends java.lang.Object implements BoxTextElement.BoxProvider
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMapImageBoxProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private java.awt.Rectanglebox()booleanequals(java.lang.Object obj)BoxTextElement.BoxProviderResultget()Compute and get theBoxTextElement.BoxProviderResult.private MapImagegetParent()inthashCode()
-
-
-
Constructor Detail
-
MapImageBoxProvider
protected MapImageBoxProvider()
-
-
Method Detail
-
get
public BoxTextElement.BoxProviderResult get()
Description copied from interface:BoxTextElement.BoxProviderCompute and get theBoxTextElement.BoxProviderResult. The temporary flag is set if the result of the computation may change in the future.- Specified by:
getin interfaceBoxTextElement.BoxProvider- Returns:
- The result of the computation.
-
box
private java.awt.Rectangle box()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-