|
Smalltalk/X WebserverDocumentation of class 'GraphicsAttributes': |
|
|
Class: GraphicsAttributesInheritance:Object | +--GraphicsAttributes
Description:
instances keep multiple graphics attributes as used in a graphicsContext.
They can be used when multiple attributes are to be set.
This class is (currently) not used by the system, but has been added
to make porting of existing ST-80 applications easier.
Instance variables:
paint <Color> the paint to be used for drawing
font <Font> the font to be used for drawing
lineStyle <Symbol> the lineStyle (i.e. #solid, #dashed, #doubleDashed)
lineWidth <SmallInteger> the lineWidth (device dependent, usually pixels)
joinStyle <Symbol> the style in which lines (in polygons)
are joined (i.e. #miter, #bevel, #round)
capStyle <Symbol> the style in which the last point of a line is drawn
(i.e. #notLast, #butt, #round, #projecting)
maskOrigin <Point> the origin of the mask relative to
the drawables origin
CAVEAT: the maskOrigin is called phase in ST-80
Instance protocol:accessing
|
|
|
ST/X 6.1.1; WebServer 1.620 at exept:8081; Wed, 23 May 2012 09:17:10 GMT
|