Class ChartModelFactory

java.lang.Object
hec.gfx2d.swing.charts.data.ChartModelFactory

public class ChartModelFactory extends Object
Copyright (C) 2017 Hydrologic Engineering Center, United States Army Corps of Engineers, All Rights Reserved

HEC-Java NEXGEN

  • Constructor Details

    • ChartModelFactory

      public ChartModelFactory()
  • Method Details

    • createChartModel

      public static ChartModel createChartModel(TimeSeriesContainer[] data)
      Parameters:
      data - an array of time series containers representing the items in the chart chart details, including filename, watershed location, and descriptions are polled from item 0
      Returns:
      a chart model interface constructed with the data array