|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoprocessing.AbstractGPTool com.esri.arcgis.geoprocessing.tools.datamanagementtools.SaveGraph
public class SaveGraph
Saves a graph to an image, vector, or graph file. The Save Graph tool is contained in the Data Management Tools tool box.
Field Summary |
---|
Fields inherited from class com.esri.arcgis.geoprocessing.AbstractGPTool |
---|
vals |
Constructor Summary | |
---|---|
SaveGraph()
Creates the Save Graph tool with defaults. |
|
SaveGraph(Object inGraph,
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 . |
Object |
getInGraph()
Returns the Input graph parameter of this tool . |
String |
getMaintainImageAspect()
Returns the Maintain aspect ratio of output image parameter of this tool . |
Object |
getOutGraphFile()
Returns the Output graph file parameter of this tool . |
String |
getToolboxAlias()
Returns the alias of the tool box containing this tool. |
String |
getToolboxName()
Returns the name of the tool box containing this tool. |
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(Object inGraph)
Sets the Input graph parameter of this tool . |
void |
setMaintainImageAspect(String maintainImageAspect)
Sets the Maintain aspect ratio of output image parameter of this tool . |
void |
setOutGraphFile(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 |
---|
public SaveGraph()
Initializes the array of tool parameters with the default values specified when the tool was created.
public SaveGraph(Object inGraph, Object outGraphFile)
Initializes the array of tool parameters with the values as specified for the required parameters and with the default values for the other 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:Method Detail |
---|
public Object getInGraph()
public void setInGraph(Object inGraph)
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).public Object getOutGraphFile()
public void setOutGraphFile(Object outGraphFile)
outGraphFile
- the output image, vector, or graph file. the supported image and vector formats are:public String getMaintainImageAspect()
public void setMaintainImageAspect(String maintainImageAspect)
maintainImageAspect
- nullpublic int getImageWidth()
public void setImageWidth(int imageWidth)
imageWidth
- the width of the output image in pixels.public int getImageHeight()
public void setImageHeight(int imageHeight)
imageHeight
- the height of the output image in pixels.public String getToolName()
public String getToolboxName()
public String getToolboxAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |