| Package | Description |
|---|---|
| usf.saav.alma.app | |
| usf.saav.alma.app.views |
| Modifier and Type | Method and Description |
|---|---|
AlmaGui |
AlmaTDADev.createGUIFrame()
Creates the GUI frame.
|
| Modifier and Type | Method and Description |
|---|---|
javax.swing.JInternalFrame |
AlmaTDADev.createGLFrame(AlmaGui gui)
Creates the GL frame.
|
javax.swing.JInternalFrame |
AlmaTDADev.createVolFrame(AlmaGui gui)
Creates the vol frame.
|
| Constructor and Description |
|---|
SingleScalarFieldView(DataManager _dataM,
AlmaGui gui,
java.lang.String title,
int x,
int y,
int width,
int height)
Instantiates a new single scalar field view.
|
VolumeRenderingView(DataManager _dataM,
AlmaGui gui,
usf.saav.common.jocl.joclController jocl,
java.lang.String title,
int x,
int y,
int width,
int height)
Instantiates a new volume rendering view.
|