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