Class GPLOT

java.lang.Object
org.bytedeco.javacpp.Pointer
org.bytedeco.leptonica.GPLOT
All Implemented Interfaces:
AutoCloseable

@Name("GPlot") @Properties(inherit=leptonica.class) public class GPLOT extends Pointer
Data structure for generating gnuplot files
  • Constructor Details

    • GPLOT

      public GPLOT()
      Default native constructor.
    • GPLOT

      public GPLOT(long size)
      Native array allocator. Access with Pointer.position(long).
    • GPLOT

      public GPLOT(Pointer p)
      Pointer cast constructor. Invokes Pointer(Pointer).
  • Method Details

    • position

      public GPLOT position(long position)
      Overrides:
      position in class Pointer
    • getPointer

      public GPLOT getPointer(long i)
      Overrides:
      getPointer in class Pointer
    • rootname

      @Cast("char*") public BytePointer rootname()
      for cmd, data, output
    • rootname

      public GPLOT rootname(BytePointer setter)
    • cmdname

      @Cast("char*") public BytePointer cmdname()
      command file name
    • cmdname

      public GPLOT cmdname(BytePointer setter)
    • cmddata

      public SARRAY cmddata()
      command file contents
    • cmddata

      public GPLOT cmddata(SARRAY setter)
    • datanames

      public SARRAY datanames()
      data file names
    • datanames

      public GPLOT datanames(SARRAY setter)
    • plotdata

      public SARRAY plotdata()
      plot data (1 string/file)
    • plotdata

      public GPLOT plotdata(SARRAY setter)
    • plotlabels

      public SARRAY plotlabels()
      label for each individual plot
    • plotlabels

      public GPLOT plotlabels(SARRAY setter)
    • plotstyles

      public NUMA plotstyles()
      plot style for individual plots
    • plotstyles

      public GPLOT plotstyles(NUMA setter)
    • nplots

      @Cast("l_int32") public int nplots()
      current number of plots
    • nplots

      public GPLOT nplots(int setter)
    • outname

      @Cast("char*") public BytePointer outname()
      output file name
    • outname

      public GPLOT outname(BytePointer setter)
    • outformat

      @Cast("l_int32") public int outformat()
      GPLOT_OUTPUT values
    • outformat

      public GPLOT outformat(int setter)
    • scaling

      @Cast("l_int32") public int scaling()
      GPLOT_SCALING values
    • scaling

      public GPLOT scaling(int setter)
    • title

      @Cast("char*") public BytePointer title()
      optional
    • title

      public GPLOT title(BytePointer setter)
    • xlabel

      @Cast("char*") public BytePointer xlabel()
      optional x axis label
    • xlabel

      public GPLOT xlabel(BytePointer setter)
    • ylabel

      @Cast("char*") public BytePointer ylabel()
      optional y axis label
    • ylabel

      public GPLOT ylabel(BytePointer setter)