|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFBaseClass
netcharts.pro.common.NFVector
netcharts.pro.common.barset.NFBarSeries
public class NFBarSeries
The NFBarSeries is used to maintain a list of BarSet objects for a particular chart. This object rarely needs to be instantiated or accessed directly.
Constructor Summary | |
---|---|
NFBarSeries()
Constructs a default bar series |
|
NFBarSeries(java.util.Hashtable state)
Constructs a bar series using CDL parameters |
|
NFBarSeries(java.util.Hashtable state,
java.util.Properties runtimeProperties)
Constructs a bar 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 |
getCDLBarSymbol()
Returns the CDL that represents the bar symbol for each set |
java.lang.String |
getCDLBarValueLabelStyle()
Returns the CDL that represents the value label style for each set |
java.lang.String |
getCDLFillPattern()
Returns the CDL that represents the fill pattern for each set |
void |
getCDLGroupStackFillPatterns(java.lang.String cdlPrefix,
java.util.Vector v)
Adds an NFKeyValue (containing CDL for the group stack fill patterns) for each set to the Vector. |
void |
getCDLGroupStackRightFillPatterns(java.lang.String cdlPrefix,
java.util.Vector v)
Adds an NFKeyValue (containing CDL for the group stack right fill patterns) for each set to the Vector. |
void |
getCDLGroupStackTopFillPatterns(java.lang.String cdlPrefix,
java.util.Vector v)
Adds an NFKeyValue (containing CDL for the group stack top fill patterns) for each set to the Vector. |
java.lang.String |
getCDLRightFillPattern()
Returns the CDL that represents the right fill pattern for each set |
java.lang.String |
getCDLTopFillPattern()
Returns the CDL that represents the top fill pattern for each set |
java.util.Vector |
getCDLVector()
NFBarSeries is a compound object representing multiple CDL parameters. |
void |
setSaveAsPointBasedCDL(boolean saveAsPointBasedCDL)
Whether CDL values should be saved as point based 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 |
---|
public NFBarSeries()
public NFBarSeries(java.util.Hashtable state)
state
- Hashtable containing CDL parameters.public NFBarSeries(java.util.Hashtable state, java.util.Properties runtimeProperties)
state
- Hashtable containing CDL parameters.runtimeProperties
- Properties containing the runtimeProperties.Method Detail |
---|
public void setSaveAsPointBasedCDL(boolean saveAsPointBasedCDL)
saveAsPointBasedCDL
- public java.lang.String getCDLAppearance()
public java.lang.String getCDLBarValueLabelStyle()
public java.lang.String getCDLBarSymbol()
public java.lang.String getCDLAxisMap()
public java.lang.String getCDLFillPattern()
public java.lang.String getCDLTopFillPattern()
public java.lang.String getCDLRightFillPattern()
public void getCDLGroupStackFillPatterns(java.lang.String cdlPrefix, java.util.Vector v)
cdlPrefix
- CDL prefix for group stack fill patternsv
- Vector where CDL is storedpublic void getCDLGroupStackTopFillPatterns(java.lang.String cdlPrefix, java.util.Vector v)
cdlPrefix
- CDL prefix for group stack top fill patternsv
- Vector where CDL is storedpublic void getCDLGroupStackRightFillPatterns(java.lang.String cdlPrefix, java.util.Vector v)
cdlPrefix
- CDL prefix for group stack right fill patternsv
- Vector where CDL is storedpublic java.lang.String getCDLActiveLabels(int index)
index
- Set index
public java.util.Vector getCDLVector()
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |