Class CurvatureAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class CurvatureAction extends ControlPanelAction<CurvaturePanel>
Action listener for the curvature computation.
See Also:
  • Constructor Details

    • CurvatureAction

      public CurvatureAction(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane)
      Constructor. A new CurvaturePanel is instantiated and added to the topControlPane
      Parameters:
      canvas - OpenGL canvas
      faces - Faces processed by current analytical task
      topControlPane - A top component when a new control panel is placed
  • Method Details