public class Data
extends java.lang.Object
Constructor and Description |
---|
Data(int numrows,
int numcols) |
Modifier and Type | Method and Description |
---|---|
DataRow |
getDataRow(int i) |
int |
getNumcols() |
int |
getNumrows() |
int |
getXCoord(int row,
int col) |
int |
getYCoord(int row,
int col) |
void |
setLabels(java.lang.String[] labels) |
void |
setLegends(java.lang.String[] legends) |
void |
setSamples(double[][] samples) |
public void setSamples(double[][] samples)
public void setLabels(java.lang.String[] labels)
public void setLegends(java.lang.String[] legends)
public int getNumrows()
public int getNumcols()
public DataRow getDataRow(int i)
public int getXCoord(int row, int col)
public int getYCoord(int row, int col)
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"