public class Graticule extends Object
Graticule(Projection proj)
void
addLine(Point2D pt1, Point2D pt2)
addLine(Point2D pt1, Point2D pt2, int num)
addText(String txt, Point2D pt)
draw(Graphics2D g, ViewPortData vp)
Color
getColor()
setColor(Color color)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Graticule(Projection proj)
public Color getColor()
public void setColor(Color color)
public void addLine(Point2D pt1, Point2D pt2)
public void addLine(Point2D pt1, Point2D pt2, int num)
public void addText(String txt, Point2D pt)
public void draw(Graphics2D g, ViewPortData vp)