au.edu.swin.synergy.plugin.diagram
Class BGrid
java.lang.Object
|
+--au.edu.swin.synergy.plugin.diagram.BGrid
- public class BGrid
- extends Object
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BGrid
public BGrid(BView view)
setGridColour
public void setGridColour(Color newColour)
setDots
public void setDots(boolean dots)
getDots
public boolean getDots()
getGridColour
public Color getGridColour()
render
public void render(Graphics2D g2,
int minSpacing,
int majSpacing)
- Renders the grid onto a graphics context..