Class JChartTypeFactory

java.lang.Object
org.kopi.galite.visual.chart.ChartTypeFactory
org.kopi.vkopi.lib.ui.swing.chart.JChartTypeFactory

public class JChartTypeFactory extends org.kopi.galite.visual.chart.ChartTypeFactory
Swing implementation of the chart type factory.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.kopi.galite.visual.chart.ChartTypeFactory

    org.kopi.galite.visual.chart.ChartTypeFactory.Companion
  • Field Summary

    Fields inherited from class org.kopi.galite.visual.chart.ChartTypeFactory

    Companion
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.kopi.galite.visual.chart.UChartType
    createTypeView(String title, org.kopi.galite.visual.chart.VChartType model)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JChartTypeFactory

      public JChartTypeFactory()
  • Method Details

    • createTypeView

      public org.kopi.galite.visual.chart.UChartType createTypeView(String title, org.kopi.galite.visual.chart.VChartType model)
      Specified by:
      createTypeView in class org.kopi.galite.visual.chart.ChartTypeFactory