Author(s): Montserrat Urraca.
Version: 1.11#222 (2004/5/24, 13:8:7 CEST)
Version of last change: 1.9#120 (2003/12/4, 17:32:15 CET)
arc_class
)arc_class
)
Usage: coord(X1, Y1, X2, Y2)
X1
, Y1
, X2
, and Y2
give the coordinates of two diagonally opposite corners of a rectangular region enclosing the oval that defines the arc.
X1
is an integer.
(basic_props:int/1
)
Y1
is an integer.
(basic_props:int/1
)
X2
is an integer.
(basic_props:int/1
)
Y2
is an integer.
(basic_props:int/1
)
X1
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Y1
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
X2
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Y2
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 1: width(Width)
Width
.
Width
is an integer.
(basic_props:int/1
)
Width
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: width(Width)
Width
.
Width
is an integer.
(basic_props:int/1
)
Width
is a free variable.
(term_typing:var/1
)
Usage 1: height(Height)
Height
.
Height
is an integer.
(basic_props:int/1
)
Height
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: height(Height)
Height
.
Height
is an integer.
(basic_props:int/1
)
Height
is a free variable.
(term_typing:var/1
)
Usage 1: center(X, Y)
X
and Y
.
X
is an integer.
(basic_props:int/1
)
Y
is an integer.
(basic_props:int/1
)
X
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Y
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: center(X, Y)
X
and Y
.
X
is an integer.
(basic_props:int/1
)
Y
is an integer.
(basic_props:int/1
)
X
is a free variable.
(term_typing:var/1
)
Y
is a free variable.
(term_typing:var/1
)
Usage 1: angle_start(Angle)
Angle
specifies the beginning of the angular range occupied by the arc. Degrees are given in units of degrees measured counter-clockwise from the 3-o'clock position; it may be either positive or negative.
Angle
is an integer.
(basic_props:int/1
)
Angle
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: angle_start(Angle)
Angle
.
Angle
is an integer.
(basic_props:int/1
)
Angle
is a free variable.
(term_typing:var/1
)
Usage 1: style_type(Style)
Style
specifies how to draw the arc. If type is pieslice (the default) then the arc's region is defined by a section of the oval's perimeter plus two line segments, one between the center of the oval and each end of the perimeter section. If type is chord then the arc's region is defined by a section of the oval's perimeter plus a single line segment connecting the two end points of the perimeter section. If type is arc then the arc's region consists of a section of the perimeter alone. In this last case the -fill option is ignored.
Style
is currently instantiated to an atom.
(term_typing:atom/1
)
Style
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: style_type(Style)
Style
of the arc.
Style
is currently instantiated to an atom.
(term_typing:atom/1
)
Style
is a free variable.
(term_typing:var/1
)
Usage 1: outline_color(Color)
Color
specifies the color used for drawing the arc's outline. This option defaults to black.
Color
is currently instantiated to an atom.
(term_typing:atom/1
)
Color
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage 2: outline_color(Color)
Color
.
Color
is currently instantiated to an atom.
(term_typing:atom/1
)
Color
is a free variable.
(term_typing:var/1
)
Go to the first, previous, next, last section, table of contents.