|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.analysis.SequenceSource
public class SequenceSource
Data source for a Sequence created via the gui chart creator. This describes the sequence that will displayed in an OpenSequenceGraph.
| Constructor Summary | |
|---|---|
SequenceSource(java.lang.Object feedFrom)
Creates a SequenceSource whose data is feed from the specified object. |
|
| Method Summary | |
|---|---|
GuiChartDataSource |
copy()
Returns a copy of this GuiChartDataSource. |
java.awt.Color |
getColor()
Returns the Color of the sequence created by this SequenceSource. |
java.lang.Object |
getFeedFrom()
Returns the Object that provides the data (via a method or a field) for this SequenceSource. |
java.lang.String |
getFieldName()
Returns the field name is the data for this SequenceSource is a field. |
java.lang.String |
getFullName()
Returns the name of this data source prefixed by its source. |
int |
getMarkStyle()
Returns the mark style (the shape of the point) for this SequenceSource. |
java.lang.String |
getMethodName()
Returns the name of the method that is the source of the data for this SequenceSource. |
java.lang.String |
getName()
Returns the name of this SequenceSource. |
java.lang.String |
getShortName()
Returns the name of this data source. |
void |
setColor(java.awt.Color color)
Sets the Color of the sequence created by this SequenceSource. |
void |
setFeedFrom(java.lang.Object feedFrom)
Sets the Object that provides the data (via a method or a field) for this SequenceSource. |
void |
setFieldName(java.lang.String fieldName)
Sets the field name of the field from which this SequenceSource gets its data. |
void |
setMarkStyle(int markType)
Returns the mark style (the shape of the point) for this SequenceSource. |
void |
setMethodName(java.lang.String methodName)
Sets the name of the method that is the source of the data for this SequenceSource |
void |
setName(java.lang.String name)
Sets the name of this SequenceSource. |
java.lang.String |
toXML()
Returns an XML representation of this GuiChartDataSource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SequenceSource(java.lang.Object feedFrom)
feedFrom - the object from which the data for this source comes| Method Detail |
|---|
public java.lang.String getFieldName()
public void setFieldName(java.lang.String fieldName)
fieldName - the name of the field that provides data for this
SequenceSourcepublic java.lang.String getName()
public void setName(java.lang.String name)
name - the name of this SequenceSourcepublic java.lang.String getMethodName()
public void setMethodName(java.lang.String methodName)
methodName - the name of the method that is the source of the
data for this SequenceSourcepublic java.lang.Object getFeedFrom()
public void setFeedFrom(java.lang.Object feedFrom)
feedFrom - the object that provides the data (via a method or a field)
for this SequenceSourcepublic int getMarkStyle()
public void setMarkStyle(int markType)
markType - the mark stylepublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
color - the color of the sequencepublic java.lang.String getFullName()
GuiChartDataSource
getFullName in interface GuiChartDataSourcepublic java.lang.String getShortName()
GuiChartDataSource
getShortName in interface GuiChartDataSourcepublic GuiChartDataSource copy()
GuiChartDataSource
copy in interface GuiChartDataSourcepublic java.lang.String toXML()
GuiChartDataSource
toXML in interface GuiChartDataSource
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||