Package org.pentaho.di.core
Class SwingUniversalImageBitmap
- java.lang.Object
-
- org.pentaho.di.core.SwingUniversalImage
-
- org.pentaho.di.core.SwingUniversalImageBitmap
-
public class SwingUniversalImageBitmap extends SwingUniversalImage
-
-
Constructor Summary
Constructors Constructor Description SwingUniversalImageBitmap(BufferedImage bitmap)
-
Method Summary
All 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)Render with scale, at specified position, with possible rotation.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
-
SwingUniversalImageBitmap
public SwingUniversalImageBitmap(BufferedImage bitmap)
-
-
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)
Description copied from class:SwingUniversalImageRender with scale, at specified position, with possible rotation.- Specified by:
renderin classSwingUniversalImage
-
-