Previous: Object color, Up: General object functions [Contents][Index]
Graphical object subtypes – lines, boxes, circles, arcs and paths – are drawn with a stroke pattern that can be configured in detail.
Returns the stroke settings of the object, which must be a line,
box, circle, arc or path object
. The return value is a list of
parameters:
none
, square
or
round
.
solid
, dotted
,
dashed
, center
or phantom
.
Set the stroke settings of the object, which must be a line,
box, circle, arc or path object
. The arguments are the same as
the contents of the list returned by object-stroke
. Returns
object.
Returns the integer stroke width of object, which must be a
line, box, circle, arc or path object
.
Returns the stroke cap style of object, which must be a line,
box, circle, arc or path object
. The returned value is one of
the symbols none
, square
or round
.
Returns the dash style of object, which must be a line, box,
circle, arc or path object
. The return value is a list of
between one and three parameters:
solid
, dotted
,
dashed
, center
or phantom
.
solid
, dot/dash spacing;
dashed
, center
and phantom
, dash length.
Some types of object
– boxes, circles and paths – can have
their interiors filled with a variety of patterns.
Returns the fill settings of object, which must be a box, circle
or path object
. The return value is a list of one to six
parameters:
hollow
, solid
,
mesh
or hatch
;
hollow
or solid
fills;
hatch
fills;
mesh
fills.
Sets the fill settings of object, which must be a box, circle or
path object
. The arguments are the same as the contents of the
list returned by object-fill
. Returns object.
Previous: Object color, Up: General object functions [Contents][Index]