Class TransferStatsView.zoneView

    • Field Detail

      • canvas

        private org.eclipse.swt.widgets.Canvas canvas
      • labels

        private java.lang.String[] labels
      • title

        private java.lang.String title
      • refresh_count

        private int refresh_count
      • graphicsUpdate

        private int graphicsUpdate
      • old_size

        private org.eclipse.swt.graphics.Point old_size
      • buffer_image

        protected org.eclipse.swt.graphics.Image buffer_image
    • Constructor Detail

    • Method Detail

      • parameterChanged

        public void parameterChanged​(java.lang.String name)
        Description copied from interface: ParameterListener
        Called, when a parameter has changed. The listener could only react if the parameter name is relevant. Or the listener can just read all parameters again.
        Specified by:
        parameterChanged in interface ParameterListener
        Parameters:
        name - the name of the parameter that has changed
      • update

        protected void update()
      • refresh

        private void refresh​(boolean force)
      • draw

        private org.eclipse.swt.graphics.Image draw​(org.eclipse.swt.graphics.Rectangle bounds)
      • dispose

        protected void dispose()