[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

Measurement

inherits from Object

Object <- Measurement



Operations

Get list of all operations

BoxBoundsBox
BoxBoundsDot
BoxHitsBox
CenterBox
CompareDelta
CompareDiag
CompareDot
DiffBox
EqualBox
EqualDot
ExtendBox
InsetBox
InsetBoxByThickness
MapBox
MapDot
MapTouch
NotEmptyBox
OffsetBox
OutsetBoxByThickness
PinBox
PinDot
RotateBox
SectBox
SetEmptyBox
UnionBox


Attributes

Get list of all attributes

Class Measurement defines no new attributes.


Fields

No fields are defined by Measurement or any of its superclasses.


Instance template

instance Measurement tag;
end instance;

Class definition

Define Class Measurement;
    inherits from Object;

    intrinsic BoxBoundsBox(bounds: Box; other: Box): Boolean;
    intrinsic BoxBoundsDot(bounds: Box; dot: Dot): Boolean;
    intrinsic BoxHitsBox(box1: Box; box2: Box): Boolean;
    intrinsic CenterBox(var box: Box; bounds: Box);
    intrinsic CompareDelta(delta1: Dot; delta2: Dot): SignedByte;
    intrinsic CompareDiag(box1: Box; box2: Box): SignedByte;
    intrinsic CompareDot(dot1: Dot; dot2: Dot; radius: Micron): Boolean;
    intrinsic DiffBox(var result: Box; box1: Box; box2: Box): Boolean;
    intrinsic EqualBox(box1: Box; box2: Box): Boolean;
    intrinsic EqualDot(dot1: Dot; dot2: Dot): Boolean;
    intrinsic ExtendBox(var box: Box; dot: Dot);
    intrinsic InsetBox(var box: Box; dh: Micron; dv: Micron);
    intrinsic InsetBoxByThickness(var box: Box; thickness: Box);
    intrinsic MapBox(var box: Box; boxFrom: Box; boxTo: Box);
    intrinsic MapDot(var dot: Dot; boxFrom: Box; boxTo: Box);
    intrinsic MapTouch(var dot: Dot; boxFrom: Box; boxTo: Box);
    intrinsic NotEmptyBox(box: Box): Boolean;
    intrinsic OffsetBox(var box: Box; dh: Micron; dv: Micron);
    intrinsic OutsetBoxByThickness(var box: Box; thickness: Box);
    intrinsic PinDot(var dot: Dot; bounds: Box);
    intrinsic PinBox(var box: Box; bounds: Box);
    intrinsic RotateBox(var box: Box);
    intrinsic SectBox(var result: Box; box1: Box; box2: Box): Boolean;
    intrinsic SetEmptyBox(var box: Box);
    intrinsic UnionBox(var result: Box; box1: Box; box2: Box): Boolean;
end class;