Package edu.sc.seis.TauP.cmdline.args
Class GraphicOutputTypeArgs
java.lang.Object
edu.sc.seis.TauP.cmdline.args.AbstractOutputTypeArgs
edu.sc.seis.TauP.cmdline.args.GraphicOutputTypeArgs
-
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 TypeMethodDescriptiongetGmtOutFileBase(String toolName) floatstatic floatgetPixelWidth(float mapwidth, String mapWidthUnit) booleanisGMT()booleanisHTML()booleanisJSON()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
-
GraphicOutputTypeArgs
-
-
Method Details
-
getGmtOutFileBase
-
setPsFile
-
getMapwidth
-
setMapwidth
-
getMapWidthUnit
-
setMapWidthUnit
-
mapWidthGMT
-
isText
public boolean isText() -
isSVG
public boolean isSVG() -
isHTML
public boolean isHTML() -
isGMT
public boolean isGMT() -
isJSON
public boolean isJSON() -
setOutputFormat
- Specified by:
setOutputFormatin classAbstractOutputTypeArgs
-
getOutputFormat
- Specified by:
getOutputFormatin classAbstractOutputTypeArgs
-
getOutFileExtension
- Specified by:
getOutFileExtensionin classAbstractOutputTypeArgs
-
getPixelWidth
public float getPixelWidth() -
getPixelWidth
-