|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vmm.core.View vmm.core3D.View3D vmm.core3D.View3DWithLightSettings vmm.surface.implicit.SurfaceImplicit.ImplicitSurfaceView vmm.surface.implicit.ClebschCubic.ClebschView
public class ClebschCubic.ClebschView
Field Summary |
---|
Fields inherited from class vmm.surface.implicit.SurfaceImplicit.ImplicitSurfaceView |
---|
renderSelect |
Fields inherited from class vmm.core3D.View3DWithLightSettings |
---|
lightingEnabledToggle, lightSettingsCommand |
Fields inherited from class vmm.core3D.View3D |
---|
CROSS_EYE_STEREO_VIEW, leftStereographOSI, MONOCULAR_VIEW, projectionCommands, RED_GREEN_STEREO_VIEW, rightStereographOSI, set3DViewOptionsAction, setViewpointAction, stereoComposite, STEREOGRAPH_VIEW, transform3D, viewStyleCommands |
Fields inherited from class vmm.core.View |
---|
backgroundCommands, buildAnimation, buildingImageForFilmstrip, currentGraphics, decorations, directOffscreenDrawing, fullOSI, needsRedraw, offscreenImageType, parameters, showAxesAction |
Constructor Summary | |
---|---|
ClebschCubic.ClebschView()
|
Method Summary | |
---|---|
ActionList |
getActions()
Generates a list of "Action commands" that can be applied to this View. |
boolean |
getDrawLines()
|
void |
setDrawLines(boolean drawLines)
|
Methods inherited from class vmm.core3D.View3DWithLightSettings |
---|
addExtraXML, getLightingEnabled, getLightSettings, readExtraXML, setAnaglyphLightSettings, setLightingEnabled, setLightSettings, setNonAnaglyphLightSettings, setViewStyle |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClebschCubic.ClebschView()
Method Detail |
---|
public boolean getDrawLines()
public void setDrawLines(boolean drawLines)
public ActionList getActions()
View
ActionItem
interface and will generally
belong to one of the classes AbstractActionVMM
,
ToggleAction
, ActionRadioGroup
, or
ActionList
. Null items represent separators.
The idea is that the list items will be added to a menu or otherwise presented to the user
so that the user can invoke the commands (with ActionList items representing submenus).
Null values can occur in the list; they are meant to become separaters in the menu.
Subclasses that override this method should generally call super.getActionss() and add their commands to the list retured by that method. This top-level View class does not define any Action commands; the return value is an empty non-null ArrayList.
getActions
in class SurfaceImplicit.ImplicitSurfaceView
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |