Package org.mapsforge.map.awt.graphics
Class AwtHillshadingBitmap
java.lang.Object
org.mapsforge.map.awt.graphics.AwtBitmap
org.mapsforge.map.awt.graphics.AwtHillshadingBitmap
- All Implemented Interfaces:
org.mapsforge.core.graphics.Bitmap,org.mapsforge.core.graphics.HillshadingBitmap
public class AwtHillshadingBitmap
extends AwtBitmap
implements org.mapsforge.core.graphics.HillshadingBitmap
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mapsforge.core.graphics.HillshadingBitmap
org.mapsforge.core.graphics.HillshadingBitmap.Border -
Constructor Summary
ConstructorsConstructorDescriptionAwtHillshadingBitmap(BufferedImage bufferedImage, int padding, org.mapsforge.core.model.BoundingBox areaRect) -
Method Summary
Modifier and TypeMethodDescriptionorg.mapsforge.core.model.BoundingBoxintMethods inherited from class org.mapsforge.map.awt.graphics.AwtBitmap
compress, decrementRefCount, getHeight, getWidth, incrementRefCount, isDestroyed, scaleTo, setBackgroundColorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mapsforge.core.graphics.Bitmap
compress, decrementRefCount, getHeight, getWidth, incrementRefCount, isDestroyed, scaleTo, setBackgroundColor
-
Constructor Details
-
AwtHillshadingBitmap
public AwtHillshadingBitmap(BufferedImage bufferedImage, int padding, org.mapsforge.core.model.BoundingBox areaRect)
-
-
Method Details
-
getAreaRect
public org.mapsforge.core.model.BoundingBox getAreaRect()- Specified by:
getAreaRectin interfaceorg.mapsforge.core.graphics.HillshadingBitmap
-
getPadding
public int getPadding()- Specified by:
getPaddingin interfaceorg.mapsforge.core.graphics.HillshadingBitmap
-