|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFBaseClass
netcharts.pro.common.NFVector
netcharts.pro.charts.diagram.NFNodeSeries
public class NFNodeSeries
The NFNodeSeries is used to maintain a list of NFNode objects for a diagram chart. This object rarely needs to be instantiated or accessed directly.
Constructor Summary | |
---|---|
NFNodeSeries()
Constructs a default node series |
|
NFNodeSeries(java.util.Hashtable state)
Constructs a node series using CDL parameters |
Method Summary | |
---|---|
void |
addElement(java.lang.Object element)
Add the object to the vector. |
java.util.Vector |
getCDLVector()
NFNodeSeries is a compound object representing multiple CDL parameters. |
NFNode |
getNode(java.lang.String nodeName)
Returns the node associated by the specified node name. |
void |
loadDataModel(NFDataModelDiagram dataModel)
Loads the set of NFNode instances from a NFDataModelDiagram implementation. |
Methods inherited from class netcharts.pro.common.NFVector |
---|
addElement, clone, elementAt, elementAt, getCDL, getCDL, getCDL, getCDLHasTuples, getCDLKeyValues, getCDLKeyValuesHasPoints, getMaxDimensions, getQuoteStrings, getSize, isEmptyStringAsNull, loadDataModel, loadDataModel, loadDataModel, removeElementAt, reset, setCDL, setCDLHasTuples, setCDLNullString, setElementAt, setEmptyStringAsNull, setQuoteStrings, setSize, size, skipNulls, toArray, toString |
Methods inherited from class netcharts.pro.common.NFBaseClass |
---|
getModified, getUserObject, setModified, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NFNodeSeries()
public NFNodeSeries(java.util.Hashtable state)
state
- Hashtable containing CDL parameters.Method Detail |
---|
public void addElement(java.lang.Object element)
addElement
in class NFVector
element
- Object to addpublic void loadDataModel(NFDataModelDiagram dataModel)
dataModel
- The NFDataModelDiagram instance providing the data specifying the set of nodespublic NFNode getNode(java.lang.String nodeName)
nodeName
- The name of the node to retrieve
null
if it does not exist.public java.util.Vector getCDLVector()
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |