|
NetCharts Pro | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NFParamException | |
| netcharts.pro.charts.box | Main interface for working with the boxchart object. |
| netcharts.pro.charts.bubble | Main interface for working with the bubblechart object. |
| netcharts.pro.charts.combo | Main interface for working with the combochart object. |
| netcharts.pro.charts.dial | Main interface for working with the dialchart object. |
| netcharts.pro.charts.pie | Main interface for working with the piechart object. |
| netcharts.pro.charts.radar | Main interface for working with the radarchart object. |
| netcharts.pro.charts.stock | Main interface for working with the stockchart object. |
| netcharts.pro.charts.strip | Main interface for working with the stripchart object. |
| netcharts.pro.charts.time | Main interface for working with the timechart object. |
| netcharts.pro.charts.xy | Main interface for working with the xychart object. |
| netcharts.pro.common | Provides general use classes for chart objects and utilities. |
| netcharts.pro.common.lineset | Classes for manipulating linesets. |
| Uses of NFParamException in netcharts.pro.charts.box |
| Methods in netcharts.pro.charts.box that throw NFParamException | |
void |
NFBoxchart.setBoxSeries(NFBoxSeries boxSeries)
Set the box series. |
| Uses of NFParamException in netcharts.pro.charts.bubble |
| Methods in netcharts.pro.charts.bubble that throw NFParamException | |
void |
NFBubblechart.addBubbleSet(NFBubbleSet bubbleSet)
Adds a bubble set to the current list of bubblesets. |
void |
NFBubblechart.setBubbleSeries(NFBubbleSeries bubbleSeries)
Set the bubble series. |
| Uses of NFParamException in netcharts.pro.charts.combo |
| Methods in netcharts.pro.charts.combo that throw NFParamException | |
void |
NFCombochart.setLineSeries(NFLineSeries lineSeries)
Set the line series. |
void |
NFCombochart.setDataLabels(NFVector dataLabels)
Set the labels to be displayed under each bar. |
void |
NFCombochart.setBarActiveLabels(NFVector barActiveLabels)
Set active labels to be associated with each bar data label. |
void |
NFCombochart.setBarSeries(NFBarSeries barSeries)
Set the bar series. |
void |
NFCombochart.setDrawOrder(int[] drawOrder)
Set the draw order. |
| Uses of NFParamException in netcharts.pro.charts.dial |
| Methods in netcharts.pro.charts.dial that throw NFParamException | |
void |
NFDialchart.addDial(NFDial dial)
Adds a dial to the dial series. |
void |
NFDialchart.setDial(NFDial dial)
Sets a dial object for this chart. |
void |
NFDialchart.setDialSeries(NFDialSeries dialSeries)
Sets the dial objects for this chart. |
| Uses of NFParamException in netcharts.pro.charts.pie |
| Methods in netcharts.pro.charts.pie that throw NFParamException | |
void |
NFPiechart.setMinWidth(int minWidth)
Set the minimum width of the Piechart. |
int |
NFPiechart.getMinWidth()
Gets the minimum width of the Piechart. |
void |
NFPiechart.setMinHeight(int minHeight)
Set the minimum height of the Piechart. |
void |
NFPiechart.setMaxHeight(int maxHeight)
Set the maximum height of the Piechart. |
void |
NFPiechart.setMaxWidth(int maxWidth)
Set the maximum width of the Piechart. |
void |
NFPiechart.setPieSize(int minWidth,
int minHeight,
int maxWidth,
int maxHeight)
Set the minimum and maximum size of the Piechart. |
void |
NFPiechart.setDataSet(NFVector dataSet)
Set data set |
void |
NFPiechart.setDataLabels(NFVector dataLabels)
Set data labels |
void |
NFPiechart.setSlicePos(NFVector slicePos)
Set slice positions |
void |
NFPiechart.setActiveLabels(NFVector activeLabels)
Set active labels |
void |
NFPiechart.setSliceFillPatterns(NFVector sliceFillPatterns)
Set slice fill patterns |
void |
NFPiechart.setSliceColors(NFVector sliceColors)
Set slice colors |
| Uses of NFParamException in netcharts.pro.charts.radar |
| Methods in netcharts.pro.charts.radar that throw NFParamException | |
void |
NFRadarchart.addAxis(NFRadialAxis axis)
Adds a axis to the current list of radial axes. |
void |
NFRadarchart.addAxis(java.lang.String axisName,
double min,
double max,
double step)
Adds a axis to the current list of radial axes. |
void |
NFRadarchart.setAxisSeries(NFRadialAxisSeries axisSeries)
Sets the radial axis series. |
void |
NFRadarchart.setGridSeries(NFVector gridSeries)
Sets the grid objects for this chart. |
void |
NFRadarchart.setRadarSquare(boolean radarSquare)
Set radar square |
void |
NFRadarchart.setLineSeries(NFRadialLineSeries lineSeries)
Set the line series. |
| Uses of NFParamException in netcharts.pro.charts.stock |
| Methods in netcharts.pro.charts.stock that throw NFParamException | |
void |
NFStockchart.setStockSeries(NFStockSeries stockSeries)
Set the stock series. |
| Uses of NFParamException in netcharts.pro.charts.strip |
| Methods in netcharts.pro.charts.strip that throw NFParamException | |
void |
NFStripchart.setLineSeries(NFStripLineSeries lineSeries)
Set the line series. |
| Uses of NFParamException in netcharts.pro.charts.time |
| Methods in netcharts.pro.charts.time that throw NFParamException | |
void |
NFTimechart.setTimeSeries(NFTimeSeries timeSeries)
Set the time series. |
| Uses of NFParamException in netcharts.pro.charts.xy |
| Methods in netcharts.pro.charts.xy that throw NFParamException | |
void |
NFXYchart.setLineSeries(NFLineSeries lineSeries)
Set the line series. |
| Uses of NFParamException in netcharts.pro.common |
| Methods in netcharts.pro.common that throw NFParamException | |
void |
NFGraph.setDwellOffset(int dwellOffset)
Sets the dwell offset for the chart. |
void |
NFGraph.set(java.lang.Object expr)
Deprecated. The "set" methods are only included to assist developers that are migrating previously developed project using older Visual Mining products to NetCharts Pro. The "set" methods should only be used in the interim of converting to the NetCharts Pro API. Properties modified using the "set" methods will not be mirrored in the object representation of the chart (i.e. the NetCharts Pro API representation). Any future development should NOT use the "set" methods. No guarantee is given as to how long the set API will be included in future products. |
void |
NFGraph.set(java.lang.String param,
java.lang.Object val)
Deprecated. The "set" methods are only included to assist developers that are migrating previously developed projects using older Visual Mining products to NetCharts Pro. The "set" methods should only be used in the interim of converting to the NetCharts Pro API. Properties modified using the "set" methods will not be mirrored in the object representation of the chart (i.e. the NetCharts Pro API representation). Any future development should NOT use the "set" methods. No guarantee is given as to how long the set API will be included in future products. |
void |
NFGraph.set(java.lang.String param,
int itemIndex,
java.lang.Object val)
Deprecated. The "set" methods are only included to assist developers that are migrating previously developed projects using older Visual Mining products to NetCharts Pro. The "set" methods should only be used in the interim of converting to the NetCharts Pro API. Properties modified using the "set" methods will not be mirrored in the object representation of the chart (i.e. the NetCharts Pro API representation). Any future development should NOT use the "set" methods. No guarantee is given as to how long the set API will be included in future products. |
void |
NFGraph.set(java.lang.String param,
int itemIndex,
int attrIndex,
java.lang.Object val)
Deprecated. The "set" methods are only included to assist developers that are migrating previously developed projects using older Visual Mining products to NetCharts Pro. The "set" methods should only be used in the interim of converting to the NetCharts Pro API. Properties modified using the "set" methods will not be mirrored in the object representation of the chart (i.e. the NetCharts Pro API representation). Any future development should NOT use the "set" methods. No guarantee is given as to how long the set API will be included in future products. |
void |
NFGraph.set(java.lang.String param,
java.lang.Object itemKey,
java.lang.Object val)
Deprecated. The "set" methods are only included to assist developers that are migrating previously developed projects using older Visual Mining products to NetCharts Pro. The "set" methods should only be used in the interim of converting to the NetCharts Pro API. Properties modified using the "set" methods will not be mirrored in the object representation of the chart (i.e. the NetCharts Pro API representation). Any future development should NOT use the "set" methods. No guarantee is given as to how long the set API will be included in future products. |
void |
NFGraph.set(java.lang.String param,
java.lang.Object itemKey,
java.lang.Object attrKey,
java.lang.Object val)
Deprecated. The "set" methods are only included to assist developers that are migrating previously developed projects using older Visual Mining products to NetCharts Pro. The "set" methods should only be used in the interim of converting to the NetCharts Pro API. Properties modified using the "set" methods will not be mirrored in the object representation of the chart (i.e. the NetCharts Pro API representation). Any future development should NOT use the "set" methods. No guarantee is given as to how long the set API will be included in future products. |
| Uses of NFParamException in netcharts.pro.common.lineset |
| Methods in netcharts.pro.common.lineset that throw NFParamException | |
void |
NFAbstractLineChart.setLineSeries(NFLineSeries lineSeries)
Set the line series. |
|
NetCharts Pro | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2004 |
Last Modified: Apr 1, 2004 |