Packagestimulsoft.report.barCodes
Classpublic class StiUpcSup5BarCodeType
InheritanceStiUpcSup5BarCodeType Inheritance StiEAN13BarCodeType Inheritance StiBarCodeTypeService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedheight : Number
[override] Gets os sets height factor of the bar code.
StiEAN13BarCodeType
 InheritedlabelFontHeight : Number
[override] [read-only]
StiEAN13BarCodeType
 Inheritedmodule : Number
[override] Gets or sets width of the most fine element of the bar code.
StiEAN13BarCodeType
 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
 InheritedshowQuietZoneIndicator : Boolean
Gets or sets value which indicates will show Quiet Zone Indicator or no.
StiEAN13BarCodeType
  supplementCode : String
[override]
StiUpcSup5BarCodeType
  supplementType : int
[override]
StiUpcSup5BarCodeType
Protected Properties
 PropertyDefined By
 InheritedbarCodeData : StiBarCodeData
[read-only]
StiBarCodeTypeService
 Inheritedean13SymData : Array
StiEAN13BarCodeType
 InheritedeanLineHeightForCut : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanLineHeightLong : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanLineHeightShort : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanMainHeight : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanSpaceBeforeAdd : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanSpaceBottom : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanSpaceLeft : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanSpaceRight : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanSpaceTextTop : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanSpaceTop : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanTextHeight : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanTextPositionBottom : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanTextPositionTop : Number
[read-only]
StiEAN13BarCodeType
 InheritedeanWideToNarrowRatio : Number
[read-only]
StiEAN13BarCodeType
 InheritedrectWindow : StiRectangle
StiBarCodeTypeService
 InheritedsymComboSet : Array
StiEAN13BarCodeType
 InheritedsymParitySetAdd2 : Array
StiEAN13BarCodeType
 InheritedsymParitySetAdd5 : Array
StiEAN13BarCodeType
 InheritedtextAlignment : int
[read-only]
StiBarCodeTypeService
Public Methods
 MethodDefined By
  
StiUpcSup5BarCodeType(module:Number = 13, height:Number = 1, supplementType:int = 0, supplementCode:String = null, showQuietZoneIndicator:Boolean = true)
StiUpcSup5BarCodeType
 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.
StiUpcSup5BarCodeType
 Inherited
equals(object:Object):Boolean
[override]
StiEAN13BarCodeType
 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
 Inherited
[override]
StiEAN13BarCodeType
 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
calculateSizeEan(offsetY:Number, zoom:Number, barsArray:StiArrayList, rect:StiRectangle, barCode:StiBarCode):void
StiEAN13BarCodeType
 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
 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
drawEanBars(g:StiGraphics, barsArray:StiArrayList, barCode:StiBarCode):void
StiEAN13BarCodeType
 Inherited
getSymbolsStringWidth(symbolsString:String):Number
Returns width of string in modules.
StiBarCodeTypeService
 Inherited
getSymbolWidth(symbol:String):Number
[override] Returns width of one symbol in module.
StiEAN13BarCodeType
 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
[override] Returns true is char is space.
StiEAN13BarCodeType
 Inherited
makeEan13Bars(codeObject:Object, isLast:Boolean):StiArrayList
StiEAN13BarCodeType
 Inherited
makeEanAdd2Bars(code:String, baseArray:StiArrayList, isLast:Boolean):StiArrayList
StiEAN13BarCodeType
 Inherited
makeEanAdd5Bars(code:String, baseArray:StiArrayList, isLast:Boolean):StiArrayList
StiEAN13BarCodeType
 Inherited
makeLonger(symString:String):String
StiEAN13BarCodeType
 Inherited
StiBarCodeTypeService
 Inherited
Translate coordinates using vertical and horizontal justify
StiBarCodeTypeService
Protected Constants
 ConstantDefined By
 InheriteddefaultLabelFontHeight : Number = 8
StiBarCodeTypeService
Property Detail
supplementCodeproperty
supplementCode:String[override]


Implementation
    public function get supplementCode():String
    public function set supplementCode(value:String):void
supplementTypeproperty 
supplementType:int[override]


Implementation
    public function get supplementType():int
    public function set supplementType(value:int):void
Constructor Detail
StiUpcSup5BarCodeType()Constructor
public function StiUpcSup5BarCodeType(module:Number = 13, height:Number = 1, supplementType:int = 0, supplementCode:String = null, showQuietZoneIndicator:Boolean = true)



Parameters
module:Number (default = 13)
 
height:Number (default = 1)
 
supplementType:int (default = 0)
 
supplementCode:String (default = null)
 
showQuietZoneIndicator:Boolean (default = true)
Method Detail
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