NetCharts Pro

Uses of Class
netcharts.pro.common.NFRegion

Packages that use NFRegion
netcharts.pro.charts.bar Main interface for working with the barchart 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.diagram Main interface for working with the diagram 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.strip Main interface for working with the stripchart object. 
netcharts.pro.charts.time Main interface for working with the timechart object. 
netcharts.pro.common Provides general use classes for chart objects and utilities. 
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.bar
 

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

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

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 NFNode.setRegion(NFRegion region)
          Sets the region style for the node
 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
 

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.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 NFDwell.getRegion()
          Return dwell region
 NFRegion NFLegend.getRegion()
          Gets the NFRegion object (background characteristics) object for this legend.
 

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 NFDwell.setRegion(NFRegion region)
          Set region for this dwell object.
 void NFLegend.setRegion(NFRegion region)
          Explicitly sets the NFRegion (background characteristics) object for this legend.
 

Constructors in netcharts.pro.common with parameters of type NFRegion
NFTitle(NFLabel label, NFRegion region)
          Constructs a title object using the given NFLabel text object and background NFRegion object.
NFNoteSet(NFModalLabel label, NFRegion region, NFAxisMap axisMap)
          Constructs a note set with the given label, region, and axis map.
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.
 

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.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2004
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: Apr 1, 2004