Package | stimulsoft.report.barCodes |
Class | public class StiIsbn10BarCodeType |
Inheritance | StiIsbn10BarCodeType ![]() ![]() ![]() ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
StiIsbn10BarCodeType(module:Number = 13, height:Number = 1, supplementType:int = 0, supplementCodeValue:String = null, showQuietZoneIndicator:Boolean = true) | StiIsbn10BarCodeType | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
[override] Draws the bar code with the specified parameters. | StiIsbn10BarCodeType | ||
![]() | equals(object:Object):Boolean [override] | StiEAN13BarCodeType | |
![]() | getCode(barCode:IStiBarCode):String Returns string of char - input data for calculation of bar code. | StiBarCodeTypeService | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] | StiEAN13BarCodeType | |
![]() | packService():void | StiService |
StiIsbn10BarCodeType | () | Constructor |
public function StiIsbn10BarCodeType(module:Number = 13, height:Number = 1, supplementType:int = 0, supplementCodeValue:String = null, showQuietZoneIndicator:Boolean = true)
module:Number (default = 13 )
| |
height:Number (default = 1 )
| |
supplementType:int (default = 0 )
| |
supplementCodeValue:String (default = null )
| |
showQuietZoneIndicator:Boolean (default = true )
|
draw | () | method |
override public function draw(g:StiGraphics, barCode:StiBarCode, rect:StiRectangle, zoom:Number):void
Draws the bar code with the specified parameters.
Parameters
g:StiGraphics | |
barCode:StiBarCode | |
rect:StiRectangle | |
zoom:Number |