Class DmxModelerPanel

    • Constructor Detail

      • DmxModelerPanel

        public DmxModelerPanel​(DmxModel dmxModel)
        Creates a new instance.
    • Method Detail

      • cleanup

        public void cleanup()
      • addChart

        public void addChart​(org.jfree.chart.JFreeChart chart)
        Records a chart as belonging to this panel. It will subsequently be returned by the getCharts() method.
        Parameters:
        chart - the chart.
      • getCharts

        public org.jfree.chart.JFreeChart[] getCharts()
        Returns an array containing the charts within this panel.
        Returns:
        The charts.
      • createIntegerTickUnits

        public static org.jfree.chart.axis.TickUnitSource createIntegerTickUnits​(Locale locale)
      • chartMouseClicked

        public void chartMouseClicked​(org.jfree.chart.ChartMouseEvent event)
        Specified by:
        chartMouseClicked in interface org.jfree.chart.ChartMouseListener
      • chartMouseMoved

        public void chartMouseMoved​(org.jfree.chart.ChartMouseEvent event)
        Specified by:
        chartMouseMoved in interface org.jfree.chart.ChartMouseListener
      • loadSceneryPoints

        public void loadSceneryPoints()
      • storeSceneryPoints

        public void storeSceneryPoints()