Object <- Style <- LineStyle |
|
Class LineStyle defines no new operations.
Attributes
Get list of all attributes
|
LineHeight LineWidth |
| Field | Type | |
|---|---|---|
| Style: | color: | Color |
| LineStyle: | lineWidth: | Micron |
| lineHeight: | Micron |
instance LineStyle tag; color: nilObject; lineWidth: <0.0>; lineHeight: <0.0>; end instance;
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;