Class BackGroundGraphic

java.lang.Object
com.biglybt.ui.swt.components.graphics.BackGroundGraphic
All Implemented Interfaces:
Graphic
Direct Known Subclasses:
ScaledGraphic

public class BackGroundGraphic extends Object implements Graphic
  • Field Details

    • drawCanvas

      protected org.eclipse.swt.widgets.Canvas drawCanvas
    • bufferBackground

      protected org.eclipse.swt.graphics.Image bufferBackground
    • lightGrey

      private org.eclipse.swt.graphics.Color lightGrey
    • lightGrey2

      private org.eclipse.swt.graphics.Color lightGrey2
    • colorWhite

      protected org.eclipse.swt.graphics.Color colorWhite
    • colorBlack

      protected org.eclipse.swt.graphics.Color colorBlack
    • colorGrey

      protected org.eclipse.swt.graphics.Color colorGrey
    • this_mon

      protected AEMonitor this_mon
    • isSIIECSensitive

      private boolean isSIIECSensitive
  • Constructor Details

    • BackGroundGraphic

      public BackGroundGraphic()
  • Method Details

    • setSIIECSensitive

      protected void setSIIECSensitive(boolean b)
    • initialize

      public void initialize(org.eclipse.swt.widgets.Canvas canvas)
      Specified by:
      initialize in interface Graphic
    • addMenuItems

      protected void addMenuItems(org.eclipse.swt.widgets.Menu menu)
    • refresh

      public void refresh(boolean force)
      Specified by:
      refresh in interface Graphic
    • drawBackGround

      protected void drawBackGround(boolean sizeChanged)
    • dispose

      public void dispose()