eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SolidBackground':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SolidBackground


Inheritance:

   Object
   |
   +--AbstractBackground
      |
      +--SolidBackground

Package:
stx:libview
Category:
Graphics-Support
Version:
rev: 1.5 date: 2017/02/22 20:18:42
user: cg
file: SolidBackground.st directory: libview
module: stx stc-classLibrary: libview

Instance protocol:

accessing
o  color

o  color: something

drawing
o  fillRectangleX: x y: y width: w height: h in: aView


Examples:


|v| v := View new. v viewBackground:(SolidBackground new color:Color red). v open.

ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 18:56:22 GMT