com.day.cq.graphics.chart
Class Data
java.lang.Object
com.day.cq.graphics.chart.Data
public class Data
- extends Object
- Author:
- tripod
|
Constructor Summary |
Data(int numrows,
int numcols)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Data
public Data(int numrows,
int numcols)
setSamples
public void setSamples(double[][] samples)
setLabels
public void setLabels(String[] labels)
setLegends
public void setLegends(String[] legends)
getNumrows
public int getNumrows()
getNumcols
public int getNumcols()
getDataRow
public DataRow getDataRow(int i)
getXCoord
public int getXCoord(int row,
int col)
getYCoord
public int getYCoord(int row,
int col)
Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.