NetCharts Pro

Uses of Class
netcharts.pro.common.NFLine

Packages that use NFLine
netcharts.pro.charts.box Main interface for working with box 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.dial Main interface for working with dial charts. 
netcharts.pro.charts.heatmap Main interface for working with Heat Map charts. 
netcharts.pro.charts.pie Main interface for working with pie charts. 
netcharts.pro.charts.radar Main interface for working with radar 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 NFLine in netcharts.pro.charts.box
 

Methods in netcharts.pro.charts.box that return NFLine
 NFLine NFBoxchart.getMeanLine()
          Gets the style of the mean line.
 

Methods in netcharts.pro.charts.box with parameters of type NFLine
 void NFBoxchart.addBoxLimitLineStyle(NFLine lineStyle)
          Adds a style definition to the set of limit line styles.
 void NFBoxchart.setMeanLine(NFLine meanLine)
          Sets the style of the mean line.
 

Uses of NFLine in netcharts.pro.charts.combo
 

Methods in netcharts.pro.charts.combo that return NFLine
 NFLine NFCombochart.getBarBorder()
          Get barBorder for this chart
 

Methods in netcharts.pro.charts.combo with parameters of type NFLine
 void NFCombochart.setBarBorder(NFLine barBorder)
          Set border for this chart
 

Uses of NFLine in netcharts.pro.charts.diagram
 

Subclasses of NFLine in netcharts.pro.charts.diagram
 class NFNodeEdge
          This class is used to define a line between two nodes in a NFDiagramchart.
 

Uses of NFLine in netcharts.pro.charts.dial
 

Methods in netcharts.pro.charts.dial that return NFLine
 NFLine NFDialHand.getBorder()
          Get the border for this hand.
 NFLine NFDialSector.getBorderLine()
          Get the border line style
 NFLine NFDial.getBorderLine()
          Gets the style of the border line
 NFLine NFDialchart.getHandButtonBorder()
          Get the border for the hand button
 

Methods in netcharts.pro.charts.dial with parameters of type NFLine
 void NFDialHand.setBorder(NFLine border)
          Set the border for this hand.
 void NFDialSector.setBorderLine(NFLine borderLine)
          Set the border line style
 void NFDial.setBorderLine(NFLine borderLine)
          Sets the style of the border line
 void NFDialchart.setHandButtonBorder(NFLine handButtonBorder)
          Set the border for the hand button
 

Uses of NFLine in netcharts.pro.charts.heatmap
 

Methods in netcharts.pro.charts.heatmap that return NFLine
 NFLine NFHeatmapchart.getGridBlockLine()
          Get the grid block line attributes (color, style and width).
 

Methods in netcharts.pro.charts.heatmap with parameters of type NFLine
 void NFHeatmapchart.setGridBlockLine(NFLine gridBlockLine)
          Set the grid block line attributes (color, style and width).
 

Uses of NFLine in netcharts.pro.charts.pie
 

Methods in netcharts.pro.charts.pie that return NFLine
 NFLine NFSliceLabel.getLine()
          Get the line style.
 NFLine NFAbstractPiechart.getSliceBorder()
          Get sliceBorder for this pie chart
 

Methods in netcharts.pro.charts.pie with parameters of type NFLine
 void NFSliceLabel.setLine(NFLine line)
          Set the line style for lines connecting the slice to the label.
 void NFAbstractPiechart.setSliceBorder(NFLine sliceBorder)
          Set border for this pie chart
 

Uses of NFLine in netcharts.pro.charts.radar
 

Subclasses of NFLine in netcharts.pro.charts.radar
 class NFRadialGrid
          The NFRadialGrid object describes a single circular grid line, or filled grid line, in a radar chart.
 

Uses of NFLine in netcharts.pro.common
 

Subclasses of NFLine in netcharts.pro.common
 class NFArrowLine
          The NFArrowLine object is used to define lines and shapes used to highlight data items or areas within a chart.
 

Methods in netcharts.pro.common that return NFLine
 NFLine NFFillBorder.getBorder()
           
 NFLine NFLegend.getItemBorder()
          Returns the line representing the border outlines of the legend item symbols.
 

Methods in netcharts.pro.common with parameters of type NFLine
 void NFFillBorder.setBorder(NFLine border)
           
 void NFLegend.setItemBorder(NFLine legendItemBorder)
          Explicitly define the border outline of all legend item symbols.
 

Constructors in netcharts.pro.common with parameters of type NFLine
NFFillBorder(java.awt.Color fillColor, NFLine border)
          Construct a NFFillBorder given the fill color and line style
 

Uses of NFLine in netcharts.pro.common.barset
 

Methods in netcharts.pro.common.barset that return NFLine
 NFLine NFAbstractBarchart.getBarBorder()
          Returns the bar border for this bar chart
 

Methods in netcharts.pro.common.barset with parameters of type NFLine
 void NFAbstractBarchart.setBarBorder(NFLine barBorder)
          Set border for this bar chart
 

Uses of NFLine in netcharts.pro.common.lineset
 

Subclasses of NFLine in netcharts.pro.common.lineset
 class NFLineSetLine
          The NFLineSetLine object is throughout several different chart types to define data lines.
 

Uses of NFLine in netcharts.pro.common.rectangular
 

Subclasses of NFLine in netcharts.pro.common.rectangular
 class NFGridLine
          This object is used to define a grid's line 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