Package org.eclipse.swt.internal
Class TransparencyColorImageGcDrawer
java.lang.Object
org.eclipse.swt.internal.TransparencyColorImageGcDrawer
- All Implemented Interfaces:
ImageGcDrawer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpostProcess(ImageData imageData) Executes post processing on ImageData.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.swt.graphics.ImageGcDrawer
drawOn, getGcStyle
-
Constructor Details
-
TransparencyColorImageGcDrawer
-
-
Method Details
-
postProcess
Description copied from interface:ImageGcDrawerExecutes post processing on ImageData. This method will always be called afterdrawOnand contain the resulting ImageData.- Specified by:
postProcessin interfaceImageGcDrawer- Parameters:
imageData- The resulting ImageData afterdrawOnwas called
-