Interface DrawingFrame3D
- All Known Implementing Classes:
Display3DFrame,DrawingFrame3D
public interface DrawingFrame3D
Title: DrawingFrame3D
Description: DrawingFrame3D is the recommended frame for a DrawingPanel3D
- Version:
- March 2005
- Author:
- Francisco Esquembre
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the DrawingPanel3DGetting the pointer to the real JFrame in itvoidsetDrawingPanel3D(DrawingPanel3D drawingPanel) Adds the drawing panel to the frame.voidsetVisible(boolean visibility) Showing and hiding the frame.
-
Method Details
-
setDrawingPanel3D
Adds the drawing panel to the frame. The panel is added to the center of the frame's content pane.- Parameters:
drawingPanel-
-
getDrawingPanel3D
DrawingPanel3D getDrawingPanel3D()Gets the DrawingPanel3D- Returns:
- DrawingPanel3D
-
getJFrame
JFrame getJFrame()Getting the pointer to the real JFrame in it- Returns:
- JFrame
-
setVisible
void setVisible(boolean visibility) Showing and hiding the frame. Usually equals to getJFrame().setVisible(visibility);- Parameters:
visibility- boolean
-