Uses of Class
mgui.interfaces.graphics.Graphic2DGrid
Package | Description |
---|---|
mgui.interfaces.graphics |
Provides graphical windows for user interaction with model objects.
|
mgui.interfaces.graphics.util |
Utility classes operating on 2D and 3D graphics objects.
|
-
Uses of Graphic2DGrid in mgui.interfaces.graphics
Fields in mgui.interfaces.graphics with type parameters of type Graphic2DGrid Modifier and Type Field Description java.util.ArrayList<Graphic2DGrid>
InterfaceGraphic2D. grids
Methods in mgui.interfaces.graphics with parameters of type Graphic2DGrid Modifier and Type Method Description void
InterfaceGraphic2D. addGrid(Graphic2DGrid grid)
void
InterfaceGraphic2D. removeGrid(Graphic2DGrid grid)
-
Uses of Graphic2DGrid in mgui.interfaces.graphics.util
Methods in mgui.interfaces.graphics.util with parameters of type Graphic2DGrid Modifier and Type Method Description void
DrawingEngine. drawGrid2D(java.awt.Graphics2D g, Graphic2DGrid grid, boolean isMajor)
Draw aGraphic2DGrid
object.