Class AlignPanelController


  • public class AlignPanelController
    extends java.lang.Object
    Controller for the alignment UI
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void show​(java.awt.Component parent)
      Display the align tool.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AlignPanelController

        public AlignPanelController​(Aligner aligner,
                                    java.lang.String defaultSaveDir)
    • Method Detail

      • show

        public void show​(java.awt.Component parent)
        Display the align tool. The tool is not modal, so this call will return immediately.
        Parameters:
        parent - Parent window of the align tool