NetCharts Pro

netcharts.pro.charts.multipie
Class NFPieSeries

java.lang.Object
  |
  +--netcharts.pro.common.NFBaseClass
        |
        +--netcharts.pro.common.NFVector
              |
              +--netcharts.pro.charts.multipie.NFPieSeries
All Implemented Interfaces:
java.lang.Cloneable

public class NFPieSeries
extends NFVector

The NFPieSeries is used to maintain a list of NFPie objects for the Multi-Pie chart. This object rarely needs to be instantiated or accessed directly.


Constructor Summary
NFPieSeries()
          Constructs a default pie series
NFPieSeries(java.util.Hashtable state)
          Constructs a pie series using CDL parameters
 
Method Summary
 java.lang.String getCDLAngles()
          Returns the CDL that represents the angle for each pie
 java.lang.String getCDLBackgroundRegions()
          Returns the CDL that represents the background regions for each pie
 java.lang.String getCDLTitleLabels()
          Returns the CDL that represents the title text styles for each pie
 java.lang.String getCDLTitleRegions()
          Returns the CDL that represents the title background region for each pie
 java.lang.String getCDLTitleTextStrings()
          Returns the CDL that represents the title labels for each pie
 java.util.Vector getCDLVector()
          NFPieSeries 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 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

NFPieSeries

public NFPieSeries()
Constructs a default pie series

NFPieSeries

public NFPieSeries(java.util.Hashtable state)
Constructs a pie series using CDL parameters
Parameters:
state - Hashtable containing CDL parameters.
Method Detail

getCDLTitleTextStrings

public java.lang.String getCDLTitleTextStrings()
Returns the CDL that represents the title labels for each pie
Returns:
pie title labels CDL

getCDLTitleLabels

public java.lang.String getCDLTitleLabels()
Returns the CDL that represents the title text styles for each pie
Returns:
pie title text styles CDL

getCDLTitleRegions

public java.lang.String getCDLTitleRegions()
Returns the CDL that represents the title background region for each pie
Returns:
pie title background regions CDL

getCDLAngles

public java.lang.String getCDLAngles()
Returns the CDL that represents the angle for each pie
Returns:
pie angles CDL

getCDLBackgroundRegions

public java.lang.String getCDLBackgroundRegions()
Returns the CDL that represents the background regions for each pie
Returns:
pie background regions CDL

getCDLVector

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

NetCharts Pro


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