Package edu.sc.seis.TauP.cli
Class VelPlotOutputTypeArgs
- java.lang.Object
-
- edu.sc.seis.TauP.cli.AbstractOutputTypeArgs
-
- edu.sc.seis.TauP.cli.VelPlotOutputTypeArgs
-
public class VelPlotOutputTypeArgs extends AbstractOutputTypeArgs
-
-
Field Summary
Fields Modifier and Type Field Description boolean
gmtScript
java.lang.Float
mapwidth
java.lang.String
mapWidthUnit
java.lang.String
psFile
ps filename for use within gmt script.-
Fields inherited from class edu.sc.seis.TauP.cli.AbstractOutputTypeArgs
extension, STDOUT_FILENAME
-
-
Constructor Summary
Constructors Constructor Description VelPlotOutputTypeArgs(java.lang.String defaultFormat, java.lang.String filebase)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Float
getMapwidth()
java.lang.String
getMapWidthUnit()
java.lang.String
getOutFileExtension()
java.lang.String
getOutputFormat()
float
getPixelWidth()
java.lang.String
getPsFile()
boolean
isCSV()
boolean
isGMT()
boolean
isJSON()
boolean
isND()
boolean
isSVG()
boolean
isText()
void
setMapwidth(java.lang.Float mapwidth)
void
setMapWidthUnit(java.lang.String mapWidthUnit)
void
setOutputFormat(java.lang.String oType)
void
setPsFile(java.lang.String psFile)
-
Methods inherited from class edu.sc.seis.TauP.cli.AbstractOutputTypeArgs
createWriter, getOutFile, getOutFileBase, isStdout, setOutFile, setOutFileBase, setOutFileExtension
-
-
-
-
Method Detail
-
getOutputFormat
public java.lang.String getOutputFormat()
- Specified by:
getOutputFormat
in classAbstractOutputTypeArgs
-
getOutFileExtension
public java.lang.String getOutFileExtension()
- Specified by:
getOutFileExtension
in classAbstractOutputTypeArgs
-
setOutputFormat
public void setOutputFormat(java.lang.String oType)
- Specified by:
setOutputFormat
in classAbstractOutputTypeArgs
-
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()
-
isND
public boolean isND()
-
isCSV
public boolean isCSV()
-
getPixelWidth
public float getPixelWidth()
-
-