Package com.fluendo.jkate
Class KateBitmapType
- java.lang.Object
-
- com.fluendo.jkate.KateBitmapType
-
public class KateBitmapType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static KateBitmapType
kate_bitmap_type_paletted
static KateBitmapType
kate_bitmap_type_png
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KateBitmapType
CreateBitmapType(int idx)
Create a KateBitmapType object from an integer.
-
-
-
Field Detail
-
kate_bitmap_type_paletted
public static final KateBitmapType kate_bitmap_type_paletted
-
kate_bitmap_type_png
public static final KateBitmapType kate_bitmap_type_png
-
-
Method Detail
-
CreateBitmapType
public static KateBitmapType CreateBitmapType(int idx) throws com.fluendo.jkate.KateException
Create a KateBitmapType object from an integer.- Throws:
com.fluendo.jkate.KateException
-
-