Package | stimulsoft.report.barCodes |
Class | public class StiFIMBarCodeType |
Inheritance | StiFIMBarCodeType ![]() ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
addClearZone : Boolean Gets or sets value which indicates will show Clear Zone or no. | StiFIMBarCodeType | ||
height : Number [override] Gets os sets height factor of the bar code. | StiFIMBarCodeType | ||
labelFontHeight : Number [override] [read-only] | StiFIMBarCodeType | ||
module : Number [override] Gets or sets width of the most fine element of the bar code. | StiFIMBarCodeType | ||
![]() | properties : StiRepositoryItems | StiService | |
![]() | ref : int | StiBarCodeTypeService | |
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
![]() | serviceName : String [read-only] Gets a service name. | StiService | |
![]() | serviceType : Class [read-only] Gets a service type. | StiService |
Property | Defined By | ||
---|---|---|---|
![]() | barCodeData : StiBarCodeData [read-only] | StiBarCodeTypeService | |
FIMSpaceLeft : Number [read-only] | StiFIMBarCodeType | ||
FIMSpaceRight : Number [read-only] | StiFIMBarCodeType | ||
FIMSymbols : String = abcd | StiFIMBarCodeType | ||
FIMTable : Array | StiFIMBarCodeType | ||
![]() | rectWindow : StiRectangle | StiBarCodeTypeService | |
![]() | textAlignment : int [read-only] | StiBarCodeTypeService |
Method | Defined By | ||
---|---|---|---|
StiFIMBarCodeType(module:Number = 31.25, height:Number = 1, addClearZone:Boolean = false) | StiFIMBarCodeType | ||
![]() | 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. | StiFIMBarCodeType | ||
equals(object:Object):Boolean [override] | StiFIMBarCodeType | ||
![]() | 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] | StiFIMBarCodeType | ||
![]() | packService():void | StiService |
Constant | Defined By | ||
---|---|---|---|
defaultFIMModule : Number = 31.25 | StiFIMBarCodeType | ||
![]() | defaultLabelFontHeight : Number = 8 | StiBarCodeTypeService | |
FIMLineHeightForCut : Number = 20 | StiFIMBarCodeType | ||
FIMLineHeightLong : Number = 20 | StiFIMBarCodeType | ||
FIMLineHeightShort : Number = 20 | StiFIMBarCodeType | ||
FIMMainHeight : Number = 20 | StiFIMBarCodeType | ||
FIMSpaceBottom : Number = 0 | StiFIMBarCodeType | ||
FIMSpaceTop : Number = 0 | StiFIMBarCodeType | ||
FIMTextHeight : Number = 8 | StiFIMBarCodeType | ||
FIMTextPosition : Number = 0 | StiFIMBarCodeType |
addClearZone | property |
addClearZone:Boolean
Gets or sets value which indicates will show Clear Zone or no.
public function get addClearZone():Boolean
public function set addClearZone(value:Boolean):void
FIMSpaceLeft | property |
FIMSpaceLeft:Number
[read-only] protected function get FIMSpaceLeft():Number
FIMSpaceRight | property |
FIMSpaceRight:Number
[read-only] protected function get FIMSpaceRight():Number
FIMSymbols | property |
protected var FIMSymbols:String = abcd
FIMTable | property |
protected var FIMTable:Array
height | property |
height:Number
[override] Gets os sets height factor of the bar code.
public function get height():Number
public function set height(value:Number):void
labelFontHeight | property |
labelFontHeight:Number
[read-only] [override] public function get labelFontHeight():Number
module | property |
module:Number
[override] Gets or sets width of the most fine element of the bar code.
public function get module():Number
public function set module(value:Number):void
StiFIMBarCodeType | () | Constructor |
public function StiFIMBarCodeType(module:Number = 31.25, height:Number = 1, addClearZone:Boolean = false)
module:Number (default = 31.25 )
| |
height:Number (default = 1 )
| |
addClearZone:Boolean (default = false )
|
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 |
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |
defaultFIMModule | Constant |
protected const defaultFIMModule:Number = 31.25
FIMLineHeightForCut | Constant |
protected const FIMLineHeightForCut:Number = 20
FIMLineHeightLong | Constant |
protected const FIMLineHeightLong:Number = 20
FIMLineHeightShort | Constant |
protected const FIMLineHeightShort:Number = 20
FIMMainHeight | Constant |
protected const FIMMainHeight:Number = 20
FIMSpaceBottom | Constant |
protected const FIMSpaceBottom:Number = 0
FIMSpaceTop | Constant |
protected const FIMSpaceTop:Number = 0
FIMTextHeight | Constant |
protected const FIMTextHeight:Number = 8
FIMTextPosition | Constant |
protected const FIMTextPosition:Number = 0