gizmoball
Interface GizmoView
- All Superinterfaces:
- GizmoObserver
- All Known Implementing Classes:
- GLAbsorberView, GLBallView, GLCircularBumperView, GLGizmoView, GLLeftFlipperView, GLRightFlipperView, GLSquareBumperView, GLTriangularBumperView, PhysicsBasedGLGizmoView
public interface GizmoView
- extends GizmoObserver
A Gizmo displayer. A GizmoView knows how to
display a Gizmo to the user.
GizmoView extends GizmoObserver so that it
may be notified of physical changes to the Gizmo that it
is in charge of displaying.
- Specification Fields
-
-
gizmo : Gizmo -
the Gizmo this GizmoView is in charge
of displaying
-
observedGizmos : list of Gizmos -
inherited from GizmoObserver; for
GizmoViews, should contain only
this.gizmo
|
Field Summary |
static String |
rcsid
Interface revision identifier. |
rcsid
static final String rcsid
- Interface revision identifier.
rcsid contains an RCS
Id keyword string that may be used to identify which revision of
GizmoView.java was used to generate an instance of
GizmoView.class. To identify the revision of a
GizmoView.class file, run "ident
GizmoView.class" (ident is part of the RCS
software package).
- See Also:
- Constant Field Values