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 boolean
isBitmap()
protected void
render(Graphics2D gc, int centerX, int centerY, int width, int height, double angleRadians)
Render with scale, at specified position, with possible rotation.protected void
renderSimple(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:
isBitmap
in classSwingUniversalImage
-
renderSimple
protected void renderSimple(BufferedImage area)
Description copied from class:SwingUniversalImage
Just scale for area's size.- Specified by:
renderSimple
in classSwingUniversalImage
-
render
protected void render(Graphics2D gc, int centerX, int centerY, int width, int height, double angleRadians)
Description copied from class:SwingUniversalImage
Render with scale, at specified position, with possible rotation.- Specified by:
render
in classSwingUniversalImage
-
-