aRTvisual-class {aRT}R Documentation

Class "aRTvisual"

Description

Class that contains configuration about the visual of a theme. Some attributes are used for specific geometries. The attribute names are the same of TerraLib objects, if you want to use R nomenclature, visual{Points, Lines, Polygons} are mostly recommended.

Objects from the Class

new("aRTvisual", color="blue")

Slots

color
internal color of the elements, or a vector of colors of a raster.
ccolor
the contour color.
style
the style of the drawing. It depends on the geometry.
transp
the transparency factor of the color, a integer between 0 and 100.
ctransp
the transparency factor of ccolor.
cwidth
the contour width.
width
width of the line.
size
the size of the object to be drawn.

Point styles

0
aa
1
aa

Line styles

0
aa
1
aa

Polygon styles

0
aa
1
aa

Author(s)

Pedro Ribeiro de Andrade Neto

References

http://www.est.ufpr.br/aRT

See Also

See aRTvisual-METHOD for a method of this class or CLASSNAME-class for links to other classes.


[Package aRT version 0.3-6 Index]