Class SymmetryAction

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

public class SymmetryAction extends ControlPanelAction<SymmetryPanel> implements HumanFaceListener
Action listener for the manipulation with the symmetry plane.
See Also:
  • Constructor Details

    • SymmetryAction

      public SymmetryAction(Canvas canvas, FacesProxy faces, JTabbedPane topControlPane)
      Constructor. A new SymmetryPanel 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