Charts

object Charts
class Object
trait Matchable
class Any
Charts.type

Type members

Classlikes

trait Chart

The trait used to manage Charts in the simulation. Every chart needs to be initialized and then updated with environment values.

The trait used to manage Charts in the simulation. Every chart needs to be initialized and then updated with environment values.

class MyChartPanel(val jFreeChart: JFreeChart) extends ChartPanel

Wrapper for JFreeChart ChartPanel that allows to adapt the dimension of the panel et every size change.

Wrapper for JFreeChart ChartPanel that allows to adapt the dimension of the panel et every size change.

Value parameters:
jFreeChart

the chart inside the ChartPanel.