Package-level declarations

Types

Link copied to clipboard
This class collects the following responsibilities: - it manages to draw layers only when necessary (as the apply method will be called for every node).
Link copied to clipboard
abstract class AbstractDrawOnce : Effect
Effects are normally applied for each node, this is a base class for effects that do not need to be redrawn for each node.
Link copied to clipboard
Draw a gradient in the background of the gui for BidimensionalGaussianLayers values.
Link copied to clipboard
Draws an orienting node's cognitive map.
Link copied to clipboard

This effect draws a node as a directed arrow. The direction is given by the node's velocity (that is an array of double). The color is given by the node's hue molecule (that is a numeric number).

Link copied to clipboard
Draw layers values as background in the gui.
Link copied to clipboard
Draw layers isolines.
Link copied to clipboard
This is a basic class for all the effects meant to draw Layers values in different points of the view.
Link copied to clipboard
Draws the navigation graph of an ImageEnvironmentWithGraph.
Link copied to clipboard
Draws the paths took by pedestrians.
Link copied to clipboard
Link copied to clipboard
Draws node's shapes and cameras' fields of view.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Serialize Alchemist effects from/to file in human readable format.