|
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.pareto | Main interface for working with pareto 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.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.setDataLabels(NFVector dataLabels)
Set the labels to be displayed under each bar. |
void |
NFCombochart.setDrawOrder(int[] drawOrder)
Set the draw order. |
void |
NFCombochart.setLineSeries(NFLineSeries lineSeries)
Set the line series. |
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.pareto |
---|
Methods in netcharts.pro.charts.pareto that throw NFParamException | |
---|---|
void |
NFParetochart.setDrawOrder(int[] drawOrder)
Set the draw order. |
Uses of NFParamException in netcharts.pro.charts.pie |
---|
Methods in netcharts.pro.charts.pie that throw NFParamException | |
---|---|
void |
NFPiechart.setActiveLabels(NFVector activeLabels)
Set active labels |
void |
NFPiechart.setDataSet(NFVector dataSet)
Set data set |
void |
NFAbstractPiechart.setPieSize(int minWidth,
int minHeight,
int maxWidth,
int maxHeight)
Set the minimum and maximum size of the Piechart. |
void |
NFPiechart.setSlicePos(NFVector slicePos)
Set slice positions |
Uses of NFParamException in netcharts.pro.charts.polar |
---|
Methods in netcharts.pro.charts.polar that throw NFParamException | |
---|---|
void |
NFPolarchart.addAxis(double min,
double max,
double step)
Adds a axis to the current list of radial axes. |
void |
NFPolarchart.addAxis(NFRadialAxis axis)
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.setLabelStep(double labelStep)
Set exterior label step size. |
void |
NFPolarchart.setLineSeries(NFRadialLineSeries lineSeries)
Set the line series. |
void |
NFPolarchart.setPolarScale(NFAxisRange polarScale)
Set the range for all radial axes. |
void |
NFPolarchart.setPolarSize(int minWidth,
int minHeight,
int maxWidth,
int maxHeight)
Set the minimum and maximum size of the Polarchart. |
void |
NFPolarchart.setPolarSquare(boolean polarSquare)
Set polar square |
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.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. |
void |
NFRadarchart.setRadarSquare(boolean radarSquare)
Set radar square |
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.set(java.lang.Object expr)
Parses the given CDL parameter expression. |
void |
NFGraph.set(java.lang.String param,
int itemIndex,
int attrIndex,
java.lang.Object val)
Set the data value for a specific attribute within a TUPLE VECTOR. |
void |
NFGraph.set(java.lang.String param,
int itemIndex,
java.lang.Object val)
Set the data value for a specific attribute or item within a TUPLE or VECTOR parameter, based on the itemIndex given. |
void |
NFGraph.set(java.lang.String param,
java.lang.Object val)
Set the data value for the given parameter. |
void |
NFGraph.set(java.lang.String param,
java.lang.Object itemKey,
java.lang.Object val)
Set the data value for a specific attribute or item within a TUPLE or VECTOR parameter, based on the given itemKey. |
void |
NFGraph.set(java.lang.String param,
java.lang.Object itemKey,
java.lang.Object attrKey,
java.lang.Object val)
Set the data value for a specific attribute within a TUPLE VECTOR. |
void |
NFGraph.setDwellOffset(int dwellOffset)
Sets the dwell offset for the chart. |
Uses of NFParamException in netcharts.pro.common.circular |
---|
Methods in netcharts.pro.common.circular that throw NFParamException | |
---|---|
void |
NFSizedChart.setMaxHeight(int maxHeight)
Set the maximum height of the chart. |
void |
NFSizedChart.setMaxWidth(int maxWidth)
Set the maximum width of the chart. |
void |
NFSizedChart.setMinHeight(int minHeight)
Set the minimum height of the chart. |
void |
NFSizedChart.setMinWidth(int minWidth)
Set the minimum 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 - 2011 |
Last Modified: Jun 28, 2011 |