NetCharts Pro

Uses of Class
netcharts.pro.common.NFGraph

Packages that use NFGraph
netcharts.pro.charts.bar Main interface for working with bar charts. 
netcharts.pro.charts.bar3d Main interface for working with 3d bar charts. 
netcharts.pro.charts.box Main interface for working with box charts. 
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.dial Main interface for working with dial charts. 
netcharts.pro.charts.heatmap Main interface for working with Heat Map charts. 
netcharts.pro.charts.histogram Main interface for working with histogram charts. 
netcharts.pro.charts.line Main interface for working with line 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.stock Main interface for working with stock 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.charts.xy Main interface for working with X-Y charts. 
netcharts.pro.common Provides general use classes for chart objects and utilities. 
netcharts.pro.common.barset Classes for manipulating barsets. 
netcharts.pro.common.circular Classes for manipulating axes and lines for circular based charts. 
netcharts.pro.common.image   
netcharts.pro.common.image.raster   
netcharts.pro.common.lineset Classes for manipulating linesets. 
netcharts.pro.common.page   
netcharts.pro.common.rectangular Common classes for charts that have rectangular axes. 
netcharts.pro.common.zoomable Classes for manipulating charts that supports zooming. 
netcharts.pro.util Classes providing collections of general purpose or specific purposes methods. 
 

Uses of NFGraph in netcharts.pro.charts.bar
 

Subclasses of NFGraph in netcharts.pro.charts.bar
 class NFAbstractGroupStackableBarchart
           
 class NFBarchart
          Represents a bar chart.
 

Uses of NFGraph in netcharts.pro.charts.bar3d
 

Subclasses of NFGraph in netcharts.pro.charts.bar3d
 class NFBarchart3d
          Represents a 3D bar chart.
 

Uses of NFGraph in netcharts.pro.charts.box
 

Subclasses of NFGraph in netcharts.pro.charts.box
 class NFBoxchart
          Represents a box chart.
 

Uses of NFGraph in netcharts.pro.charts.bubble
 

Subclasses of NFGraph in netcharts.pro.charts.bubble
 class NFBubblechart
          Represents a bubble chart.
 

Uses of NFGraph in netcharts.pro.charts.combo
 

Subclasses of NFGraph in netcharts.pro.charts.combo
 class NFCombochart
          Represents a combo chart (allowing for both bars and line).
 

Uses of NFGraph in netcharts.pro.charts.diagram
 

Subclasses of NFGraph in netcharts.pro.charts.diagram
 class NFDiagramchart
          Represents a diagram or map chart.
 

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.heatmap
 

Subclasses of NFGraph in netcharts.pro.charts.heatmap
 class NFHeatmapchart
          Represents a Heat Map chart.
 

Uses of NFGraph in netcharts.pro.charts.histogram
 

Subclasses of NFGraph in netcharts.pro.charts.histogram
 class NFHistogramchart
          Represents a histogram chart.
 

Uses of NFGraph in netcharts.pro.charts.line
 

Subclasses of NFGraph in netcharts.pro.charts.line
 class NFLinechart
          Represents a line chart.
 

Uses of NFGraph in netcharts.pro.charts.multipie
 

Subclasses of NFGraph in netcharts.pro.charts.multipie
 class NFMultiPiechart
          Represents a MultiPie chart.
 

Uses of NFGraph in netcharts.pro.charts.pareto
 

Subclasses of NFGraph in netcharts.pro.charts.pareto
 class NFParetochart
          Represents a Pareto chart.
 

Uses of NFGraph in netcharts.pro.charts.pie
 

Subclasses of NFGraph in netcharts.pro.charts.pie
 class NFAbstractPiechart
          Represents an abstract pie chart.
 class NFPiechart
          Represents a pie chart.
 

Uses of NFGraph in netcharts.pro.charts.polar
 

Subclasses of NFGraph in netcharts.pro.charts.polar
 class NFPolarchart
          Represents a polar chart.
 

Uses of NFGraph in netcharts.pro.charts.radar
 

Subclasses of NFGraph in netcharts.pro.charts.radar
 class NFRadarchart
          Represents a radar chart.
 

Uses of NFGraph in netcharts.pro.charts.stock
 

Subclasses of NFGraph in netcharts.pro.charts.stock
 class NFStockchart
          Represents a stock chart.
 

Uses of NFGraph in netcharts.pro.charts.strip
 

Subclasses of NFGraph in netcharts.pro.charts.strip
 class NFStripchart
          Represents a strip chart.
 

Uses of NFGraph in netcharts.pro.charts.time
 

Subclasses of NFGraph in netcharts.pro.charts.time
 class NFTimechart
          Represents a time chart.
 

Uses of NFGraph in netcharts.pro.charts.xy
 

