![]() |
|
Navigation |
Synopsis Overview of all figures.
Types
Details box button checkbox choice combo computeFigure edge ellipse fswitch graph grid hcat hscreen hscrollable hvcat LineDecoration outline overlay pack rotate scale scaleSlider scrollable space text textfield tree treemap vcat vscreen vscrollable
Description
Figure is the primary data type that represents figures. A list of figures is represented by the type Figures .
Figures can be classified as follows:
Pitfalls We are cheating a bit with the above data declaration for Figure.
The current version of Rascal does not yet support data constructors with a variable number of arguments as needed
for the properties. At the moment, the above constructors are provided as Rascal functions that can
have variable arguments, see Function.
![]() |