Class DefaultMapContextDrawer.CachedImage

java.lang.Object
org.gvsig.fmap.mapcontext.impl.DefaultMapContextDrawer.CachedImage
Enclosing class:
DefaultMapContextDrawer

public class DefaultMapContextDrawer.CachedImage extends Object
  • Constructor Details

    • CachedImage

      public CachedImage()
  • Method Details

    • setPartialDrawnImage

      public void setPartialDrawnImage(BufferedImage partialDrawnImage, MapContext mapContext, ViewPort viewPort, int lastDrawnLayerPosition)
    • updateVersions

      public void updateVersions(MapContext mapContext, ViewPort viewPort)
    • setFullDrawnImage

      public void setFullDrawnImage(BufferedImage fullDrawnImage)
    • getPartialDrawnImage

      public BufferedImage getPartialDrawnImage()
    • getFullDrawnImage

      public BufferedImage getFullDrawnImage()
    • getMapContextVersion

      public long getMapContextVersion()
    • getLastDrawnLayerPosition

      public int getLastDrawnLayerPosition()
    • isValidFullDrawnImage

      public boolean isValidFullDrawnImage(MapContext context)
    • hasChangedMapContextDrawVersion

      public boolean hasChangedMapContextDrawVersion()
    • hasChangedViewPortDrawVersion

      public boolean hasChangedViewPortDrawVersion()
    • isValidPartialDrawnImage

      public boolean isValidPartialDrawnImage(MapContext context, DefaultMapContextDrawer.DrawList drawList)