Class FDATI.AnalysisPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class FDATI.AnalysisPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----FDATI.AnalysisPanel

public class AnalysisPanel
extends Panel
Panel which allows the user to specify specific analysis options for the models. User picks either 3D or planar, either form closure or directional and if directional is selected then supplies a directional vector.


Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Constructor Index

 o AnalysisPanel(ModelPanel, Color, Color)
Constructor for Analysis Panel.

Method Index

 o action(Event, Object)

Constructors

 o AnalysisPanel
  public AnalysisPanel(ModelPanel mp,
                       Color bg,
                       Color button)
Constructor for Analysis Panel.
Parameters:
mp - The ModelPanel from which this AnalysisPanel was created

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index