Subclasses of NFGraph in netcharts.pro.charts.xy
 class NFXYchart
          Represents an X-Y chart.
 

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.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.
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.
 

Methods in netcharts.pro.common with parameters of type NFGraph
static byte[] NFImageGeneration.generateImage(NFGraph graph, NFImageParams params)
          Generates an image of the given graph.
static byte[] NFImageGeneration.generateImage(NFGraph graph, java.lang.String mimeType)
          Deprecated. Use generateImage(NFGraph, NFImageParams)
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 NFServerGeneratedImage NFImageGeneration.getServerGeneratedImage(NFGraph graph, NFImageParams params)
          Outputs the chart to NFServerGeneratedImage object, using the image parameters specified.
static NFServerGeneratedImage NFImageGeneration.getServerGeneratedImage(NFGraph graph, java.lang.String mimeType, java.lang.String textDescription, boolean createImageMap)
          Deprecated. Use getServerGeneratedImage(NFGraph, NFImageParams)
static void NFImageGeneration.writeImage(NFGraph graph, java.lang.String mimeType, java.io.OutputStream outputStream)
          Deprecated. Write to the OutputStream using the result of calling generateImage(NFGraph, NFImageParams)
 

Uses of NFGraph in netcharts.pro.common.barset
 

Subclasses of NFGraph in netcharts.pro.common.barset
 class NFAbstractBarchart
          Represents an abstract bar chart.
 

Uses of NFGraph in netcharts.pro.common.circular
 

Subclasses of NFGraph in netcharts.pro.common.circular
 class NFSizedChart
          Represents a chart that allows for the data area to be sized.
 

Uses of NFGraph in netcharts.pro.common.image
 

Methods in netcharts.pro.common.image with parameters of type NFGraph
 NFServerGeneratedImage NFImageOutput.getServerGeneratedImage(NFGraph graph, NFImageParams properties)
          Generates an image of the given chart using the specified image generation parameters.
 NFServerGeneratedImage NFImageExtension.getServerGeneratedImage(NFGraph graph, NFImageParams properties)
          Generates an image of the given chart using the specified image generation parameters.
 

Uses of NFGraph in netcharts.pro.common.image.raster
 

Methods in netcharts.pro.common.image.raster with parameters of type NFGraph
 NFServerGeneratedImage NFRasterImageOutput.getServerGeneratedImage(NFGraph graph, NFImageParams properties)
           
 

Uses of NFGraph in netcharts.pro.common.lineset
 

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

Uses of NFGraph in netcharts.pro.common.page
 

Methods in netcharts.pro.common.page with parameters of type NFGraph
 java.lang.String NFPageOutput.getPage(HttpServletRequest request, NFGraph graph, NFPageParams params)
           
 java.lang.String NFPageExtension.getPage(HttpServletRequest request, NFGraph graph, NFPageParams params)
          Generates the page and image content based on the chart instance and page parameters.
 java.lang.String NFPageOutput.getPage(NFGraph graph, NFPageParams params, NFServerGeneratedImage sgi)
          Generates the page content based on the chart instance, page parameters, and generated image.
 

Uses of NFGraph in netcharts.pro.common.rectangular
 

Subclasses of NFGraph in netcharts.pro.common.rectangular
 class NFDataChart
          Represents an axis based chart.
 

Methods in netcharts.pro.common.rectangular with parameters of type NFGraph
 NFRange NFAxis.getAutoScaleRange(NFGraph chart)
          Get the current range of an autoscaled axis.
 

Uses of NFGraph in netcharts.pro.common.zoomable
 

Subclasses of NFGraph in netcharts.pro.common.zoomable
 class NFZoomableChart
          Represents a chart that supports zomming.
 

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, HttpServletRequest request)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, HttpServletRequest request, java.lang.String mimeType)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, boolean fullPage)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, boolean fullPage, java.lang.String servletName)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, boolean fullPage, java.lang.String servletName, boolean accessible, java.lang.String altTemplate, java.lang.String chartDescription)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, 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)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, boolean fullPage, java.lang.String servletName, java.lang.String defaultHref)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getDrillDownPage(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, java.lang.String defaultHref)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, HttpServletRequest request)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, HttpServletRequest request, java.lang.String mimeType)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, boolean accessible, java.lang.String chartDescription)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, java.lang.String servletName)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getImageSrcTag(NFGraph chart, HttpServletRequest request, java.lang.String mimeType, java.lang.String servletName, boolean accessible, java.lang.String chartDescription)
          Deprecated. Use getPage(HttpServletRequest, NFGraph, NFPageParams)
static java.lang.String NFServletUtil.getPage(HttpServletRequest request, NFGraph chart, NFPageParams pageParams)
          Generates an image from the given chart and returns an HTML page capable of displaying the generated image.
 


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