netcharts.pro.common.lineset
Class NFLineSeries
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
|
+--netcharts.pro.common.NFVector
|
+--netcharts.pro.common.lineset.NFLineSeries
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- NFBubbleSeries, NFStripLineSeries
- public class NFLineSeries
- extends NFVector
The NFLineSeries is used to maintain a list of LineSet objects for a
particular chart. This object rarely needs to be instantiated
or accessed directly.
|
Constructor Summary |
NFLineSeries()
Constructs a default line series |
NFLineSeries(java.util.Hashtable state)
Constructs a line series using CDL parameters |
NFLineSeries(java.util.Hashtable state,
boolean isCombo)
Constructs a line series using CDL parameters |
|
Method Summary |
java.util.Vector |
getCDLVector()
NFLineSeries is a compound object representing multiple CDL parameters. |
void |
isCombo(boolean isCombo)
Returns whether the line based chart represents a combo based chart |
void |
set2D(boolean two_d)
Set this line series for 2D data. |
| 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 |
NFLineSeries
public NFLineSeries()
- Constructs a default line series
NFLineSeries
public NFLineSeries(java.util.Hashtable state,
boolean isCombo)
- Constructs a line series using CDL parameters
- Parameters:
state - Hashtable containing CDL parameters.isCombo - Whether or not the NFLineSeries is used within a Combo chart.
NFLineSeries
public NFLineSeries(java.util.Hashtable state)
- Constructs a line series using CDL parameters
- Parameters:
state - Hashtable containing CDL parameters.
isCombo
public void isCombo(boolean isCombo)
- Returns whether the line based chart represents a combo based chart
- Returns:
true is the chart represents a combo based chart, false otherwise
set2D
public void set2D(boolean two_d)
- Set this line series for 2D data. Certain chart types
(xy, combo, stock) require 2d points when rendering.
This method is for internal use only.
getCDLVector
public java.util.Vector getCDLVector()
- NFLineSeries is a compound object representing multiple CDL parameters. This
method returns a vector containing CDL representations for all modified attributes
described in this NFLineSeries
- 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 - 2005 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: Feb 1, 2005 |