Package com.iizigo.swt
Class GradientBackground
java.lang.Object
com.iizigo.swt.GradientBackground
Class used to set a gradient on a composite. CLabel gets the native implementation.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- GradientBackground- (Composite composite, Color top, Color bottom) Constructor for the gradient.
- Method Summary
- Constructor Details- GradientBackgroundConstructor for the gradient.- Parameters:
- composite- The composite.
- top- The top color.
- bottom- The bottom color.