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

LineStyle

inherits from Style

Object <- Style <- LineStyle



Operations

Get list of all operations

Class LineStyle defines no new operations.


Attributes

Get list of all attributes

LineHeight
LineWidth


Fields

Field Type
Style: color: Color
LineStyle: lineWidth: Micron
lineHeight: Micron


Instance template

instance LineStyle tag;
          color: nilObject;
      lineWidth: <0.0>;
     lineHeight: <0.0>;
end instance;

Class definition

Define Class LineStyle;
    inherits from Style;
    uses extra;
    
    field lineWidth: Micron, getter, setter;
    field lineHeight: Micron, getter, setter;
    
    attribute LineWidth: Micron;
    attribute LineHeight: Micron;
end class;