Class DisplayPanel

All Implemented Interfaces:
ComponentListener, ImageObserver, MenuContainer, Printable, Serializable, EventListener, Accessible, JmolFrame
Direct Known Subclasses:
NMR_DisplayPanel

public class DisplayPanel extends JPanel implements JmolFrame, ComponentListener, Printable
See Also:
  • Field Details

    • vwr

      protected Viewer vwr
    • displaySpeed

      protected String displaySpeed
    • startupDim

      protected Dimension startupDim
    • haveDisplay

      protected boolean haveDisplay
    • frame

      protected JFrame frame
    • jmolPanel

      protected JmolPanel jmolPanel
    • showPaintTime

      protected boolean showPaintTime
    • dimSize

      protected final Dimension dimSize
    • rectClip

      protected final Rectangle rectClip
    • buttonRotate

      AbstractButton buttonRotate
    • buttonModelkit

      AbstractButton buttonModelkit
    • toolbarButtonGroup

      ButtonGroup toolbarButtonGroup
    • homeAction

      protected DisplayPanel.HomeAction homeAction
    • defineCenterAction

      protected DisplayPanel.DefineCenterAction defineCenterAction
    • frontAction

      protected Action frontAction
    • topAction

      protected Action topAction
    • bottomAction

      protected Action bottomAction
    • rightAction

      protected Action rightAction
    • leftAction

      protected Action leftAction
    • hydrogensAction

      protected Action hydrogensAction
    • measurementsAction

      protected Action measurementsAction
    • perspectiveAction

      protected Action perspectiveAction
    • axesAction

      protected Action axesAction
    • boundboxAction

      protected Action boundboxAction
    • deleteAction

      protected Action deleteAction
    • zoomAction

      protected Action zoomAction
    • xlateAction

      protected Action xlateAction
    • timeLast

      protected static int timeLast
    • timeCount

      protected static int timeCount
    • timeTotal

      protected static int timeTotal
    • timeBegin

      protected long timeBegin
    • lastMotionEventNumber

      protected int lastMotionEventNumber
  • Constructor Details

    • DisplayPanel

      protected DisplayPanel(JmolPanel jmolPanel)
  • Method Details