Packagestimulsoft.report.barCodes
Classpublic class StiAustraliaPost4StateBarCodeType
InheritanceStiAustraliaPost4StateBarCodeType Inheritance StiBarCodeTypeService Inheritance StiService Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  height : Number
[override] Gets os sets height factor of the bar code.
StiAustraliaPost4StateBarCodeType
  labelFontHeight : Number
[override] [read-only]
StiAustraliaPost4StateBarCodeType
  module : Number
[override] Gets or sets width of the most fine element of the bar code.
StiAustraliaPost4StateBarCodeType
 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
  australiaPost4StateSymbolsC : String = ABC DEF#GHIabcdeJKLfMNOgPQRhijklSTUmVWXnYZ0opqrs123t456u789vwxyz
StiAustraliaPost4StateBarCodeType
  australiaPost4StateSymbolsN : String = 012_345_678_9
StiAustraliaPost4StateBarCodeType
 InheritedbarCodeData : StiBarCodeData
[read-only]
StiBarCodeTypeService
 InheritedrectWindow : StiRectangle
StiBarCodeTypeService
  textAlignment : int
[override] [read-only]
StiAustraliaPost4StateBarCodeType
Public Methods
 MethodDefined By
  
StiAustraliaPost4StateBarCodeType(module:Number = 20, height:Number = 1)
StiAustraliaPost4StateBarCodeType
 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]
StiAustraliaPost4StateBarCodeType
  
equals(object:Object):Boolean
[override]
StiAustraliaPost4StateBarCodeType
 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]
StiAustraliaPost4StateBarCodeType
 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
  australiaPost4StateLineHeightForCut : Number = 10
StiAustraliaPost4StateBarCodeType
  australiaPost4StateLineHeightLong : Number = 10
StiAustraliaPost4StateBarCodeType
  australiaPost4StateLineHeightShort : Number
StiAustraliaPost4StateBarCodeType
  australiaPost4StateMainHeight : Number = 24.799999999999997
StiAustraliaPost4StateBarCodeType
  australiaPost4StateSpaceBottom : Number = 3.9
StiAustraliaPost4StateBarCodeType
  australiaPost4StateSpaceLeft : Number = 11.8
StiAustraliaPost4StateBarCodeType
  australiaPost4StateSpaceRight : Number = 11.8
StiAustraliaPost4StateBarCodeType
  australiaPost4StateSpaceTop : Number = 10.9
StiAustraliaPost4StateBarCodeType
  australiaPost4StateTextHeight : Number = 5
StiAustraliaPost4StateBarCodeType
  australiaPost4StateTextPosition : Number = 1
StiAustraliaPost4StateBarCodeType
 InheriteddefaultLabelFontHeight : Number = 8
StiBarCodeTypeService
Property Detail
australiaPost4StateSymbolsCproperty
protected var australiaPost4StateSymbolsC:String = ABC DEF#GHIabcdeJKLfMNOgPQRhijklSTUmVWXnYZ0opqrs123t456u789vwxyz

australiaPost4StateSymbolsNproperty 
protected var australiaPost4StateSymbolsN:String = 012_345_678_9

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
textAlignmentproperty 
textAlignment:int  [read-only] [override]


Implementation
    protected function get textAlignment():int
Constructor Detail
StiAustraliaPost4StateBarCodeType()Constructor
public function StiAustraliaPost4StateBarCodeType(module:Number = 20, height:Number = 1)



Parameters
module:Number (default = 20)
 
height:Number (default = 1)
Method Detail
draw()method
override public function draw(g:StiGraphics, barCode:StiBarCode, rect:StiRectangle, zoom:Number):void

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
australiaPost4StateLineHeightForCutConstant
protected const australiaPost4StateLineHeightForCut:Number = 10

australiaPost4StateLineHeightLongConstant 
protected const australiaPost4StateLineHeightLong:Number = 10

australiaPost4StateLineHeightShortConstant 
protected const australiaPost4StateLineHeightShort:Number

australiaPost4StateMainHeightConstant 
protected const australiaPost4StateMainHeight:Number = 24.799999999999997

australiaPost4StateSpaceBottomConstant 
protected const australiaPost4StateSpaceBottom:Number = 3.9

australiaPost4StateSpaceLeftConstant 
protected const australiaPost4StateSpaceLeft:Number = 11.8

australiaPost4StateSpaceRightConstant 
protected const australiaPost4StateSpaceRight:Number = 11.8

australiaPost4StateSpaceTopConstant 
protected const australiaPost4StateSpaceTop:Number = 10.9

australiaPost4StateTextHeightConstant 
protected const australiaPost4StateTextHeight:Number = 5

australiaPost4StateTextPositionConstant 
protected const australiaPost4StateTextPosition:Number = 1