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

HasLineStyleAttribute

mixes in with Object

HasLineStyleAttribute



Operations

Get list of all operations

Init


Attributes

Get list of all attributes

LineHeight
LineStyle
LineWidth


Fields

Field Type
HasLineStyleAttribute: lineStyle: LineStyle


Instance template

Class HasLineStyleAttribute cannot be instantiated.


Class definition

Define Class HasLineStyleAttribute;
    mixes in with Object;

    field lineStyle: LineStyle, getter;
        // object's line style

    attribute LineStyle: LineStyle;
        // set line style
    attribute LineWidth: Micron;
    attribute LineHeight: Micron;

    overrides Init;
        // set the initial line style without dirtying
end class;