NetCharts Pro

Uses of Class
netcharts.pro.common.NFGraph

Packages that use NFGraph
netcharts.pro.charts.bar Main interface for working with the barchart object. 
netcharts.pro.charts.box Main interface for working with the boxchart 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.dial Main interface for working with the dialchart object. 
netcharts.pro.charts.line Main interface for working with the linechart 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.stock Main interface for working with the stockchart 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.charts.xy Main interface for working with the xychart 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. 
netcharts.pro.common.zoomable   
netcharts.pro.util   
 

Uses of NFGraph in netcharts.pro.charts.bar
 

Subclasses of NFGraph in netcharts.pro.charts.bar
 class NFBarchart
          Barchart object.
 

Uses of NFGraph in netcharts.pro.charts.box
 

Subclasses of NFGraph in netcharts.pro.charts.box
 class NFBoxchart
          Boxchart object.
 

Uses of NFGraph in netcharts.pro.charts.bubble
 

Subclasses of NFGraph in netcharts.pro.charts.bubble
 class NFBubblechart
          Bubble chart object.
 

Uses of NFGraph in netcharts.pro.charts.combo
 

Subclasses of NFGraph in netcharts.pro.charts.combo
 class NFCombochart
          Combo chart object.
 

Uses of NFGraph in netcharts.pro.charts.diagram
 

Subclasses of NFGraph in netcharts.pro.charts.diagram
 class NFDiagramchart
          Diagramchart object.
 

Uses of NFGraph in netcharts.pro.charts.dial
 

Subclasses of NFGraph in netcharts.pro.charts.dial
 class NFDialchart
          The dialchart is based on a circle that has 0 degrees as North.
 

Uses of NFGraph in netcharts.pro.charts.line
 

Subclasses of NFGraph in netcharts.pro.charts.line
 class NFLinechart
          Linechart object.
 

Uses of NFGraph in netcharts.pro.charts.pie
 

Subclasses of NFGraph in netcharts.pro.charts.pie
 class NFPiechart
          Piechart object.
 

Uses of NFGraph in netcharts.pro.charts.radar
 

Subclasses of NFGraph in netcharts.pro.charts.radar
 class NFRadarchart
          Radarchart object.
 

Uses of NFGraph in netcharts.pro.charts.stock
 

Subclasses of NFGraph in netcharts.pro.charts.stock
 class NFStockchart
          Stock chart object.
 

Uses of NFGraph in netcharts.pro.charts.strip
 

Subclasses of NFGraph in netcharts.pro.charts.strip
 class NFStripchart
          Strip Charts are ideal for displaying time based data that is periodically updated.
 

Uses of NFGraph in netcharts.pro.charts.time
 

Subclasses of NFGraph in netcharts.pro.charts.time
 class NFTimechart
          Timechart object.
 

Uses of NFGraph in netcharts.pro.charts.xy
 

Subclasses of NFGraph in netcharts.pro.charts.xy
 class NFXYchart
          XY chart object.
 

Uses of NFGraph in netcharts.pro.common
 

Methods in netcharts.pro.common that return NFGraph
static NFGraph NFGraph.getGraphFromTemplate(java.io.File template)
          This method is a convenience function that allows any chart object to be created based on the given template.
static NFGraph NFGraph.getGraphFromTemplate(java.io.File template, java.lang.String documentBase, java.util.Properties runtimeProperties)
          This method is a convenience function that allows any chart object to be created based on the given template.
static NFGraph NFGraph.getGraphFromTemplate(java.net.URL template)
          This method is a convenience function that allows any chart object to be created based on the given template.
static NFGraph NFGraph.getGraphFromTemplate(java.net.URL template, java.lang.String documentBase, java.util.Properties runtimeProperties)
          This method is a convenience function that allows any chart object to be created based on the given template.
static NFGraph NFGraph.getGraphFromTemplate(java.io.InputStream template)
          This method is a convenience function that allows any chart object to be created based on the given template.
static NFGraph NFGraph.getGraphFromTemplate(java.io.InputStream template, java.lang.String documentBase, java.util.Properties runtimeProperties)
          This method is a convenience function that allows any chart object to be created based on the given template.
static NFGraph NFGraph.getGraphFromTemplate(java.lang.String template)
          This method is a convenience function that allows any chart object to be created based on the given template.
static NFGraph NFGraph.getGraphFromTemplate(java.lang.String template, java.lang.String documentBase, java.util.Properties runtimeProperties)
          This method is a convenience function that allows any chart object to be created based on the given template.
 

Methods in netcharts.pro.common with parameters of type NFGraph
static NFServerGeneratedImage NFImageGeneration.getServerGeneratedImage(NFGraph graph, java.lang.String mimeType, java.lang.String textDescription, boolean createImageMap)
          Outputs the chart to NFServerGeneratedImage object, using the mime type format specified.
static void NFImageGeneration.writeImage(NFGraph graph, java.lang.String mimeType, java.io.OutputStream outputStream)
          Generates an image of the given graph and writes it to the provided output stream
static java.awt.Image NFImageGeneration.getAWTImage(NFGraph graph)
          Generates a java.awt.Image of the given graph.
static java.awt.Image NFImageGeneration.getAWTImage(NFGraph graph, int imageType)
          Generates a java.awt.Image of the given graph.
static byte[] NFImageGeneration.generateImage(NFGraph graph, java.lang.String mimeType)
          Generates an image of the given graph.
 

Uses of NFGraph in netcharts.pro.common.lineset
 

Subclasses of NFGraph in netcharts.pro.common.lineset
 class NFAbstractLineChart
          Abstract chart object that supports line drawing.
 

Uses of NFGraph in netcharts.pro.common.rectangular
 

Subclasses of NFGraph in netcharts.pro.common.rectangular
 class NFDataChart
          Abstract datachart object.
 

Uses of NFGraph in netcharts.pro.common.zoomable
 

Subclasses of NFGraph in netcharts.pro.common.zoomable
 class NFZoomableChart
           
 

Uses of NFGraph in netcharts.pro.util
 

Methods in netcharts.pro.util with parameters of type NFGraph
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, java.lang.String defaultHref)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, boolean fullPage)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, boolean fullPage, java.lang.String servletName)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, boolean fullPage, java.lang.String servletName, java.lang.String defaultHref)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, boolean fullPage, java.lang.String servletName, boolean accessible, java.lang.String altTemplate, java.lang.String chartDescription)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, boolean fullPage, java.lang.String servletName, boolean accessible, java.lang.String altTemplate, java.lang.String chartDescription, java.lang.String defaultHref)
          Generates an image from the given chart and returns an HTML image map that provides a reference to the page as well as javascript code to manage rollover and drilldown behavior.
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, netcharts.pro.util.HttpServletRequest request)
          Generates an image from the given chart and returns an HTML image src tag that provides a reference to the page.
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType)
          Generates an image from the given chart and returns an HTML image src tag that provides a reference to the page.
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, java.lang.String servletName)
          Generates an image from the given chart and returns an HTML image src tag that provides a reference to the servlet specified.
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, boolean accessible, java.lang.String chartDescription)
          Generates an image from the given chart and returns an HTML image src tag that provides a reference to the page.
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, netcharts.pro.util.HttpServletRequest request, java.lang.String mimeType, java.lang.String servletName, boolean accessible, java.lang.String chartDescription)
          Generates an image from the given chart and returns an HTML image src tag that provides a reference to the servlet specified.
 


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