Class BackGroundGraphic
java.lang.Object
com.biglybt.ui.swt.components.graphics.BackGroundGraphic
- All Implemented Interfaces:
Graphic
- Direct Known Subclasses:
ScaledGraphic
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.swt.graphics.Imageprotected org.eclipse.swt.graphics.Colorprotected org.eclipse.swt.graphics.Colorprotected org.eclipse.swt.graphics.Colorprotected org.eclipse.swt.widgets.Canvasprivate booleanprivate org.eclipse.swt.graphics.Colorprivate org.eclipse.swt.graphics.Colorprotected AEMonitor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddMenuItems(org.eclipse.swt.widgets.Menu menu) voiddispose()protected voiddrawBackGround(boolean sizeChanged) voidinitialize(org.eclipse.swt.widgets.Canvas canvas) voidrefresh(boolean force) protected voidsetSIIECSensitive(boolean b)
-
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
-
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:
initializein interfaceGraphic
-
addMenuItems
protected void addMenuItems(org.eclipse.swt.widgets.Menu menu) -
refresh
-
drawBackGround
protected void drawBackGround(boolean sizeChanged) -
dispose
public void dispose()
-