public interface DrawingFrame3D
Title: DrawingFrame3D
Description: DrawingFrame3D is the recommended frame for a DrawingPanel3D
Modifier and Type | Interface and Description |
---|---|
static class |
DrawingFrame3D.Loader |
Modifier and Type | Method and Description |
---|---|
DrawingPanel3D |
getDrawingPanel3D()
Gets the DrawingPanel3D
|
javax.swing.JFrame |
getJFrame()
Getting the pointer to the real JFrame in it
|
void |
setDrawingPanel3D(DrawingPanel3D drawingPanel)
Adds the drawing panel to the frame.
|
void |
setVisible(boolean visibility)
Showing and hiding the frame.
|
void setDrawingPanel3D(DrawingPanel3D drawingPanel)
drawingPanel
- DrawingPanel3D getDrawingPanel3D()
javax.swing.JFrame getJFrame()
void setVisible(boolean visibility)
visibility
- boolean