|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JaxoPaintableGrid | |
---|---|
net.sf.jaxodraw.gui | GUI related classes. |
net.sf.jaxodraw.gui.grid | Grid related classes. |
Uses of JaxoPaintableGrid in net.sf.jaxodraw.gui |
---|
Methods in net.sf.jaxodraw.gui that return JaxoPaintableGrid | |
---|---|
protected JaxoPaintableGrid |
AbstractJaxoCanvas.getGrid()
Grid to be used. |
JaxoPaintableGrid |
JaxoTab.getGrid()
Returns the current grid. |
Methods in net.sf.jaxodraw.gui with parameters of type JaxoPaintableGrid | |
---|---|
void |
AbstractJaxoCanvas.setCanvasGraphAndGrid(JaxoGraph newGraph,
JaxoPaintableGrid newGrid)
Set both graph and grid. |
void |
AbstractJaxoCanvas.setGrid(JaxoPaintableGrid value)
Sets the grid to be painted on this drawing area. |
void |
JaxoDrawingArea.setGrid(JaxoPaintableGrid value)
Sets the grid to be painted on this drawing area. |
Constructors in net.sf.jaxodraw.gui with parameters of type JaxoPaintableGrid | |
---|---|
JaxoTab(JaxoDrawingArea canvas,
JaxoGraph g,
JaxoPaintableGrid grid)
Constructor. |
|
JaxoTab(JaxoDrawingArea canvas,
JaxoPaintableGrid g)
Constructor. |
Uses of JaxoPaintableGrid in net.sf.jaxodraw.gui.grid |
---|
Classes in net.sf.jaxodraw.gui.grid that implement JaxoPaintableGrid | |
---|---|
class |
JaxoDefaultGrid
Paints a grid on the canvas. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |