Packagecom.myflashlab.air.extensions.rongta
Classpublic class BitmapSetting
InheritanceBitmapSetting Inheritance Object

Bitmap Setting to be passed to the getBitmapCmd method of Cmd class.



Public Properties
 PropertyDefined By
  align : int
(iOS)
BitmapSetting
Public Methods
 MethodDefined By
  
BitmapSetting($bimtapLimitWidth:int = -1, $bmpPrintMode:int = -1)
initialize an instance of this class
BitmapSetting
  
Bitmap Limit Width setting(N mm 8)
BitmapSetting
  
(Android) Bitmap print mode settings BitmapSetting.SINGLE_COLOR BitmapSetting.MULTI_COLOR
BitmapSetting
Public Constants
 ConstantDefined By
  MULTI_COLOR : int = 1
[static] Android
BitmapSetting
  SINGLE_COLOR : int = 0
[static] Android
BitmapSetting
Property Detail
alignproperty
align:int

(iOS)


Implementation
    public function get align():int
    public function set align(value:int):void
Constructor Detail
BitmapSetting()Constructor
public function BitmapSetting($bimtapLimitWidth:int = -1, $bmpPrintMode:int = -1)

initialize an instance of this class

Parameters
$bimtapLimitWidth:int (default = -1)
 
$bmpPrintMode:int (default = -1)
Method Detail
getBimtapLimitWidth()method
public function getBimtapLimitWidth():int

Bitmap Limit Width setting(N mm 8)

Returns
int
getBmpPrintMode()method 
public function getBmpPrintMode():int

(Android) Bitmap print mode settings

Returns
int
Constant Detail
MULTI_COLORConstant
public static const MULTI_COLOR:int = 1

Android

SINGLE_COLORConstant 
public static const SINGLE_COLOR:int = 0

Android