|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractCollection
|
+--java.util.AbstractList
|
+--java.util.AbstractSequentialList
|
+--java.util.LinkedList
|
+--edu.ull.cgunay.plots.AxisTemplate
A template, from which a real Axis object can be
instantiated when a grapher is available.
Created: Tue May 6 17:34:07 2003
Modified: $Date$
Grapher.Axis,
Grapher,
Serialized Form| Field Summary | |
(package private) Grapher.Data[] |
datas
Datas to be superposed in this axis. |
(package private) int |
fontSize
Font size for plot legends. 0 means default size. |
protected Range |
range
Range of the plot. |
(package private) String |
title
Plot title. |
(package private) String |
xLabel
Label for the x-axis. |
(package private) String |
yLabel
Label for the x-axis. |
| Fields inherited from class java.util.LinkedList |
|
| Fields inherited from class java.util.AbstractList |
modCount |
| Constructor Summary | |
AxisTemplate(Grapher.Data[] datas)
Takes a dataset to plot. |
|
AxisTemplate(List datas)
Takes a List of datasets to plot. |
|
| Method Summary | |
Grapher.Data[] |
getDatas()
Gets the value of datas |
int |
getFontSize()
Get the FontSize value. |
Range |
getRange()
Get the value of range. |
String |
getTitle()
Get the value of title. |
String |
getXLabel()
Get the value of xLabel. |
String |
getYLabel()
Get the value of yLabel. |
void |
setDatas(Grapher.Data[] argDatas)
Sets the value of datas |
void |
setFontSize(int newFontSize)
Set the FontSize value. |
void |
setRange(Range v)
Set the value of range. |
void |
setTitle(String v)
Set the value of title. |
void |
setXLabel(String v)
Set the value of xLabel. |
void |
setYLabel(String v)
Set the value of yLabel. |
| Methods inherited from class java.util.LinkedList |
add, add, addAll, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray |
| Methods inherited from class java.util.AbstractSequentialList |
iterator |
| Methods inherited from class java.util.AbstractList |
equals, hashCode, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
containsAll, isEmpty, removeAll, retainAll, toString |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, retainAll, subList |
| Field Detail |
Grapher.Data[] datas
String title
String xLabel
String yLabel
int fontSize
protected Range range
Range of the plot.
| Constructor Detail |
public AxisTemplate(Grapher.Data[] datas)
datas - to plotpublic AxisTemplate(List datas)
List of datasets to plot.
datas - a List value| Method Detail |
public Grapher.Data[] getDatas()
public void setDatas(Grapher.Data[] argDatas)
argDatas - Value to assign to this.dataspublic String getTitle()
getTitle in interface HasAxisLabelspublic void setTitle(String v)
v - Value to assign to title.public String getXLabel()
getXLabel in interface HasAxisLabelspublic void setXLabel(String v)
v - Value to assign to xLabel.public String getYLabel()
getYLabel in interface HasAxisLabelspublic void setYLabel(String v)
v - Value to assign to yLabel.public int getFontSize()
getFontSize in interface HasAxisLabelspublic void setFontSize(int newFontSize)
newFontSize - The new FontSize value.public Range getRange()
getRange in interface HasAxisLabelspublic void setRange(Range v)
v - Value to assign to range.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||