Package edu.sc.seis.TauP.cmdline.args
Class VelPlotOutputTypeArgs
java.lang.Object
edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
edu.sc.seis.TauP.cmdline.args.VelPlotOutputTypeArgs
-
Field Summary
FieldsModifier and TypeFieldDescriptionps filename for use within gmt script.Fields inherited from class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
extension, OUTPUTTYPE_HEADING, STDOUT_FILENAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRemap from this to GraphicOutputTypeArgs due to issue with inheritence and picocli.floatbooleanisCSV()booleanisGMT()booleanisHTML()booleanisJSON()booleanisND()booleanisSVG()booleanisText()voidsetMapwidth(Float mapwidth) voidsetMapWidthUnit(String mapWidthUnit) voidsetOutputFormat(String oType) voidMethods inherited from class edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
createWriter, getOutFile, getOutFileBase, isStdout, setOutFile, setOutFileBase, setOutFileExtension
-
Field Details
-
psFile
ps filename for use within gmt script. Usually named after the tool that created the output. -
mapwidth
-
mapWidthUnit
-
-
Constructor Details
-
VelPlotOutputTypeArgs
-
-
Method Details
-
asGraphicOutputTypeArgs
Remap from this to GraphicOutputTypeArgs due to issue with inheritence and picocli. Needed mainly for GMT output.- Returns:
- this converted to GraphicOutputTypeArgs
-
getOutputFormat
- Specified by:
getOutputFormatin classAbstractOutputTypeArgs
-
getOutFileExtension
- Specified by:
getOutFileExtensionin classAbstractOutputTypeArgs
-
setOutputFormat
- Specified by:
setOutputFormatin classAbstractOutputTypeArgs
-
getPsFile
-
setPsFile
-
getMapwidth
-
setMapwidth
-
getMapWidthUnit
-
setMapWidthUnit
-
isText
public boolean isText() -
isSVG
public boolean isSVG() -
isHTML
public boolean isHTML() -
isGMT
public boolean isGMT() -
isJSON
public boolean isJSON() -
isND
public boolean isND() -
isCSV
public boolean isCSV() -
getPixelWidth
public float getPixelWidth()
-