Author(s): Montserrat Urraca.
Version: 1.10#7 (2006/4/26, 19:22:13 CEST)
Version of last change: 1.9#139 (2003/12/4, 17:34:21 CET)
oval_class
)oval_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.
+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
)
Usage 1: width(+Width)
Width
.
+Width
is an integer.
(basic_props:int/1
)
Usage 2: width(-Width)
Width
.
-Width
is an integer.
(basic_props:int/1
)
Usage 1: height(+Height)
Heigh
.
+Height
is an integer.
(basic_props:int/1
)
Usage 2: height(-Height)
Height
.
-Height
is an integer.
(basic_props:int/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
)
Usage 2: center(-X, -Y)
X
and Y
.
-X
is an integer.
(basic_props:int/1
)
-Y
is an integer.
(basic_props:int/1
)
Usage 1: outline_color(+Color)
Color
specifies the color to be used for drawing the oval's outline. This option defaults to black.
+Color
is currently instantiated to an atom.
(term_typing:atom/1
)
Usage 2: outline_color(-Color)
Color
.
-Color
is currently instantiated to an atom.
(term_typing:atom/1
)
Go to the first, previous, next, last section, table of contents.