Reference for the Mosaic unit Graphics
|
|||||||
|
The unit 'Graphics' provides the fundamental classes needed to perform graphical operations:
set Edges
{
item Left;
item Top;
item Right;
item Bottom;
item Interior;
}
The definition Graphics::Edges enumerates the parts of a free scalable frame. It is used to determine, which parts should be drawn.
Items | Description |
---|---|
Bottom | The item 'Bottom' determines whether the bottom edge of the frame should be drawn. |
Interior | The item 'Interior' determines whether the interior area of the frame should be drawn. |
Left | The item 'Left' determines whether the left edge of the frame should be drawn. |
Right | The item 'Right' determines whether the right edge of the frame should be drawn. |
Top | The item 'Top' determines whether the top edge of the frame should be drawn. |