Package org.pentaho.di.core
Class SwtUniversalImageSvg
- java.lang.Object
-
- org.pentaho.di.core.SwtUniversalImage
-
- org.pentaho.di.core.SwtUniversalImageSvg
-
public class SwtUniversalImageSvg extends SwtUniversalImage
-
-
Constructor Summary
Constructors Constructor Description SwtUniversalImageSvg(org.pentaho.di.core.svg.SvgImage svg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
dispose, getAsBitmap, getAsBitmapForSize, getAsBitmapForSize, swing2swt
-
-
-
-
Method Detail
-
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
-
-