Packageorg.beeant.controls.InchRule
Classpublic class InchRule
InheritanceInchRule Inheritance mx.containers.Canvas

Language Version : ActionScript 3.0

The InchRuleComponent is a Flex 4 compatible control, capable of receiving standard flex components



Public Properties
 PropertyDefined By
  coincidenceBox : HBox
Hrule and Vrule Coincidence box
InchRule
  hRule : HRule
Horizantal Rule
InchRule
  labelDistance : Number
Label Distance
InchRule
  rulerThickness : Number
Ruler ThickNess
InchRule
  vRule : VRule
Vertical Rule
InchRule
Public Methods
 MethodDefined By
  
InchRule
  
converstion(sToConvert:String):void
InchRule
  
mouseMoveHandler(xValue:Number, yValue:Number):void
Pointer indicates the mouse move
InchRule
Protected Methods
 MethodDefined By
  
_creationComplete(event:FlexEvent = null):void
Creation Complete Event
InchRule
  
[override] Overriden function creted children
InchRule
Property Detail
coincidenceBoxproperty
public var coincidenceBox:HBox

Hrule and Vrule Coincidence box

hRuleproperty 
public var hRule:HRule

Horizantal Rule

labelDistanceproperty 
labelDistance:Number

Label Distance


Implementation
    public function get labelDistance():Number
    public function set labelDistance(value:Number):void
rulerThicknessproperty 
rulerThickness:Number

Ruler ThickNess


Implementation
    public function get rulerThickness():Number
    public function set rulerThickness(value:Number):void
vRuleproperty 
public var vRule:VRule

Vertical Rule

Constructor Detail
InchRule()Constructor
public function InchRule()



Method Detail
_creationComplete()method
protected function _creationComplete(event:FlexEvent = null):void

Creation Complete Event

Parameters

event:FlexEvent (default = null)

childrenCreated()method 
override protected function childrenCreated():void

Overriden function creted children

converstion()method 
public function converstion(sToConvert:String):void

Parameters

sToConvert:String

mouseMoveHandler()method 
public function mouseMoveHandler(xValue:Number, yValue:Number):void

Pointer indicates the mouse move

Parameters

xValue:Number
 
yValue:Number