com.partnersoft.v3x.apps.MapBrowser.grid
Class GridSource
java.lang.Object
com.partnersoft.v3x.apps.MapBrowser.AbstractMapDataSource
com.partnersoft.v3x.apps.MapBrowser.grid.GridSource
- All Implemented Interfaces:
- MapDataSource
public class GridSource
- extends AbstractMapDataSource
A simple gridded source.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backgroundColorObject
public transient java.awt.Color backgroundColorObject
foregroundColorObject
public transient java.awt.Color foregroundColorObject
strokes
public transient java.awt.BasicStroke[] strokes
grids
public transient double[] grids
GridSource
public GridSource()
createDefaultRenderer
public MapDataRenderer createDefaultRenderer()
getBackgroundColor
public java.lang.String getBackgroundColor()
setBackgroundColor
public void setBackgroundColor(java.lang.String newColor)
getForegroundColor
public java.lang.String getForegroundColor()
setForegroundColor
public void setForegroundColor(java.lang.String newColor)
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
getGridding
public java.util.ArrayList getGridding()
setGridding
public void setGridding(java.util.ArrayList newGridding)
setSpace
public void setSpace(MapViewSpace newSpace)