netcharts.pro.common
Class NFSet
java.lang.Object
netcharts.pro.common.NFBaseClass
netcharts.pro.common.NFVector
netcharts.pro.common.NFBaseSet
netcharts.pro.common.NFSet
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- NFDataSet, NFNoteSet
public abstract class NFSet
- extends NFBaseSet
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()
|
Methods inherited from class netcharts.pro.common.NFVector |
addElement, addElement, 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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NFSet
public NFSet()
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Does a deep copy of this set object
- Overrides:
clone
in class NFBaseSet
- Returns:
- Object
- Throws:
java.lang.CloneNotSupportedException
setAxisMap
public void setAxisMap(NFAxisMap axisMap)
- Set the axis map for this set. This controls
the mapping of data values into screen coordinates.
- Parameters:
axisMap
- Axis map object.
getAxisMap
public NFAxisMap getAxisMap()
- Returns the axis map for this set
- Returns:
- the axis map
Visual Mining, Inc. 2099 Gaither Rd. Suite 220 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2011 All Rights Reserved. NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders. |
Last Modified: Jun 28, 2011 |