rice.visualization.data
Class DataView
java.lang.Object
rice.visualization.data.DataView
-
All Implemented Interfaces:
- java.io.Serializable
-
Direct Known Subclasses:
-
KeyValueListView, LineGraphView, PieChartView, TableView
-
public abstract class DataView
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
DataView(java.lang.String name,
int width,
int height,
Constraints constraints)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
width
protected int width
height
protected int height
constraints
protected Constraints constraints
data
protected Data data
DataView
public DataView(java.lang.String name,
int width,
int height,
Constraints constraints)
setData
public void setData(Data data)
-
-
getName
public java.lang.String getName()
-
-
getWidth
public int getWidth()
-
-
getHeight
public int getHeight()
-
-
getConstraints
public Constraints getConstraints()
-
-
Copyright © 2001-2005 - Rice Pastry.