Package edu.sc.seis.TauP.cli
Class GraphicOutputTypeArgs
- java.lang.Object
-
- edu.sc.seis.TauP.cli.AbstractOutputTypeArgs
-
- edu.sc.seis.TauP.cli.GraphicOutputTypeArgs
-
public class GraphicOutputTypeArgs 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 GraphicOutputTypeArgs(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
isGMT()
boolean
isJSON()
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
-
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()
-
setOutputFormat
public void setOutputFormat(java.lang.String oType)
- Specified by:
setOutputFormat
in classAbstractOutputTypeArgs
-
getOutputFormat
public java.lang.String getOutputFormat()
- Specified by:
getOutputFormat
in classAbstractOutputTypeArgs
-
getOutFileExtension
public java.lang.String getOutFileExtension()
- Specified by:
getOutFileExtension
in classAbstractOutputTypeArgs
-
getPixelWidth
public float getPixelWidth()
-
-