Class DrawLayersIsolines

  • All Implemented Interfaces:
    it.unibo.alchemist.boundary.swingui.effect.api.DrawLayers , it.unibo.alchemist.boundary.swingui.effect.api.Effect , it.unibo.alchemist.boundary.swingui.effect.api.FunctionDrawer , java.io.Serializable

    
    public abstract class DrawLayersIsolines
    extends DrawLayersValues
                        

    Draw layers isolines. The user must specify: - the number of isolines to draw - the min layer value - the max layer value - the distribution, used to space isoline values between min and max This class defines the drawFunction method, which is capable of drawing a layer's isolines given a function. The only responsibility left to subclasses is to provide a LayerToFunctionMapper.