ePOST API

rice.visualization.data
Class DataView

java.lang.Object
  extended by 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

Field Summary
protected  Constraints constraints
           
protected  Data data
           
protected  int height
           
protected  java.lang.String name
           
protected  int width
           
 
Constructor Summary
DataView(java.lang.String name, int width, int height, Constraints constraints)
           
 
Method Summary
 Constraints getConstraints()
           
 int getHeight()
           
 java.lang.String getName()
           
 int getWidth()
           
 void setData(Data data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

width

protected int width

height

protected int height

constraints

protected Constraints constraints

data

protected Data data
Constructor Detail

DataView

public DataView(java.lang.String name,
                int width,
                int height,
                Constraints constraints)
Method Detail

setData

public void setData(Data data)

getName

public java.lang.String getName()

getWidth

public int getWidth()

getHeight

public int getHeight()

getConstraints

public Constraints getConstraints()

ePOST API

Copyright © 2001-2005 - Rice Pastry.