Macaulay2
»
Documentation
Packages
»
Graphics
::
Picture
next
|
previous
|
forward
|
backward
| up |
index
|
toc
Picture -- the class of pictures containing several FormattedGraphicPrimitives
Methods that use an object of class Picture:
pgfObject(Picture)
-- create the string describing a series of graphic primitives in pgf
pgfPicture(Picture)
-- create a pgf picture from a Picture object
pgfPicture(Picture,HashTable)
-- create a pgf picture from a Picture object with some options
pgfPicture(Picture,HashTable,String)
-- create a pgf picture from a Picture object with options and store it in a file
pgfPicture(Picture,String)
-- create a pgf picture from a Picture object and store it in a file
pictureZone(Picture)
-- find the zone that contains the whole picture
svgObject(Picture)
-- create a string describing the picture in SVG
svgPicture(Picture)
-- create an SVG picture from a Picture object
svgPicture(Picture,String)
-- create an SVG picture from a Picture object and store it in a file
svgPicture(Picture,ZZ,ZZ)
-- create an SVG picture from a Picture object
svgPicture(Picture,ZZ,ZZ,String)
-- create an SVG picture from a Picture object and store it in a file
For the programmer
The object
Picture
is
a
type
, with ancestor classes
BasicList
<
Thing
.