NetCharts Pro

netcharts.pro.charts.box
Class NFBoxSeries

java.lang.Object
  extended by netcharts.pro.common.NFBaseClass
      extended by netcharts.pro.common.NFVector
          extended by netcharts.pro.charts.box.NFBoxSeries
All Implemented Interfaces:
java.lang.Cloneable

public class NFBoxSeries
extends NFVector

The NFBoxSeries is used to maintain a list of BoxSet objects for a particular chart. This object rarely needs to be instantiated or accessed directly.


Constructor Summary
NFBoxSeries()
          Constructs a default box series
NFBoxSeries(java.util.Hashtable state)
          Constructs a box 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.lang.String getCDLDataPointsActiveLabels(int index)
          Returns the CDL that represents the data points active labels for the given set
 java.lang.String getCDLDataPointSymbols()
          Returns the CDL that represents the data point for each set.
 java.lang.String getCDLFenceActiveLabels(int index)
          Returns the CDL that represents the fence active labels for the given set
 java.lang.String getCDLFillPattern()
          Returns the CDL that represents the fill pattern for each set
 java.lang.String getCDLMeanSymbols()
          Returns the CDL that represents the mean symbols for each set.
 java.lang.String getCDLOutlierActiveLabels(int index)
          Returns the CDL that represents the mean active labels for the given set
 java.lang.String getCDLOutlierSymbols()
          Returns the CDL that represents the outlier for each set.
 java.util.Vector getCDLVector()
          NFBoxSeries 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, 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

NFBoxSeries

public NFBoxSeries()
Constructs a default box series


NFBoxSeries

public NFBoxSeries(java.util.Hashtable state)
Constructs a box series using CDL parameters

Parameters:
state - Hashtable containing CDL parameters.
Method Detail

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

getCDLFillPattern

public java.lang.String getCDLFillPattern()
Returns the CDL that represents the fill pattern for each set

Returns:
fill patterns

getCDLMeanSymbols

public java.lang.String getCDLMeanSymbols()
Returns the CDL that represents the mean symbols for each set.

Returns:
The CDL that represents the mean symbols for each set.

getCDLOutlierSymbols

public java.lang.String getCDLOutlierSymbols()
Returns the CDL that represents the outlier for each set.

Returns:
The CDL that represents the outlier for each set.

getCDLDataPointSymbols

public java.lang.String getCDLDataPointSymbols()
Returns the CDL that represents the data point for each set.

Returns:
The CDL that represents the data point for each set.

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

getCDLDataPointsActiveLabels

public java.lang.String getCDLDataPointsActiveLabels(int index)
Returns the CDL that represents the data points active labels for the given set

Parameters:
index - Set index
Returns:
the CDL

getCDLFenceActiveLabels

public java.lang.String getCDLFenceActiveLabels(int index)
Returns the CDL that represents the fence active labels for the given set

Parameters:
index - Set index
Returns:
the CDL

getCDLOutlierActiveLabels

public java.lang.String getCDLOutlierActiveLabels(int index)
Returns the CDL that represents the mean active labels for the given set

Parameters:
index - Set index
Returns:
the CDL

getCDLVector

public java.util.Vector getCDLVector()
NFBoxSeries is a compound object representing multiple CDL parameters. This method returns a vector containing CDL representations for all modified attributes described in this NFBoxSeries

Returns:
Vector of NFKeyValue objects

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