DK11 for Java | tatukgis.jdk.TGIS_BitmapAbstract | Classes | Fields | Methods | Properties
Platform dependent Bitmap implementation.
// Java public class TGIS_BitmapAbstract extends TGIS_ObjectDisposable { };
// Oxygene type TGIS_BitmapAbstract = public class( TGIS_ObjectDisposable ) end;
→ TGIS_ObjectDisposable
Name | Visibility | Description | |
---|---|---|---|
Clear | public | Clear the bitmap with a color | |
CreateViewer | public | Create a bitmap viewer | |
DrawGlyph | public | ||
DrawShape(TObject, bool, double, TPoint) | public | Draw a shape on a bitmap. | |
DrawShape(TObject, int, bool, double, TPoint) | public | Draw a shape on a bitmap (for internal TGIS_Shape.PrepareContourInternal purposes). | |
DrawShape(TObject, int, bool, TGIS_Color, TGIS_Color, double, TPoint) | public | Draw a shape on a bitmap (for internal TGIS_Shape.PrepareContourInternal purposes). | |
DrawSymbol(java.lang.String) | public | Draws symbol | |
DrawSymbol(java.lang.String, int) | public | Draws symbol | |
DrawSymbol(java.lang.String, int, TGIS_Color, TGIS_Color) | public | Draws symbol | |
FromBitmap | public | Create bitmap from platform specific object. | |
FromFile | public | Create bitmap from file. | |
FromStream | public | Create bitmap from stream. | |
GetData | public | Return platform specific bitmap object (like TBitmap for VCL). | |
LockPixels | public | Prepare bitmap for direct pixel access operation. | |
MakeTransparent | public | Make bitmap transparent | |
ToFile(java.lang.String) | public | Save bitmap to file. | |
ToFile(java.lang.String, TGIS_PixelFormat, TGIS_PixelSubFormat, int) | public | Save bitmap to file. | |
ToStream(TObject) | public | Save bitmap to stream. | |
ToStream(TObject, TGIS_PixelFormat, TGIS_PixelSubFormat, int) | public | Save bitmap to stream. | |
UnlockPixels | public | Finalize pixel access operation. | |
Name | Visibility | Description | |
---|---|---|---|
Data | public | Platform specific bitmap object (like TBitmap for VCL). | |
Height | public | Bitmap height in pixels. | |
PPI | public | Bitmap resolution. | |
Premultiplied | public | True if bitmap should be treated as premultipied. | |
Width | public | Bitmap width in pixels. | |