|
NetCharts Pro | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NFParamException | |
| netcharts.pro.charts.box | Main interface for working with box charts. |
| netcharts.pro.charts.bubble | Main interface for working with bubble charts. |
| netcharts.pro.charts.combo | Main interface for working with combo charts. |
| netcharts.pro.charts.dial | Main interface for working with dial charts. |
| netcharts.pro.charts.pie | Main interface for working with pie charts. |
| netcharts.pro.charts.polar | Main interface for working with polar charts. |
| netcharts.pro.charts.radar | Main interface for working with radar charts. |
| netcharts.pro.charts.stock | Main interface for working with stock charts. |
| netcharts.pro.charts.strip | Main interface for working with strip charts. |
| netcharts.pro.charts.time | Main interface for working with time charts. |
| netcharts.pro.charts.xy | Main interface for working with X-Y charts. |
| netcharts.pro.common | Provides general use classes for chart objects and utilities. |
| netcharts.pro.common.circular | Classes for manipulating axes and lines for circular based charts. |
| 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. |
void |
NFDialchart.setDialSize(int minWidth,
int minHeight,
int maxWidth,
int maxHeight)
Set the minimum and maximum size of the Dialchart. |
| Uses of NFParamException in netcharts.pro.charts.pie |
| Methods in netcharts.pro.charts.pie that throw NFParamException | |
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.polar |
| Methods in netcharts.pro.charts.polar that throw NFParamException | |
void |
NFPolarchart.addAxis(NFRadialAxis axis)
Adds a axis to the current list of radial axes. |
void |
NFPolarchart.addAxis(double min,
double max,
double step)
Adds a axis to the current list of radial axes. |
void |
NFPolarchart.setAxisSeries(NFRadialAxisSeries axisSeries)
Sets the radial axis series. |
void |
NFPolarchart.setGridSeries(NFVector gridSeries)
Sets the grid objects for this chart. |
void |
NFPolarchart.setPolarSquare(boolean polarSquare)
Set polar square |
void |
NFPolarchart.setPolarScale(NFAxisRange polarScale)
Set the range for all radial axes. |
void |
NFPolarchart.setLabelStep(double labelStep)
Set exterior label step size. |
void |
NFPolarchart.setLineSeries(NFRadialLineSeries lineSeries)
Set the line series. |
void |
NFPolarchart.setPolarSize(int minWidth,
int minHeight,
int maxWidth,
int maxHeight)
Set the minimum and maximum size of the Polarchart. |
| Uses of NFParamException in netcharts.pro.charts.radar |
| Methods in netcharts.pro.charts.radar that throw NFParamException | |
void |
NFRadarchart.addAxis(NFRadialAxis axis)
Adds an axis to the current list of radial axes. |
void |
NFRadarchart.addAxis(java.lang.String axisName,
double min,
double max,
double step)
Adds an 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. |
void |
NFRadarchart.setRadarSize(int minWidth,
int minHeight,
int maxWidth,
int maxHeight)
Set the minimum and maximum size of the Radarchart. |
| 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.circular |
| Methods in netcharts.pro.common.circular that throw NFParamException | |
void |
NFSizedChart.setMinWidth(int minWidth)
Set the minimum width of the chart. |
int |
NFSizedChart.getMinWidth()
Gets the minimum width of the chart. |
void |
NFSizedChart.setMinHeight(int minHeight)
Set the minimum height of the chart. |
void |
NFSizedChart.setMaxHeight(int maxHeight)
Set the maximum height of the chart. |
void |
NFSizedChart.setMaxWidth(int maxWidth)
Set the maximum width of the chart. |
| 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 - 2005 |
Last Modified: Feb 1, 2005 |