Class TigerBitmap


  • public class TigerBitmap
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TigerBitmap​(java.awt.Component c, Bitmap kb, Palette kp)
      Create a new TigerBitmap from a Kate bitmap and optional palette.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Image getScaled​(int width, int height)
      Returns a scaled version of the image.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TigerBitmap

        public TigerBitmap​(java.awt.Component c,
                           Bitmap kb,
                           Palette kp)
        Create a new TigerBitmap from a Kate bitmap and optional palette.
    • Method Detail

      • getScaled

        public java.awt.Image getScaled​(int width,
                                        int height)
        Returns a scaled version of the image.