@Name(value="GPlot") public static class lept.GPLOT extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
lept.GPLOT()
Default native constructor.
|
lept.GPLOT(long size)
Native array allocator.
|
lept.GPLOT(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
lept.SARRAY |
cmddata() |
lept.GPLOT |
cmddata(lept.SARRAY cmddata) |
BytePointer |
cmdname() |
lept.GPLOT |
cmdname(BytePointer cmdname) |
lept.SARRAY |
datanames() |
lept.GPLOT |
datanames(lept.SARRAY datanames) |
int |
nplots() |
lept.GPLOT |
nplots(int nplots) |
int |
outformat() |
lept.GPLOT |
outformat(int outformat) |
BytePointer |
outname() |
lept.GPLOT |
outname(BytePointer outname) |
lept.SARRAY |
plotdata() |
lept.GPLOT |
plotdata(lept.SARRAY plotdata) |
lept.NUMA |
plotstyles() |
lept.GPLOT |
plotstyles(lept.NUMA plotstyles) |
lept.SARRAY |
plottitles() |
lept.GPLOT |
plottitles(lept.SARRAY plottitles) |
lept.GPLOT |
position(long position) |
BytePointer |
rootname() |
lept.GPLOT |
rootname(BytePointer rootname) |
int |
scaling() |
lept.GPLOT |
scaling(int scaling) |
BytePointer |
title() |
lept.GPLOT |
title(BytePointer title) |
BytePointer |
xlabel() |
lept.GPLOT |
xlabel(BytePointer xlabel) |
BytePointer |
ylabel() |
lept.GPLOT |
ylabel(BytePointer ylabel) |
address, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic lept.GPLOT()
public lept.GPLOT(long size)
Pointer.position(long).public lept.GPLOT(Pointer p)
Pointer.Pointer(Pointer).public lept.GPLOT position(long position)
@Cast(value="char*") public BytePointer rootname()
public lept.GPLOT rootname(BytePointer rootname)
@Cast(value="char*") public BytePointer cmdname()
public lept.GPLOT cmdname(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)
public lept.GPLOT nplots(int nplots)
@Cast(value="char*") public BytePointer outname()
public lept.GPLOT outname(BytePointer outname)
public lept.GPLOT outformat(int outformat)
public lept.GPLOT scaling(int scaling)
@Cast(value="char*") public BytePointer title()
public lept.GPLOT title(BytePointer title)
@Cast(value="char*") public BytePointer xlabel()
public lept.GPLOT xlabel(BytePointer xlabel)
@Cast(value="char*") public BytePointer ylabel()
public lept.GPLOT ylabel(BytePointer ylabel)
Copyright © 2016. All rights reserved.