Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.kopi.galite.visual.chart.UChartType createTypeView​(java.lang.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 Detail

      • JChartTypeFactory

        public JChartTypeFactory()
    • Method Detail

      • createTypeView

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