Package org.pentaho.di.core
Class SwingUniversalImageSvg
- java.lang.Object
-
- org.pentaho.di.core.SwingUniversalImage
-
- org.pentaho.di.core.SwingUniversalImageSvg
-
public class SwingUniversalImageSvg extends SwingUniversalImage
-
-
Constructor Summary
Constructors Constructor Description SwingUniversalImageSvg(SvgImage svg)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisBitmap()protected voidrender(Graphics2D gc, int centerX, int centerY, int width, int height, double angleRadians)Draw SVG image to Graphics2D.static voidrender(Graphics2D gc, org.apache.batik.gvt.GraphicsNode svgGraphicsNode, Dimension2D svgGraphicsSize, int centerX, int centerY, int width, int height, double angleRadians)protected voidrenderSimple(BufferedImage area)Just scale for area's size.-
Methods inherited from class org.pentaho.di.core.SwingUniversalImage
createBitmap, createDoubleBitmap, createGraphics, drawToGraphics, drawToGraphics, getAsBitmapForSize, getAsBitmapForSize
-
-
-
-
Constructor Detail
-
SwingUniversalImageSvg
public SwingUniversalImageSvg(SvgImage svg)
-
-
Method Detail
-
isBitmap
public boolean isBitmap()
- Specified by:
isBitmapin classSwingUniversalImage
-
renderSimple
protected void renderSimple(BufferedImage area)
Description copied from class:SwingUniversalImageJust scale for area's size.- Specified by:
renderSimplein classSwingUniversalImage
-
render
protected void render(Graphics2D gc, int centerX, int centerY, int width, int height, double angleRadians)
Draw SVG image to Graphics2D.- Specified by:
renderin classSwingUniversalImage
-
render
public static void render(Graphics2D gc, org.apache.batik.gvt.GraphicsNode svgGraphicsNode, Dimension2D svgGraphicsSize, int centerX, int centerY, int width, int height, double angleRadians)
-
-