Packagestimulsoft.report.barCodes
Classpublic class StiMsiBarCodeType
InheritanceStiMsiBarCodeType Inheritance StiPlesseyBarCodeType Inheritance StiBarCodeTypeService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 InheritedcheckSum1 : int
Gets or sets mode of CheckSum1.
StiPlesseyBarCodeType
 InheritedcheckSum2 : int
Gets or sets mode of CheckSum2.
StiPlesseyBarCodeType
 Inheritedheight : Number
[override] Gets os sets height factor of the bar code.
StiPlesseyBarCodeType
 InheritedlabelFontHeight : Number
[override] [read-only]
StiPlesseyBarCodeType
 Inheritedmodule : Number
[override] Gets or sets width of the most fine element of the bar code.
StiPlesseyBarCodeType
 Inheritedproperties : StiRepositoryItems
StiService
 Inheritedref : int
StiBarCodeTypeService
 InheritedserviceCategory : String
[read-only] Gets a service category.
StiService
 InheritedserviceInfo : String
[read-only] Gets a service description.
StiService
 InheritedserviceName : String
[read-only] Gets a service name.
StiService
 InheritedserviceType : Class
[read-only] Gets a service type.
StiService
Protected Properties
 PropertyDefined By
 InheritedbarCodeData : StiBarCodeData
[read-only]
StiBarCodeTypeService
 InheritedplesseySymbols : String = 0123456789ABCDEF
StiPlesseyBarCodeType
 InheritedrectWindow : StiRectangle
StiBarCodeTypeService
 InheritedtextAlignment : int
[read-only]
StiBarCodeTypeService
Public Methods
 MethodDefined By
  
StiMsiBarCodeType(module:Number = 8, height:Number = 1, checkSum1:int = 1, checkSum2:int = 0)
StiMsiBarCodeType
 Inherited
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
  
draw(g:StiGraphics, barCode:StiBarCode, rect:StiRectangle, zoom:Number):void
[override] Draws the bar code with the specified parameters.
StiMsiBarCodeType
 Inherited
equals(object:Object):Boolean
[override]
StiPlesseyBarCodeType
 Inherited
getCode(barCode:IStiBarCode):String
Returns string of char - input data for calculation of bar code.
StiBarCodeTypeService
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override]
StiMsiBarCodeType
 Inherited
StiService
Protected Methods
 MethodDefined By
 Inherited
baseDrawRectangle(g:StiGraphics, penColor:StiColor, penSize:Number, x:Number, y:Number, width:Number, height:Number):void
StiBarCodeTypeService
 Inherited
baseDrawString(g:StiGraphics, st:String, font:StiFont, brush:StiBrush, x:Number, y:Number):void
StiBarCodeTypeService
 Inherited
baseDrawStringRect(g:StiGraphics, st:String, font:StiFont, brush:StiBrush, rect:StiRectangle):void
StiBarCodeTypeService
 Inherited
baseFillRectangle(g:StiGraphics, brush:StiBrush, x:Number, y:Number, width:Number, height:Number):void
StiBarCodeTypeService
 Inherited
baseFillRectangle2D(g:StiGraphics, brush:StiBrush, x:Number, y:Number, width:Number, height:Number):void
StiBarCodeTypeService
 Inherited
StiBarCodeTypeService
 Inherited
StiBarCodeTypeService
 Inherited
baseTransform(g:StiGraphics, x:Number, y:Number, angle:Number, dx:Number, dy:Number):void
StiBarCodeTypeService
 Inherited
calculateSize2(spaceLeft:Number, spaceRight:Number, spaceTop:Number, spaceBottom:Number, lineHeightShort:Number, lineHeightLong:Number, textPosition:Number, textHeight:Number, mainHeight:Number, wideToNarrowRatio:Number, zoom:Number, barsArray:String, rect:StiRectangle, barCode:StiBarCode):void
StiBarCodeTypeService
 Inherited
calculateSizeFull(spaceLeft:Number, spaceRight:Number, spaceTop:Number, spaceBottom:Number, lineHeightShort:Number, lineHeightLong:Number, textPosition:Number, textHeight:Number, mainHeight:Number, lineHeightForCut:Number, wideToNarrowRatio:Number, zoom:Number, code:String, textString:String, barsArray:String, rect:StiRectangle, barCode:StiBarCode):void
StiBarCodeTypeService
 Inherited
checkCodeSymbols(inputCode:String, tolerantSymbols:String):String
Remove from string all undefined symbols.
StiBarCodeTypeService
  
codeToBarMsi(inputCode:String):String
StiMsiBarCodeType
 Inherited
draw2DBarCode(g:StiGraphics, rect:StiRectangle, barCode:StiBarCode, zoom:Number):void
StiBarCodeTypeService
 Inherited
Draws bar code.
StiBarCodeTypeService
 Inherited
drawBarCodeError(g:StiGraphics, rect:StiRectangle, barCode:StiBarCode, message:String = null):void
StiBarCodeTypeService
 Inherited
drawBars(g:StiGraphics, sym:String, foreBrush:StiBrush):void
Draws content of bar code.
StiBarCodeTypeService
 Inherited
getSymbolsStringWidth(symbolsString:String):Number
Returns width of string in modules.
StiBarCodeTypeService
 Inherited
getSymbolWidth(symbol:String):Number
Returns width of one symbol in module.
StiBarCodeTypeService
 Inherited
IsSymbolLong(symbol:String):Boolean
Returns true if one line is long.
StiBarCodeTypeService
 Inherited
isSymbolPostDescend(symbol:String):Boolean
Returns true if short line is post-descend
StiBarCodeTypeService
 Inherited
isSymbolSpace(symbol:String):Boolean
Returns true is char is space.
StiBarCodeTypeService
 Inherited
StiBarCodeTypeService
 Inherited
Translate coordinates using vertical and horizontal justify
StiBarCodeTypeService
Protected Constants
 ConstantDefined By
 InheriteddefaultLabelFontHeight : Number = 8
StiBarCodeTypeService
 InheritedplesseyLineHeightForCut : Number = 70
StiPlesseyBarCodeType
 InheritedplesseyLineHeightLong : Number = 70
StiPlesseyBarCodeType
 InheritedplesseyLineHeightShort : Number = 70
StiPlesseyBarCodeType
 InheritedplesseyMainHeight : Number = 84
StiPlesseyBarCodeType
 InheritedplesseySpaceBottom : Number = 1
StiPlesseyBarCodeType
 InheritedplesseySpaceLeft : Number = 20.0
StiPlesseyBarCodeType
 InheritedplesseySpaceRight : Number = 20.0
StiPlesseyBarCodeType
 InheritedplesseySpaceTop : Number = 0
StiPlesseyBarCodeType
 InheritedplesseyTextHeight : Number = 11.5
StiPlesseyBarCodeType
 InheritedplesseyTextPosition : Number = 71.0
StiPlesseyBarCodeType
Constructor Detail
StiMsiBarCodeType()Constructor
public function StiMsiBarCodeType(module:Number = 8, height:Number = 1, checkSum1:int = 1, checkSum2:int = 0)



Parameters
module:Number (default = 8)
 
height:Number (default = 1)
 
checkSum1:int (default = 1)
 
checkSum2:int (default = 0)
Method Detail
codeToBarMsi()method
protected function codeToBarMsi(inputCode:String):String

Parameters

inputCode:String

Returns
String
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

memberwiseClone()method 
override public function memberwiseClone():Object

Returns
Object