com.esri.arcgis.geoprocessing.tools.datamanagementtools
Class SaveGraph

java.lang.Object
  extended by com.esri.arcgis.geoprocessing.AbstractGPTool
      extended by com.esri.arcgis.geoprocessing.tools.datamanagementtools.SaveGraph
All Implemented Interfaces:
GPTool

public class SaveGraph
extends AbstractGPTool

Saves a graph to an image, vector, or graph file. The Save Graph tool is contained in the Data Management Tools tool box.

Usage tips:


Field Summary
 
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
vals
 
Constructor Summary
SaveGraph()
          Creates the Save Graph tool with defaults.
SaveGraph(java.lang.Object inGraph, java.lang.Object outGraphFile)
          Creates the Save Graph tool with the required parameters.
 
Method Summary
 int getImageHeight()
          Returns the Output image height parameter of this tool .
 int getImageWidth()
          Returns the Output image width parameter of this tool .
 java.lang.Object getInGraph()
          Returns the Input graph parameter of this tool .
 java.lang.String getMaintainImageAspect()
          Returns the Maintain aspect ratio of output image parameter of this tool .
 java.lang.Object getOutGraphFile()
          Returns the Output graph file parameter of this tool .
 java.lang.String getToolboxAlias()
          Returns the alias of the tool box containing this tool.
 java.lang.String getToolboxName()
          Returns the name of the tool box containing this tool.
 java.lang.String getToolName()
          Returns the name of this tool.
 void setImageHeight(int imageHeight)
          Sets the Output image height parameter of this tool .
 void setImageWidth(int imageWidth)
          Sets the Output image width parameter of this tool .
 void setInGraph(java.lang.Object inGraph)
          Sets the Input graph parameter of this tool .
 void setMaintainImageAspect(java.lang.String maintainImageAspect)
          Sets the Maintain aspect ratio of output image parameter of this tool .
 void setOutGraphFile(java.lang.Object outGraphFile)
          Sets the Output graph file parameter of this tool .
 
Methods inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool
getParameterValues, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SaveGraph

public SaveGraph()
Creates the Save Graph tool with defaults.

Initializes the array of tool parameters with the default values specified when the tool was created.


SaveGraph

public SaveGraph(java.lang.Object inGraph,
                 java.lang.Object outGraphFile)
Creates the Save Graph tool with the required parameters.

Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other parameters.

Parameters:
inGraph - input graph name or location. you can input the location of an existing graph file (*.grf). however, when you are using the tool in an ArcGIS application (ArcMap, ArcGlobe, or ArcScene), you can either input a graph present in the ArcGIS document or you can input the location of an existing graph file (*.grf).
outGraphFile - the output image, vector, or graph file. the supported image and vector formats are:
  • Windows Bitmap (.bmp)
  • GIF(.gif)
  • JPEG (.jpg)
  • Portable Network Graphic (.png)
  • Paintbrush (.pcx)
  • Scalable Vector Graphics (.svg)
  • Adobe Acrobat PDF (.pdf)
  • Encapsulated PostsScript (.eps)
  • Enhanced Metafile (.emf)
  • Windows Metafile (.wmf)
Method Detail

getInGraph

public java.lang.Object getInGraph()
Returns the Input graph parameter of this tool . This parameter is input graph name or location. you can input the location of an existing graph file (*.grf). however, when you are using the tool in an ArcGIS application (ArcMap, ArcGlobe, or ArcScene), you can either input a graph present in the ArcGIS document or you can input the location of an existing graph file (*.grf). This is a required parameter.

Returns:
the Input graph

setInGraph

public void setInGraph(java.lang.Object inGraph)
Sets the Input graph parameter of this tool . This parameter is input graph name or location. you can input the location of an existing graph file (*.grf). however, when you are using the tool in an ArcGIS application (ArcMap, ArcGlobe, or ArcScene), you can either input a graph present in the ArcGIS document or you can input the location of an existing graph file (*.grf). This is a required parameter.

Parameters:
inGraph - input graph name or location. you can input the location of an existing graph file (*.grf). however, when you are using the tool in an ArcGIS application (ArcMap, ArcGlobe, or ArcScene), you can either input a graph present in the ArcGIS document or you can input the location of an existing graph file (*.grf).

getOutGraphFile

public java.lang.Object getOutGraphFile()
Returns the Output graph file parameter of this tool . This parameter is the output image, vector, or graph file. the supported image and vector formats are: This is a required parameter.

Returns:
the Output graph file

setOutGraphFile

public void setOutGraphFile(java.lang.Object outGraphFile)
Sets the Output graph file parameter of this tool . This parameter is the output image, vector, or graph file. the supported image and vector formats are: This is a required parameter.

Parameters:
outGraphFile - the output image, vector, or graph file. the supported image and vector formats are:
  • Windows Bitmap (.bmp)
  • GIF(.gif)
  • JPEG (.jpg)
  • Portable Network Graphic (.png)
  • Paintbrush (.pcx)
  • Scalable Vector Graphics (.svg)
  • Adobe Acrobat PDF (.pdf)
  • Encapsulated PostsScript (.eps)
  • Enhanced Metafile (.emf)
  • Windows Metafile (.wmf)

getMaintainImageAspect

public java.lang.String getMaintainImageAspect()
Returns the Maintain aspect ratio of output image parameter of this tool . This is an optional parameter.

Returns:
the Maintain aspect ratio of output image

setMaintainImageAspect

public void setMaintainImageAspect(java.lang.String maintainImageAspect)
Sets the Maintain aspect ratio of output image parameter of this tool . This is an optional parameter.

Parameters:
maintainImageAspect - null

getImageWidth

public int getImageWidth()
Returns the Output image width parameter of this tool . This parameter is the width of the output image in pixels. This is an optional parameter.

Returns:
the Output image width

setImageWidth

public void setImageWidth(int imageWidth)
Sets the Output image width parameter of this tool . This parameter is the width of the output image in pixels. This is an optional parameter.

Parameters:
imageWidth - the width of the output image in pixels.

getImageHeight

public int getImageHeight()
Returns the Output image height parameter of this tool . This parameter is the height of the output image in pixels. This is an optional parameter.

Returns:
the Output image height

setImageHeight

public void setImageHeight(int imageHeight)
Sets the Output image height parameter of this tool . This parameter is the height of the output image in pixels. This is an optional parameter.

Parameters:
imageHeight - the height of the output image in pixels.

getToolName

public java.lang.String getToolName()
Returns the name of this tool.

Returns:
the tool name

getToolboxName

public java.lang.String getToolboxName()
Returns the name of the tool box containing this tool.

Returns:
the tool box name

getToolboxAlias

public java.lang.String getToolboxAlias()
Returns the alias of the tool box containing this tool.

Returns:
the tool box alias