NetCharts Pro

Uses of Class
netcharts.pro.common.NFModalLabel

Packages that use NFModalLabel
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.heatmap Main interface for working with Heat Map charts. 
netcharts.pro.charts.multipie Main interface for working with MultiPie 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.strip Main interface for working with strip charts. 
netcharts.pro.common Provides general use classes for chart objects and utilities. 
netcharts.pro.common.barset Classes for manipulating barsets. 
netcharts.pro.common.lineset Classes for manipulating linesets. 
netcharts.pro.common.rectangular Common classes for charts that have rectangular axes. 
 

Uses of NFModalLabel in netcharts.pro.charts.bubble
 

Methods in netcharts.pro.charts.bubble that return NFModalLabel
 NFModalLabel NFBubblechart.getLineValueLabel()
          Get the text style to use for line labels.
 

Methods in netcharts.pro.charts.bubble with parameters of type NFModalLabel
 void NFBubblechart.setLineValueLabel(NFModalLabel lineValueLabel)
          Set the text style to use for line labels.
 

Uses of NFModalLabel in netcharts.pro.charts.combo
 

Methods in netcharts.pro.charts.combo that return NFModalLabel
 NFModalLabel NFCombochart.getBarValueLabel()
          Get the text style to use for labeling bars.
 NFModalLabel NFCombochart.getZAxisLabels()
          Returns the text style and value to use for labeling the Z Axis.
 

Methods in netcharts.pro.charts.combo with parameters of type NFModalLabel
 void NFCombochart.setBarValueLabel(NFModalLabel barValueLabel)
          Set the text style to use for labeling bars in this barset.
 void NFCombochart.setZAxisLabels(NFModalLabel zAxisLabel)
          Set the text style and value to use for labeling the Z Axis.
 

Uses of NFModalLabel in netcharts.pro.charts.heatmap
 

Methods in netcharts.pro.charts.heatmap that return NFModalLabel
 NFModalLabel NFHeatmapchart.getGridBlockLabel(int labelPosition)
          Get the grid label text style for the specified label position.
 

Methods in netcharts.pro.charts.heatmap with parameters of type NFModalLabel
 void NFHeatmapchart.setGridBlockLabel(int labelPosition, NFModalLabel labelStyle)
          Set the grid label text style for the specified label position.
 

Uses of NFModalLabel in netcharts.pro.charts.multipie
 

Methods in netcharts.pro.charts.multipie that return NFModalLabel
 NFModalLabel NFPieTitle.getLabel()
          Get the pie title text style.
 

Methods in netcharts.pro.charts.multipie with parameters of type NFModalLabel
 void NFPieTitle.setLabel(NFModalLabel label)
          Set the pie title text style.
 void NFPie.setTitle(java.lang.String titleText, NFModalLabel titleLabel, NFRegion titleRegion)
          Set the pie title attributes (text, text style, background region)
 

Constructors in netcharts.pro.charts.multipie with parameters of type NFModalLabel
NFPie(java.lang.String titleText, NFModalLabel titleLabel, NFRegion titleRegion)
          Constructs a pie object with the specified title text, title style and title background region.
NFPieTitle(java.lang.String text, NFModalLabel label)
          Constructs a pie title object with the specified text and text style
NFPieTitle(java.lang.String text, NFModalLabel label, NFRegion region)
          Constructs a pie title object with the specified text, style and background region
 

Uses of NFModalLabel in netcharts.pro.charts.pareto
 

Methods in netcharts.pro.charts.pareto that return NFModalLabel
 NFModalLabel NFParetochart.getCumulativeLineValueLabel()
          Get the text style to use for cumulative line labels.
 

Methods in netcharts.pro.charts.pareto with parameters of type NFModalLabel
 void NFParetochart.setCumulativeLineValueLabel(NFModalLabel cumulativeLineValueLabel)
          Set the text style to use for cumulative line labels.
 

Uses of NFModalLabel in netcharts.pro.charts.pie
 

Methods in netcharts.pro.charts.pie that return NFModalLabel
 NFModalLabel NFSliceLabel.getLabel()
          Get the text style.
 

Methods in netcharts.pro.charts.pie with parameters of type NFModalLabel
 void NFSliceLabel.setLabel(NFModalLabel label)
          Set text style.
 

