|
|||||||||
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.spacecurve.SpaceCurveView
public class SpaceCurveView
A View class for SpaceCurves. Adds a useReverseCollar
property to a generic View3D.
Field Summary | |
---|---|
protected ToggleAction |
reverseCollarToggle
A menu command for controlling the value of useReverseCollar . |
protected boolean |
useReverseCollar
Used to determine whether the SpaceCurve exhibit in this View should be drawn with "revesed collars", which give the curve a thick and more three-dimensional appearance. |
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 | |
---|---|
SpaceCurveView()
|
Method Summary | |
---|---|
ActionList |
getActions()
Returns a list of actions for this view. |
boolean |
getUseReverseCollar()
Get the current setting of the useReverseCollar property. |
void |
setUseReverseCollar(boolean useReverseCollar)
Sets the value of the useReverseCollar property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean useReverseCollar
protected ToggleAction reverseCollarToggle
useReverseCollar
. This is created in the
getActions()
method.
Constructor Detail |
---|
public SpaceCurveView()
Method Detail |
---|
public boolean getUseReverseCollar()
setUseReverseCollar(boolean)
public void setUseReverseCollar(boolean useReverseCollar)
public ActionList getActions()
getActions
in class View
setUseReverseCollar(boolean)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |