Class ScaledPanel

    • Constructor Detail

      • ScaledPanel

        public ScaledPanel()
    • Method Detail

      • addCursorMoveEventListener

        public void addCursorMoveEventListener​(CursorMoveEventListener l)
        Register a CursorMoveEventListener.
      • removeCursorMoveEventListener

        public void removeCursorMoveEventListener​(CursorMoveEventListener l)
        Remove a CursorMoveEventListener.
      • addPickEventListener

        public void addPickEventListener​(PickEventListener l)
        Register a PickEventListener.
      • removePickEventListener

        public void removePickEventListener​(PickEventListener l)
        Remove a PickEventListener.
      • getBufferedImageGraphics

        public Graphics2D getBufferedImageGraphics()
        User must get this Graphics2D and draw into it when panel needs redrawing
      • drawNow

        public void drawNow()