netcharts.pro.charts.time
Class NFTimeSeries
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
|
+--netcharts.pro.common.NFVector
|
+--netcharts.pro.charts.time.NFTimeSeries
- All Implemented Interfaces:
- java.lang.Cloneable
- public class NFTimeSeries
- extends NFVector
The NFTimeSeries is used to maintain a list of NFTimeSet objects for a
particular chart. This object rarely needs to be instantiated
or accessed directly.
|
Constructor Summary |
NFTimeSeries()
Constructs a default time series |
NFTimeSeries(java.util.Hashtable state)
Constructs a time series using CDL parameters |
|
Method Summary |
java.lang.String |
getCDLActiveLabels(int index)
Returns the CDL that represents the active labels for the given set |
java.lang.String |
getCDLAppearance()
Returns the CDL that represents the appearance for each set |
java.lang.String |
getCDLAxisMap()
Returns the CDL that represents the axis map for each set |
java.util.Vector |
getCDLVector()
NFTimeSeries is a compound object representing multiple CDL parameters. |
| Methods inherited from class netcharts.pro.common.NFVector |
addElement, addElement, clone, elementAt, elementAt, getCDL, getCDL, getCDL, getCDLHasTuples, getCDLKeyValues, getCDLKeyValuesHasPoints, getMaxDimensions, getQuoteStrings, getSize, loadDataModel, loadDataModel, loadDataModel, removeElementAt, reset, setCDL, setCDLHasTuples, setCDLNullString, setElementAt, setQuoteStrings, setSize, size, skipNulls, toArray, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NFTimeSeries
public NFTimeSeries()
- Constructs a default time series
NFTimeSeries
public NFTimeSeries(java.util.Hashtable state)
- Constructs a time series using CDL parameters
- Parameters:
state - Hashtable containing CDL parameters.
getCDLAppearance
public java.lang.String getCDLAppearance()
- Returns the CDL that represents the appearance for each set
- Returns:
- appearance
getCDLAxisMap
public java.lang.String getCDLAxisMap()
- Returns the CDL that represents the axis map for each set
- Returns:
- axis mappings
getCDLActiveLabels
public java.lang.String getCDLActiveLabels(int index)
- Returns the CDL that represents the active labels for the given set
- Parameters:
index - Set index- Returns:
- the CDL
getCDLVector
public java.util.Vector getCDLVector()
- NFTimeSeries is a compound object representing multiple CDL parameters. This
method returns a vector containing CDL representations for all modified attributes
described in this NFTimeSeries
- Returns:
- Vector of NFKeyValue objects
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2006 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: Apr 14, 2006 |