Class GraphicOutputTypeArgs


  • public class GraphicOutputTypeArgs
    extends java.lang.Object
    • 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
    • Constructor Detail

      • GraphicOutputTypeArgs

        public GraphicOutputTypeArgs()
    • 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()