Uses of NFModalLabel in netcharts.pro.charts.polar
 

Methods in netcharts.pro.charts.polar that return NFModalLabel
 NFModalLabel NFPolarchart.getLabel()
          Gets the exterior label style.
 NFModalLabel NFPolarchart.getLineValueLabel()
          Get the text style to use for line labels.
 

Methods in netcharts.pro.charts.polar with parameters of type NFModalLabel
 void NFPolarchart.setLabel(NFModalLabel label)
          Sets the exterior label style.
 void NFPolarchart.setLineValueLabel(NFModalLabel lineValueLabel)
          Set the text style to use for line labels.
 

Uses of NFModalLabel in netcharts.pro.charts.radar
 

Methods in netcharts.pro.charts.radar that return NFModalLabel
 NFModalLabel NFRadarchart.getLineValueLabel()
          Get the text style to use for line labels.
 

Methods in netcharts.pro.charts.radar with parameters of type NFModalLabel
 void NFRadarchart.setLineValueLabel(NFModalLabel lineValueLabel)
          Set the text style to use for line labels.
 

Uses of NFModalLabel in netcharts.pro.charts.strip
 

Methods in netcharts.pro.charts.strip that return NFModalLabel
 NFModalLabel NFStripchart.getLineValueLabel()
          Get the text style to use for line labels.
 

Methods in netcharts.pro.charts.strip with parameters of type NFModalLabel
 void NFStripchart.setLineValueLabel(NFModalLabel lineValueLabel)
          Set the text style to use for line labels.
 

Uses of NFModalLabel in netcharts.pro.common
 

Methods in netcharts.pro.common that return NFModalLabel
 NFModalLabel NFNoteSet.getLabel()
          Returns the label used by this set
 NFModalLabel NFDwell.getLabel()
          Return dwell label
 

Methods in netcharts.pro.common with parameters of type NFModalLabel
 void NFNoteSet.setLabel(NFModalLabel label)
          Set label to use for the noteset
 void NFDwell.setLabel(NFModalLabel label)
          Set label for this dwell object
 

Constructors in netcharts.pro.common with parameters of type NFModalLabel
NFDwell(NFModalLabel label, NFRegion region)
          Constructs a dwell object using the given NFModalLabel text object and background NFRegion object.
NFNoteSet(NFModalLabel label, NFRegion region)
          Constructs a note set with the given label and region.
NFNoteSet(NFModalLabel label, NFRegion region, NFAxisMap axisMap)
          Constructs a note set with the given label, region, and axis map.
 

Uses of NFModalLabel in netcharts.pro.common.barset
 

Methods in netcharts.pro.common.barset that return NFModalLabel
 NFModalLabel NFAbstractBarchart.getBarValueLabel()
          Get the text style to use for labeling bars in this barset.
 NFModalLabel NFAbstractBarchart.getZAxisLabels()
          Returns the text style and value to use for labeling the Z Axis.
 

Methods in netcharts.pro.common.barset with parameters of type NFModalLabel
 void NFAbstractBarchart.setBarValueLabel(NFModalLabel barValueLabel)
          Set the text style to use for labeling bars in this barset.
 void NFAbstractBarchart.setZAxisLabels(NFModalLabel zAxisLabel)
          Set the text style and value to use for labeling the Z Axis.
 

Uses of NFModalLabel in netcharts.pro.common.lineset
 

Methods in netcharts.pro.common.lineset that return NFModalLabel
 NFModalLabel NFAbstractLineChart.getLineValueLabel()
          Get the text style to use for line labels.
 

Methods in netcharts.pro.common.lineset with parameters of type NFModalLabel
 void NFAbstractLineChart.setLineValueLabel(NFModalLabel lineValueLabel)
          Set the text style to use for line labels.
 

Uses of NFModalLabel in netcharts.pro.common.rectangular
 

Methods in netcharts.pro.common.rectangular that return NFModalLabel
 NFModalLabel NFAxis.getTicLabel()
          Gets the axis tic label style.
 

Methods in netcharts.pro.common.rectangular with parameters of type NFModalLabel
 void NFAxis.setTicLabel(NFModalLabel ticLabel)
          Sets the axis tic label style.
 


NetCharts Pro


Visual Mining, Inc.
2099 Gaither Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2011
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: Jun 28, 2011