com.partnersoft.v3x.apps.MapBrowser.image
Class TiledImageSource
java.lang.Object
com.partnersoft.v3x.apps.MapBrowser.AbstractMapDataSource
com.partnersoft.v3x.apps.MapBrowser.image.TiledImageSource
- All Implemented Interfaces:
- MapDataSource
public class TiledImageSource
- extends AbstractMapDataSource
A MapDataSource that consists of a tiled set of images at discrete scales.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TiledImageSource
public TiledImageSource()
createDefaultRenderer
public MapDataRenderer createDefaultRenderer()
getImage
public java.awt.Image getImage(SheetCoord coord)
sheetPixelContaining
public SheetPixelCoord sheetPixelContaining(Coord3D coord,
int scaleIndex)
indexFor
public int indexFor(Scale scaley)
scaleAt
public Scale scaleAt(int index)
browserRenderedScaleAt
public BrowserRenderedScale browserRenderedScaleAt(int index)
imageSizeAt
public java.awt.Dimension imageSizeAt(int scaleIndex)
getBrowserRenderedScales
public java.util.ArrayList getBrowserRenderedScales()
setBrowserRenderedScales
public void setBrowserRenderedScales(java.util.ArrayList newScales)
getScales
public java.util.ArrayList getScales()
getStore
public TiledImageStore getStore()
setStore
public void setStore(TiledImageStore newStore)
isLoadingBeforePainting
public boolean isLoadingBeforePainting()
setLoadingBeforePainting
public void setLoadingBeforePainting(boolean tizit)
isLoadingBlackAndWhite
public boolean isLoadingBlackAndWhite()
setLoadingBlackAndWhite
public void setLoadingBlackAndWhite(boolean newValue)
isOverlay
public boolean isOverlay()
setOverlay
public void setOverlay(boolean tizit)
getBackgroundColor
public java.awt.Color getBackgroundColor()
getForegroundColor
public java.awt.Color getForegroundColor()
getBackgroundColorName
public java.lang.String getBackgroundColorName()
isDisabled
public boolean isDisabled()
setDisabled
public void setDisabled(boolean tizit)
setBackgroundColorName
public void setBackgroundColorName(java.lang.String newColorName)
getForegroundColorName
public java.lang.String getForegroundColorName()
setForegroundColorName
public void setForegroundColorName(java.lang.String newColorName)
getPath
public java.lang.String getPath()
- Specified by:
getPath in interface MapDataSource- Overrides:
getPath in class AbstractMapDataSource
setPath
public void setPath(java.lang.String newPath)
- Specified by:
setPath in interface MapDataSource- Overrides:
setPath in class AbstractMapDataSource
setSpace
public void setSpace(MapViewSpace newSpace)
getShowMissingTiles
public boolean getShowMissingTiles()
setShowMissingTiles
public void setShowMissingTiles(boolean shouldI)