| Package | stimulsoft.report.units |
| Class | public class StiUnit |
| Inheritance | StiUnit StiObject Object |
| Implements | IStiSerializable, IStiRef |
| Subclasses | StiCentimetersUnit, StiHundredthsOfInchUnit, StiInchesUnit, StiMillimetersUnit |
| Property | Defined By | ||
|---|---|---|---|
| Centimeters : StiCentimetersUnit [static] [read-only] | StiUnit | ||
| factor : Number [read-only] | StiUnit | ||
| HundredthsOfInch : StiHundredthsOfInchUnit [static] [read-only] | StiUnit | ||
| Inches : StiInchesUnit [static] [read-only] | StiUnit | ||
| Millimeters : StiMillimetersUnit [static] [read-only] | StiUnit | ||
| name : String [read-only] | StiUnit | ||
| ref : int | StiUnit | ||
| rulerStep : Number [read-only] | StiUnit | ||
| shortName : String [read-only] | StiUnit | ||
| Method | Defined By | ||
|---|---|---|---|
StiUnit() | StiUnit | ||
![]() | clone(... args):Object Creates a new object that is a copy of the current instance. | StiObject | |
convertFromHInches(value:Number):Number | StiUnit | ||
| StiUnit | |||
| StiUnit | |||
| StiUnit | |||
| StiUnit | |||
convertToHInches(value:Number):Number | StiUnit | ||
![]() | equals(object:Object):Boolean | StiObject | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
getUnitFromReportUnit(reportUnit:int):StiUnit [static] | StiUnit | ||
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object Creates a shallow copy of the current Collection. | StiObject | |
| Centimeters | property |
Centimeters:StiCentimetersUnit [read-only] public static function get Centimeters():StiCentimetersUnit| factor | property |
factor:Number [read-only] public function get factor():Number| HundredthsOfInch | property |
HundredthsOfInch:StiHundredthsOfInchUnit [read-only] public static function get HundredthsOfInch():StiHundredthsOfInchUnit| Inches | property |
| Millimeters | property |
Millimeters:StiMillimetersUnit [read-only] public static function get Millimeters():StiMillimetersUnit| name | property |
name:String [read-only] public function get name():String| ref | property |
ref:int public function get ref():int public function set ref(value:int):void| rulerStep | property |
rulerStep:Number [read-only] public function get rulerStep():Number| shortName | property |
shortName:String [read-only] public function get shortName():String| StiUnit | () | Constructor |
public function StiUnit()| convertFromHInches | () | method |
public function convertFromHInches(value:Number):NumberParameters
value:Number |
Number |
| convertRectangleFromHInches | () | method |
public function convertRectangleFromHInches(rect:StiRectangle):StiRectangleParameters
rect:StiRectangle |
StiRectangle |
| convertRectangleToHInches | () | method |
public function convertRectangleToHInches(rect:StiRectangle):StiRectangleParameters
rect:StiRectangle |
StiRectangle |
| convertSizeFromHInches | () | method |
| convertSizeToHInches | () | method |
| convertToHInches | () | method |
public function convertToHInches(value:Number):NumberParameters
value:Number |
Number |
| getUnitFromReportUnit | () | method |
public static function getUnitFromReportUnit(reportUnit:int):StiUnitParameters
reportUnit:int |
StiUnit |