| 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.nplots(int setter) |
GPLOT |
GPLOT.outformat(int setter) |
GPLOT |
GPLOT.outname(BytePointer setter) |
GPLOT |
GPLOT.plotdata(SARRAY setter) |
GPLOT |
GPLOT.plotstyles(NUMA setter) |
GPLOT |
GPLOT.plottitles(SARRAY 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 |
lept.gplotCreate(BytePointer rootname,
int outformat,
BytePointer title,
BytePointer xlabel,
BytePointer ylabel) |
static GPLOT |
lept.gplotCreate(String rootname,
int outformat,
String title,
String xlabel,
String ylabel) |
static GPLOT |
lept.gplotRead(BytePointer filename) |
static GPLOT |
lept.gplotRead(String filename) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.gplotAddPlot(GPLOT gplot,
NUMA nax,
NUMA nay,
int plotstyle,
BytePointer plottitle) |
static int |
lept.gplotAddPlot(GPLOT gplot,
NUMA nax,
NUMA nay,
int plotstyle,
String plottitle) |
static void |
lept.gplotDestroy(GPLOT pgplot) |
static int |
lept.gplotGenCommandFile(GPLOT gplot) |
static int |
lept.gplotGenDataFiles(GPLOT gplot) |
static int |
lept.gplotMakeOutput(GPLOT gplot) |
static int |
lept.gplotSetScaling(GPLOT gplot,
int scaling) |
static int |
lept.gplotWrite(BytePointer filename,
GPLOT gplot) |
static int |
lept.gplotWrite(String filename,
GPLOT gplot) |
Copyright © 2019. All rights reserved.