Uses of Interface
org.geotools.gui.swing.Plot2D.Series

Packages that use Plot2D.Series
org.geotools.gui.swing Miscellaneous widgets. 
 

Uses of Plot2D.Series in org.geotools.gui.swing
 

Methods in org.geotools.gui.swing that return Plot2D.Series
 Plot2D.Series Plot2D.addSeries(java.lang.String name, java.lang.Object x, java.lang.Object y)
          Add a new serie to the chart.
 Plot2D.Series Plot2D.addSeries(java.lang.String name, java.lang.Object x, java.lang.Object y, int lower, int upper)
          Add a new serie to the chart.
 Plot2D.Series Plot2D.addSeries(Plot2D.Series series)
          Add a new serie to the chart.
 

Methods in org.geotools.gui.swing with parameters of type Plot2D.Series
 Plot2D.Series Plot2D.addSeries(Plot2D.Series series)
          Add a new serie to the chart.
 Axis2D[] Plot2D.getAxis(Plot2D.Series series)
          Returns the {x, y} axis for the specified series.
 



Copyright © GeoTools. All Rights Reserved.