public class Graticule extends Object
Constructor and Description |
---|
Graticule(Projection proj) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(Point2D pt1,
Point2D pt2) |
void |
addLine(Point2D pt1,
Point2D pt2,
int num) |
void |
addText(String txt,
Point2D pt) |
void |
draw(Graphics2D g,
ViewPortData vp) |
Color |
getColor() |
void |
setColor(Color color) |
public Graticule(Projection proj)
public Color getColor()
public void setColor(Color color)
public void draw(Graphics2D g, ViewPortData vp)