Package org.krysalis.jcharts.designer.tabs.axisChart

Examples of org.krysalis.jcharts.designer.tabs.axisChart.AxisChartTabs


  public TopLevelTabs( LowerHalfPanel lowerHalfPanel ) {
    this.lowerHalfPanel= lowerHalfPanel;

    this.allChartTabs= new AllChartTabs( this );
    this.nonAxisChartTab= new NonAxisChartTabs( this );
    this.axisChartTab= new AxisChartTabs( this );
  }
View Full Code Here

TOP

Related Classes of org.krysalis.jcharts.designer.tabs.axisChart.AxisChartTabs

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.