Packagestimulsoft.report.barCodes
Classpublic class StiFIMBarCodeType
InheritanceStiFIMBarCodeType Inheritance StiBarCodeTypeService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined 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
 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
  FIMSpaceLeft : Number
[read-only]
StiFIMBarCodeType
  FIMSpaceRight : Number
[read-only]
StiFIMBarCodeType
  FIMSymbols : String = abcd
StiFIMBarCodeType
  FIMTable : Array
StiFIMBarCodeType
 InheritedrectWindow : StiRectangle
StiBarCodeTypeService
 InheritedtextAlignment : int
[read-only]
StiBarCodeTypeService
Public Methods
 MethodDefined By
  
StiFIMBarCodeType(module:Number = 31.25, height:Number = 1, addClearZone:Boolean = false)
StiFIMBarCodeType
 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.
StiFIMBarCodeType
  
equals(object:Object):Boolean
[override]
StiFIMBarCodeType
 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]
StiFIMBarCodeType
 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
 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
  defaultFIMModule : Number = 31.25
StiFIMBarCodeType
 InheriteddefaultLabelFontHeight : 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
Property Detail
addClearZoneproperty
addClearZone:Boolean

Gets or sets value which indicates will show Clear Zone or no.


Implementation
    public function get addClearZone():Boolean
    public function set addClearZone(value:Boolean):void
FIMSpaceLeftproperty 
FIMSpaceLeft:Number  [read-only]


Implementation
    protected function get FIMSpaceLeft():Number
FIMSpaceRightproperty 
FIMSpaceRight:Number  [read-only]


Implementation
    protected function get FIMSpaceRight():Number
FIMSymbolsproperty 
protected var FIMSymbols:String = abcd

FIMTableproperty 
protected var FIMTable:Array

heightproperty 
height:Number[override]

Gets os sets height factor of the bar code.


Implementation
    public function get height():Number
    public function set height(value:Number):void
labelFontHeightproperty 
labelFontHeight:Number  [read-only] [override]


Implementation
    public function get labelFontHeight():Number
moduleproperty 
module:Number[override]

Gets or sets width of the most fine element of the bar code.


Implementation
    public function get module():Number
    public function set module(value:Number):void
Constructor Detail
StiFIMBarCodeType()Constructor
public function StiFIMBarCodeType(module:Number = 31.25, height:Number = 1, addClearZone:Boolean = false)



Parameters
module:Number (default = 31.25)
 
height:Number (default = 1)
 
addClearZone:Boolean (default = false)
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

equals()method 
override public function equals(object:Object):Boolean

Parameters

object:Object

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

Returns
Object
Constant Detail
defaultFIMModuleConstant
protected const defaultFIMModule:Number = 31.25

FIMLineHeightForCutConstant 
protected const FIMLineHeightForCut:Number = 20

FIMLineHeightLongConstant 
protected const FIMLineHeightLong:Number = 20

FIMLineHeightShortConstant 
protected const FIMLineHeightShort:Number = 20

FIMMainHeightConstant 
protected const FIMMainHeight:Number = 20

FIMSpaceBottomConstant 
protected const FIMSpaceBottom:Number = 0

FIMSpaceTopConstant 
protected const FIMSpaceTop:Number = 0

FIMTextHeightConstant 
protected const FIMTextHeight:Number = 8

FIMTextPositionConstant 
protected const FIMTextPosition:Number = 0