Synergy Home Page

au.edu.swin.synergy.plugin.diagram
Class BGrid

java.lang.Object
  |
  +--au.edu.swin.synergy.plugin.diagram.BGrid

public class BGrid
extends Object


Constructor Summary
BGrid(BView view)
           
 
Method Summary
 boolean getDots()
           
 Color getGridColour()
           
 void render(Graphics2D g2, int minSpacing, int majSpacing)
          Renders the grid onto a graphics context..
 void setDots(boolean dots)
           
 void setGridColour(Color newColour)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BGrid

public BGrid(BView view)
Method Detail

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..

Synergy Home Page