|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--edu.ull.cgunay.plots.Grapher.DataType
Type of representation for the data. That is spikes, lines,
errorbars, etc. To be instantiated by the Grapher
as representing its capabilities.
| Field Summary | |
(package private) String |
axisCommand
Command to realize axis in grapher, i.e. |
(package private) String |
name
|
(package private) String |
propertyName
Maybe for additional properties? |
| Constructor Summary | |
(package private) |
Grapher.DataType(String name,
String axisCommand)
Adds itself to the dataTypes hash. |
| Method Summary | |
abstract String |
plotCommand(Grapher.Data data)
Generates the plot command for the grapher for given data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
String name
String axisCommand
String propertyName
...Expression().
Grapher.Data.yExpression()| Constructor Detail |
Grapher.DataType(String name,
String axisCommand)
dataTypes hash.
name - key for the datatype| Method Detail |
public abstract String plotCommand(Grapher.Data data)
data - a Data value
String value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||