|
NetCharts Pro | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
|
+--netcharts.pro.common.NFVector
|
+--netcharts.pro.common.NFSet
The abstract NFSet object provides the methods and attributes common in many of the data objects in NetCharts Pro. A "Set" typically contains both data, data map, associated active labels, and appearance information.
| Constructor Summary | |
NFSet()
|
|
| Method Summary | |
void |
addActiveLabel(NFActiveLabel activeLabel)
Adds a single active label to the list of active labels for this set. |
java.lang.Object |
clone()
Does a deep copy of this set object |
NFVector |
getActiveLabels()
Returns the active labels for this set |
NFAxisMap |
getAxisMap()
Returns the axis map for this set |
java.lang.String |
getSetName()
Returns the set name |
void |
setActiveLabels(NFVector activeLabels)
Set the active labels for this set. |
void |
setAxisMap(NFAxisMap axisMap)
Set the axis map for this set. |
void |
setSetName(java.lang.String setName)
Set the name of the set |
| Methods inherited from class netcharts.pro.common.NFVector |
addElement, addElement, elementAt, elementAt, getCDL, getCDL, getCDL, getCDLHasTuples, getCDLKeyValues, getMaxDimensions, getQuoteStrings, getSize, loadDataModel, loadDataModel, loadDataModel, removeElementAt, reset, setCDL, setCDLHasTuples, setCDLNullString, setElementAt, 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 NFSet()
| Method Detail |
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class NFVectorpublic void addActiveLabel(NFActiveLabel activeLabel)
activeLabel - The activeLabel to add to the list of active labels.public void setActiveLabels(NFVector activeLabels)
If the vector contains elements that are not NFActiveLabel objects, an IllegalArgumentException will be thrown.
activeLabels - Vector of NFActiveLabelspublic NFVector getActiveLabels()
public void setSetName(java.lang.String setName)
setName - Name of the setpublic java.lang.String getSetName()
public void setAxisMap(NFAxisMap axisMap)
axisMap - Axis map object.public NFAxisMap getAxisMap()
|
NetCharts Pro | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2004 |
Last Modified: Apr 1, 2004 |