Package org.pentaho.di.core
Class SwtUniversalImageBitmap
- java.lang.Object
-
- org.pentaho.di.core.SwtUniversalImage
-
- org.pentaho.di.core.SwtUniversalImageBitmap
-
public class SwtUniversalImageBitmap extends SwtUniversalImage
-
-
Constructor Summary
Constructors Constructor Description SwtUniversalImageBitmap(org.eclipse.swt.graphics.Image bitmap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
protected org.eclipse.swt.graphics.Image
renderRotated(org.eclipse.swt.graphics.Device device, int width, int height, double angleRadians)
protected org.eclipse.swt.graphics.Image
renderSimple(org.eclipse.swt.graphics.Device device)
protected org.eclipse.swt.graphics.Image
renderSimple(org.eclipse.swt.graphics.Device device, int width, int height)
-
Methods inherited from class org.pentaho.di.core.SwtUniversalImage
getAsBitmap, getAsBitmapForSize, getAsBitmapForSize, swing2swt
-
-
-
-
Method Detail
-
dispose
public void dispose()
- Overrides:
dispose
in classSwtUniversalImage
-
renderSimple
protected org.eclipse.swt.graphics.Image renderSimple(org.eclipse.swt.graphics.Device device)
- Specified by:
renderSimple
in classSwtUniversalImage
-
renderSimple
protected org.eclipse.swt.graphics.Image renderSimple(org.eclipse.swt.graphics.Device device, int width, int height)
- Specified by:
renderSimple
in classSwtUniversalImage
-
renderRotated
protected org.eclipse.swt.graphics.Image renderRotated(org.eclipse.swt.graphics.Device device, int width, int height, double angleRadians)
- Specified by:
renderRotated
in classSwtUniversalImage
-
-