@Name(value="GPlot")
public static class lept.GPLOT
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
GPLOT()
Default native constructor.
|
GPLOT(long size)
Native array allocator.
|
GPLOT(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
lept.SARRAY |
cmddata()
command file contents
|
lept.GPLOT |
cmddata(lept.SARRAY cmddata) |
org.bytedeco.javacpp.BytePointer |
cmdname()
command file name
|
lept.GPLOT |
cmdname(org.bytedeco.javacpp.BytePointer cmdname) |
lept.SARRAY |
datanames()
data file names
|
lept.GPLOT |
datanames(lept.SARRAY datanames) |
int |
nplots()
current number of plots
|
lept.GPLOT |
nplots(int nplots) |
int |
outformat()
GPLOT_OUTPUT values
|
lept.GPLOT |
outformat(int outformat) |
org.bytedeco.javacpp.BytePointer |
outname()
output file name
|
lept.GPLOT |
outname(org.bytedeco.javacpp.BytePointer outname) |
lept.SARRAY |
plotdata()
plot data (1 string/file)
|
lept.GPLOT |
plotdata(lept.SARRAY plotdata) |
lept.NUMA |
plotstyles()
plot style for individual plots
|
lept.GPLOT |
plotstyles(lept.NUMA plotstyles) |
lept.SARRAY |
plottitles()
title for each individual plot
|
lept.GPLOT |
plottitles(lept.SARRAY plottitles) |
lept.GPLOT |
position(long position) |
org.bytedeco.javacpp.BytePointer |
rootname()
for cmd, data, output
|
lept.GPLOT |
rootname(org.bytedeco.javacpp.BytePointer rootname) |
int |
scaling()
GPLOT_SCALING values
|
lept.GPLOT |
scaling(int scaling) |
org.bytedeco.javacpp.BytePointer |
title()
optional
|
lept.GPLOT |
title(org.bytedeco.javacpp.BytePointer title) |
org.bytedeco.javacpp.BytePointer |
xlabel()
optional x axis label
|
lept.GPLOT |
xlabel(org.bytedeco.javacpp.BytePointer xlabel) |
org.bytedeco.javacpp.BytePointer |
ylabel()
optional y axis label
|
lept.GPLOT |
ylabel(org.bytedeco.javacpp.BytePointer ylabel) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic GPLOT()
public GPLOT(long size)
Pointer.position(long).public GPLOT(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.GPLOT position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="char*") public org.bytedeco.javacpp.BytePointer rootname()
public lept.GPLOT rootname(org.bytedeco.javacpp.BytePointer rootname)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer cmdname()
public lept.GPLOT cmdname(org.bytedeco.javacpp.BytePointer cmdname)
public lept.SARRAY cmddata()
public lept.GPLOT cmddata(lept.SARRAY cmddata)
public lept.SARRAY datanames()
public lept.GPLOT datanames(lept.SARRAY datanames)
public lept.SARRAY plotdata()
public lept.GPLOT plotdata(lept.SARRAY plotdata)
public lept.SARRAY plottitles()
public lept.GPLOT plottitles(lept.SARRAY plottitles)
public lept.NUMA plotstyles()
public lept.GPLOT plotstyles(lept.NUMA plotstyles)
@Cast(value="l_int32") public int nplots()
public lept.GPLOT nplots(int nplots)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer outname()
public lept.GPLOT outname(org.bytedeco.javacpp.BytePointer outname)
@Cast(value="l_int32") public int outformat()
public lept.GPLOT outformat(int outformat)
@Cast(value="l_int32") public int scaling()
public lept.GPLOT scaling(int scaling)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer title()
public lept.GPLOT title(org.bytedeco.javacpp.BytePointer title)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer xlabel()
public lept.GPLOT xlabel(org.bytedeco.javacpp.BytePointer xlabel)
@Cast(value="char*") public org.bytedeco.javacpp.BytePointer ylabel()
public lept.GPLOT ylabel(org.bytedeco.javacpp.BytePointer ylabel)
Copyright © 2018. All rights reserved.