Package edu.sc.seis.TauP.cli
Class GraphicOutputTypeArgs
- java.lang.Object
-
- edu.sc.seis.TauP.cli.GraphicOutputTypeArgs
-
public class GraphicOutputTypeArgs extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
extension
boolean
gmtScript
java.lang.Float
mapwidth
java.lang.String
mapWidthUnit
java.lang.String
psFile
ps filename for use within gmt script.
-
Constructor Summary
Constructors Constructor Description GraphicOutputTypeArgs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.PrintWriter
createWriter()
java.lang.Float
getMapwidth()
java.lang.String
getMapWidthUnit()
java.lang.String
getOuputFormat()
java.lang.String
getOutFile()
java.lang.String
getOutFileBase()
java.lang.String
getOutFileExtension()
float
getPixelWidth()
java.lang.String
getPsFile()
boolean
isGMT()
boolean
isJSON()
boolean
isStdout()
boolean
isSVG()
boolean
isText()
void
setMapwidth(java.lang.Float mapwidth)
void
setMapWidthUnit(java.lang.String mapWidthUnit)
void
setOutFile(java.lang.String outfile)
void
setOutFileBase(java.lang.String outFileBase)
void
setOutFileExtension(java.lang.String ext)
void
setOutputType(java.lang.String oType)
void
setPsFile(java.lang.String psFile)
-
-
-
Field Detail
-
psFile
public java.lang.String psFile
ps filename for use within gmt script. Usually named after the tool that created the output.
-
gmtScript
public boolean gmtScript
-
mapwidth
public java.lang.Float mapwidth
-
mapWidthUnit
public java.lang.String mapWidthUnit
-
extension
protected java.lang.String extension
-
-
Method Detail
-
getPsFile
public java.lang.String getPsFile()
-
setPsFile
public void setPsFile(java.lang.String psFile)
-
getMapwidth
public java.lang.Float getMapwidth()
-
setMapwidth
public void setMapwidth(java.lang.Float mapwidth)
-
getMapWidthUnit
public java.lang.String getMapWidthUnit()
-
setMapWidthUnit
public void setMapWidthUnit(java.lang.String mapWidthUnit)
-
isText
public boolean isText()
-
isSVG
public boolean isSVG()
-
isGMT
public boolean isGMT()
-
isJSON
public boolean isJSON()
-
setOutputType
public void setOutputType(java.lang.String oType)
-
getOuputFormat
public java.lang.String getOuputFormat()
-
getOutFileExtension
public java.lang.String getOutFileExtension()
-
setOutFileExtension
public void setOutFileExtension(java.lang.String ext)
-
getOutFileBase
public java.lang.String getOutFileBase()
-
setOutFileBase
public void setOutFileBase(java.lang.String outFileBase)
-
setOutFile
public void setOutFile(java.lang.String outfile)
-
isStdout
public boolean isStdout()
-
getOutFile
public java.lang.String getOutFile()
-
createWriter
public java.io.PrintWriter createWriter() throws java.io.IOException
- Throws:
java.io.IOException
-
getPixelWidth
public float getPixelWidth()
-
-