Package it.unibo.alchemist.boundary.swingui.effect.impl

Types

Link copied to clipboard
abstract class AbstractDrawLayers : AbstractDrawOnce, DrawLayers
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
class BidimensionalGaussianLayersMapper : LayerToFunctionMapper

Maps BidimensionalGaussianLayers, it ignores any other layer.

Link copied to clipboard
open class DrawBidimensionalGaussianLayersGradient : DrawLayersGradient
Draw a gradient in the background of the gui for it.unibo.alchemist.model.implementations.layers.BidimensionalGaussianLayers values.
Link copied to clipboard
open class DrawCognitiveMap : AbstractDrawOnce
Draws an orienting node's cognitive map.
Link copied to clipboard
abstract class DrawLayersGradient : DrawLayersValues
Draw layers values as background in the gui.
Link copied to clipboard
abstract class DrawLayersIsolines : DrawLayersValues
Draw layers isolines.
Link copied to clipboard
abstract class DrawLayersValues : AbstractDrawLayers, FunctionDrawer
This is a basic class for all the effects meant to draw it.unibo.alchemist.model.interfaces.Layers values in different points of the view.
Link copied to clipboard
open class DrawNavigationGraph : AbstractDrawOnce
Draws the navigation graph of an ImageEnvironmentWithGraph.
Link copied to clipboard
open class DrawPedestrianPath : AbstractDrawOnce
Draws the paths took by pedestrians.
Link copied to clipboard
class DrawShape : Effect
Link copied to clipboard
class DrawSmartcam : Effect
Draws node's shapes and cameras' fields of view.
Link copied to clipboard
class EffectBuilder : JFrame, ActionListener
Link copied to clipboard
class EffectFactory
Link copied to clipboard
class EffectSerializationFactory
Serialize Alchemist effects from/to file in human readable format.