Package | Description |
---|---|
org.bytedeco.leptonica | |
org.bytedeco.leptonica.global |
Modifier and Type | Method and Description |
---|---|
GPLOT |
GPLOT.cmddata(SARRAY setter) |
GPLOT |
GPLOT.cmdname(BytePointer setter) |
GPLOT |
GPLOT.datanames(SARRAY setter) |
GPLOT |
GPLOT.getPointer(long i) |
GPLOT |
GPLOT.nplots(int setter) |
GPLOT |
GPLOT.outformat(int setter) |
GPLOT |
GPLOT.outname(BytePointer setter) |
GPLOT |
GPLOT.plotdata(SARRAY setter) |
GPLOT |
GPLOT.plotlabels(SARRAY setter) |
GPLOT |
GPLOT.plotstyles(NUMA setter) |
GPLOT |
GPLOT.position(long position) |
GPLOT |
GPLOT.rootname(BytePointer setter) |
GPLOT |
GPLOT.scaling(int setter) |
GPLOT |
GPLOT.title(BytePointer setter) |
GPLOT |
GPLOT.xlabel(BytePointer setter) |
GPLOT |
GPLOT.ylabel(BytePointer setter) |
Modifier and Type | Method and Description |
---|---|
static GPLOT |
leptonica.gplotCreate(BytePointer rootname,
int outformat,
BytePointer title,
BytePointer xlabel,
BytePointer ylabel) |
static GPLOT |
leptonica.gplotCreate(String rootname,
int outformat,
String title,
String xlabel,
String ylabel) |
static GPLOT |
leptonica.gplotRead(BytePointer filename) |
static GPLOT |
leptonica.gplotRead(String filename) |
static GPLOT |
leptonica.gplotSimpleXY1(NUMA nax,
NUMA nay,
int plotstyle,
int outformat,
BytePointer outroot,
BytePointer title) |
static GPLOT |
leptonica.gplotSimpleXY1(NUMA nax,
NUMA nay,
int plotstyle,
int outformat,
String outroot,
String title) |
static GPLOT |
leptonica.gplotSimpleXY2(NUMA nax,
NUMA nay1,
NUMA nay2,
int plotstyle,
int outformat,
BytePointer outroot,
BytePointer title) |
static GPLOT |
leptonica.gplotSimpleXY2(NUMA nax,
NUMA nay1,
NUMA nay2,
int plotstyle,
int outformat,
String outroot,
String title) |
static GPLOT |
leptonica.gplotSimpleXYN(NUMA nax,
NUMAA naay,
int plotstyle,
int outformat,
BytePointer outroot,
BytePointer title) |
static GPLOT |
leptonica.gplotSimpleXYN(NUMA nax,
NUMAA naay,
int plotstyle,
int outformat,
String outroot,
String title) |
Modifier and Type | Method and Description |
---|---|
static int |
leptonica.gplotAddPlot(GPLOT gplot,
NUMA nax,
NUMA nay,
int plotstyle,
BytePointer plotlabel) |
static int |
leptonica.gplotAddPlot(GPLOT gplot,
NUMA nax,
NUMA nay,
int plotstyle,
String plotlabel) |
static void |
leptonica.gplotDestroy(GPLOT pgplot) |
static int |
leptonica.gplotGenCommandFile(GPLOT gplot) |
static int |
leptonica.gplotGenDataFiles(GPLOT gplot) |
static int |
leptonica.gplotMakeOutput(GPLOT gplot) |
static PIX |
leptonica.gplotMakeOutputPix(GPLOT gplot) |
static int |
leptonica.gplotSetScaling(GPLOT gplot,
int scaling) |
static int |
leptonica.gplotWrite(BytePointer filename,
GPLOT gplot) |
static int |
leptonica.gplotWrite(String filename,
GPLOT gplot) |
Copyright © 2024. All rights reserved.