Package com.projity.pm.graphic.chart

Examples of com.projity.pm.graphic.chart.ChartLegend


    menuManager = null;
    documentFrame = null;
  }

  protected JScrollPane createLeftScrollPane() {
    chartLegend = new ChartLegend(chartInfo);
    chartInfo.setChartLegend(chartLegend);
    JScrollPane result =  new JScrollPane(chartLegend.createContentPanel());
    result.getVerticalScrollBar().setUnitIncrement(20);
    return result;
  }
View Full Code Here

TOP

Related Classes of com.projity.pm.graphic.chart.ChartLegend

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.