|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvmm.core.View
vmm.planecurve.parametric.PlaneCurveParametric.PlaneCurveParametricView
public static class PlaneCurveParametric.PlaneCurveParametricView
Defines the default View of a PlaneCurveParametric. The only differences between this and the top-level class is that PlaneCurveParametricView 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 muste be public static so that it can be accessed when an object of this
type is created by SaveAndRestore while reading a file.
| Field Summary |
|---|
| Fields inherited from class vmm.core.View |
|---|
backgroundCommands, buildAnimation, buildingImageForFilmstrip, currentGraphics, decorations, directOffscreenDrawing, fullOSI, needsRedraw, offscreenImageType, parameters, showAxesAction |
| Constructor Summary | |
|---|---|
PlaneCurveParametric.PlaneCurveParametricView()
|
|
| Method Summary | |
|---|---|
boolean |
getShowEvolute()
|
void |
setShowEvolute(boolean showEvolute)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlaneCurveParametric.PlaneCurveParametricView()
| 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 | ||||||||