|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvmm.core.View
vmm.core3D.View3D
vmm.spacecurve.SpaceCurveView
vmm.spacecurve.parametric.SpaceCurveParametric.SpaceCurveParametricView
public class SpaceCurveParametric.SpaceCurveParametricView
Defines the default View of a SpaceCurveParametric. The only differences between this and a regular View3D is that SpaceCurveParametricView is antialiased by default and it includes a member variable "fractionToDraw" that tells what fraction of the curve should actually be drawn in the view; this feature is only used in the creation animation, which shows a sequence of frames in which the fractionToDraw is gradually increased.
NOTE: This has to be a public static class so that objects of this type
can be created when a saved exbhit is restored in SaveAndRestore.
| Field Summary |
|---|
| Fields inherited from class vmm.spacecurve.SpaceCurveView |
|---|
reverseCollarToggle, useReverseCollar |
| 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 | |
|---|---|
SpaceCurveParametric.SpaceCurveParametricView()
|
|
| Method Summary | |
|---|---|
boolean |
getShowEvolute()
|
void |
setShowEvolute(boolean showEvolute)
|
| Methods inherited from class vmm.spacecurve.SpaceCurveView |
|---|
getActions, getUseReverseCollar, setUseReverseCollar |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpaceCurveParametric.SpaceCurveParametricView()
| Method Detail |
|---|
public boolean getShowEvolute()
public void setShowEvolute(boolean showEvolute)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||