[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]

BorderLine

inherits from Object
inherits from Border

Object <- BorderLine



Operations

Get list of all operations

BorderThickness
DrawBorder
Validate


Attributes

Get list of all attributes

Class BorderLine defines no new attributes.


Fields

Field Type
BorderLine: borderColor: Unsigned
borderColorHighlighted: Unsigned
thickness: Micron


Instance template

instance BorderLine tag;
    borderColor: 0;
borderColorHighlighted: 0;
      thickness: <0.0>;
end instance;

Class definition

Define Class BorderLine;
    inherits from Object, Border;

    shares members;

    field borderColor:              Unsigned;
    field borderColorHighlighted:   Unsigned;
    field thickness:                Micron;

    overrides DrawBorder;
    overrides BorderThickness;

    // framework
#ifdef VALIDATE
    overrides Validate;
#endif
end class;