public class DefaultMapContextDrawer.CachedImage extends Object
Constructor and Description |
---|
DefaultMapContextDrawer.CachedImage() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
getFullDrawnImage() |
int |
getLastDrawnLayerPosition() |
long |
getMapContextVersion() |
BufferedImage |
getPartialDrawnImage() |
boolean |
hasChangedMapContextDrawVersion() |
boolean |
hasChangedViewPortDrawVersion() |
boolean |
isValidFullDrawnImage(MapContext context) |
boolean |
isValidPartialDrawnImage(MapContext context,
DefaultMapContextDrawer.DrawList drawList) |
void |
setFullDrawnImage(BufferedImage fullDrawnImage) |
void |
setPartialDrawnImage(BufferedImage partialDrawnImage,
MapContext mapContext,
ViewPort viewPort,
int lastDrawnLayerPosition) |
void |
updateVersions(MapContext mapContext,
ViewPort viewPort) |
public void setPartialDrawnImage(BufferedImage partialDrawnImage, MapContext mapContext, ViewPort viewPort, int lastDrawnLayerPosition)
public void updateVersions(MapContext mapContext, ViewPort viewPort)
public void setFullDrawnImage(BufferedImage fullDrawnImage)
public BufferedImage getPartialDrawnImage()
public BufferedImage getFullDrawnImage()
public long getMapContextVersion()
public int getLastDrawnLayerPosition()
public boolean isValidFullDrawnImage(MapContext context)
public boolean hasChangedMapContextDrawVersion()
public boolean hasChangedViewPortDrawVersion()
public boolean isValidPartialDrawnImage(MapContext context, DefaultMapContextDrawer.DrawList drawList)