NetCharts Pro

netcharts.pro.common.rectangular
Class NFDataSet

java.lang.Object
  extended by netcharts.pro.common.NFBaseClass
      extended by netcharts.pro.common.NFVector
          extended by netcharts.pro.common.NFBaseSet
              extended by netcharts.pro.common.NFSet
                  extended by netcharts.pro.common.rectangular.NFDataSet
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
NFBarSet, NFBoxSet, NFLineSet, NFStockSet, NFTimeSet

public abstract class NFDataSet
extends NFSet

The abstract NFDataSet 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
NFDataSet()
           
 
Method Summary
 void setXAxis(NFAxis axis)
          Sets the x axis to map this set's data locations.
 void setYAxis(NFAxis axis)
          Sets the y axis to map this set's values with.
 
Methods inherited from class netcharts.pro.common.NFSet
clone, getAxisMap, setAxisMap
 
Methods inherited from class netcharts.pro.common.NFBaseSet
addActiveLabel, getActiveLabels, getSetName, setActiveLabels, setSetName
 
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 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

NFDataSet

public NFDataSet()
Method Detail

setXAxis

public void setXAxis(NFAxis axis)
Sets the x axis to map this set's data locations.

Parameters:
axis - NFAxis object to use for the X dimension.

setYAxis

public void setYAxis(NFAxis axis)
Sets the y axis to map this set's values with.

Parameters:
axis - NFAxis object to use for the Y dimension.

NetCharts Pro


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