NetCharts Pro

Uses of Class
netcharts.pro.common.NFRegion

Packages that use NFRegion
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.diagram Main interface for working with diagram 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.charts.time Main interface for working with time 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 NFRegion in netcharts.pro.charts.bubble
 

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

Methods in netcharts.pro.charts.bubble with parameters of type NFRegion
 void NFBubblechart.setLineValueLabelRegion(NFRegion lineValueRegion)
          Set the text background style to use for line labels.
 

Uses of NFRegion in netcharts.pro.charts.combo
 

Methods in netcharts.pro.charts.combo that return NFRegion
 NFRegion NFCombochart.getBarValueLabelRegion()
          Get the text background style to use for labeling bars in this barset.
 

Methods in netcharts.pro.charts.combo with parameters of type NFRegion
 void NFCombochart.setBarValueLabelRegion(NFRegion barValueRegion)
          Set the text background style to use for labeling bars in this barset.
 

Uses of NFRegion in netcharts.pro.charts.diagram
 

Methods in netcharts.pro.charts.diagram that return NFRegion
 NFRegion NFNode.getRegion()
          Gets the region style for the node
 

Methods in netcharts.pro.charts.diagram with parameters of type NFRegion
 void NFDiagramchart.addNode(java.lang.String text, int x, int y, NFTextStyle style, NFRegion region)
          Adds a diagram node
 void NFDiagramchart.addNode(java.lang.String nodeName, java.lang.String text, int x, int y, NFTextStyle style, NFRegion region)
          Adds a diagram node
 void NFNode.setRegion(NFRegion region)
          Sets the region style for the node
 

Uses of NFRegion in netcharts.pro.charts.multipie
 

Methods in netcharts.pro.charts.multipie that return NFRegion
 NFRegion NFPie.getBackground()
          Returns the pie background
 NFRegion NFPieTitle.getRegion()
          Get the pie title background region
 

Methods in netcharts.pro.charts.multipie with parameters of type NFRegion
 void NFPie.setBackground(NFRegion background)
          Set the pie background
 void NFPieTitle.setRegion(NFRegion region)
          Set the pie title background region
 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 NFRegion
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, NFRegion region)
          Constructs a pie title object with the specified text, style and background region
 

Uses of NFRegion in netcharts.pro.charts.pareto
 

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

Methods in netcharts.pro.charts.pareto with parameters of type NFRegion
 void NFParetochart.setCumulativeLineValueLabelRegion(NFRegion cumulativeLineValueRegion)
          Set the text background style to use for cumulative line labels.
 

Uses of NFRegion in netcharts.pro.charts.pie
 

Methods in netcharts.pro.charts.pie that return NFRegion
 NFRegion NFSliceLabel.getRegion()
          Get background style
 

Methods in netcharts.pro.charts.pie with parameters of type NFRegion
 void NFSliceLabel.setRegion(NFRegion region)
          Set background style
 

Uses of NFRegion in netcharts.pro.charts.polar
 

Methods in netcharts.pro.charts.polar that return NFRegion
 NFRegion NFPolarchart.getLineValueLabelRegion()
          Get the text background style to use for line labels.
 

Methods in netcharts.pro.charts.polar with parameters of type NFRegion
 void NFPolarchart.setLineValueLabelRegion(NFRegion lineValueRegion)
          Set the text background style to use for line labels.
 

Uses of NFRegion in netcharts.pro.charts.radar
 

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

Methods in netcharts.pro.charts.radar with parameters of type NFRegion
 void NFRadarchart.setLineValueLabelRegion(NFRegion lineValueRegion)
          Set the text background style to use for line labels.
 

Uses of NFRegion in netcharts.pro.charts.strip
 

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

Methods in netcharts.pro.charts.strip with parameters of type NFRegion
 void NFStripchart.setLineValueLabelRegion(NFRegion lineValueRegion)
          Set the text background style to use for line labels.
 

Uses of NFRegion in netcharts.pro.charts.time
 

Methods in netcharts.pro.charts.time that return NFRegion
 NFRegion NFTimeSet.getDefaultRegion()
          Set the default background element for time periods.
 

Methods in netcharts.pro.charts.time with parameters of type NFRegion
 void NFTimeSet.setDefaultRegion(NFRegion defaultRegion)
          Set the default background element for time periods.
 

Uses of NFRegion in netcharts.pro.common
 

Methods in netcharts.pro.common that return NFRegion
 NFRegion NFGraph.getBackgroundRegion()
          Returns the chart background region.
 NFRegion NFTitle.getRegion()
          Return title region
 NFRegion NFNoteSet.getRegion()
          Returns the region used by this noteset
 NFRegion NFLegend.getRegion()
          Gets the NFRegion object (background characteristics) object for this legend.
 NFRegion NFDwell.getRegion()
          Return dwell region
 

Methods in netcharts.pro.common with parameters of type NFRegion
 void NFGraph.setBackgroundRegion(NFRegion backgroundRegion)
          Sets the chart background region.
 void NFTitle.setRegion(NFRegion region)
          Set region for this title.
 void NFNoteSet.setRegion(NFRegion region)
          Set region to use for the noteset
 void NFLegend.setRegion(NFRegion region)
          Explicitly sets the NFRegion (background characteristics) object for this legend.
 void NFDwell.setRegion(NFRegion region)
          Set region for this dwell object.
 

Constructors in netcharts.pro.common with parameters of type NFRegion
NFDwell(NFModalLabel label, NFRegion region)
          Constructs a dwell object using the given NFModalLabel text object and background NFRegion object.
NFLegend(NFLabel label, NFRegion region)
          Constructs a legend object using the given NFLabel 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.
NFTitle(NFLabel label, NFRegion region)
          Constructs a title object using the given NFLabel text object and background NFRegion object.
 

Uses of NFRegion in netcharts.pro.common.barset
 

Methods in netcharts.pro.common.barset that return NFRegion
 NFRegion NFAbstractBarchart.getBarValueLabelRegion()
          Get the text background style to use for labeling bars in this barset.
 

Methods in netcharts.pro.common.barset with parameters of type NFRegion
 void NFAbstractBarchart.setBarValueLabelRegion(NFRegion barValueRegion)
          Set the text background style to use for labeling bars in this barset.
 

Uses of NFRegion in netcharts.pro.common.lineset
 

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

Methods in netcharts.pro.common.lineset with parameters of type NFRegion
 void NFAbstractLineChart.setLineValueLabelRegion(NFRegion lineValueRegion)
          Set the text background style to use for line labels.
 

Uses of NFRegion in netcharts.pro.common.rectangular
 

Subclasses of NFRegion in netcharts.pro.common.rectangular
 class NFGridBackground
          This object is used to define a grid's background color or image properties.
 

Methods in netcharts.pro.common.rectangular that return NFRegion
 NFRegion NFAxis.getTitleRegion()
          Get the background element for the axis title
 

Methods in netcharts.pro.common.rectangular with parameters of type NFRegion
 void NFAxis.setTitleRegion(NFRegion titleRegion)
          Set the background element for the axis title
 


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