|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Exhibit.getActionsForView(View)
and View.getViewCommands().SaveAndRestore class to give the decoration a chance to add any
extra inforamtion that is necesary to restore the state of the decoration.
SaveAndRestore class to give the exhibit a chance to write any extra infomation that
is not saved by default.
SaveAndRestore class to give the View a chance to add any extra infomation that
is not saved by default.
OrbitPoints2D.addPoint(Point2D) for
each element in the array.
OrbitPoints3D.addPoint(Vector3D) for
each element in the array.
SaveAndRestore.addProperty(Object, String, Document, Element) for
each name in the propertyNames array.
RealParamAnimateable.View.endDrawToOffscreenImage(), allow you to draw directly to this view's off-screen
image, if there is one.
SettingsDialog.doCancel() method is called.
Grid3D.setNormal(int, int, Vector3D).
Grid3D.setPatchColor(int, int, Color), to
the default value.
render method in the Exhibit class before it calls
this Decoration's doDraw method, in order to give the Decoration
a chance to recalculate any cached data that it needs in order to draw itself.
Exhibit.render(Graphics2D, View, Transform, ArrayList) to give the exhibit a chance
to compute its cached data, if necessary.
ConformalMap.ConformalMapFigure.ConformalMapFigure(Point2D, Point2D, int, int)
with the fourth parameter set equal to zero (giving the default number
of points on the figure).
ToggleAction.createCheckBoxMenuItem().
ToggleAction.createCheckBox().