| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
lept.GPLOT |
lept.GPLOT.cmddata(lept.SARRAY cmddata) |
lept.GPLOT |
lept.GPLOT.cmdname(BytePointer cmdname) |
lept.GPLOT |
lept.GPLOT.datanames(lept.SARRAY datanames) |
static lept.GPLOT |
lept.gplotCreate(BytePointer rootname,
int outformat,
BytePointer title,
BytePointer xlabel,
BytePointer ylabel) |
static lept.GPLOT |
lept.gplotCreate(String rootname,
int outformat,
String title,
String xlabel,
String ylabel) |
static lept.GPLOT |
lept.gplotRead(BytePointer filename) |
static lept.GPLOT |
lept.gplotRead(String filename) |
lept.GPLOT |
lept.GPLOT.nplots(int nplots) |
lept.GPLOT |
lept.GPLOT.outformat(int outformat) |
lept.GPLOT |
lept.GPLOT.outname(BytePointer outname) |
lept.GPLOT |
lept.GPLOT.plotdata(lept.SARRAY plotdata) |
lept.GPLOT |
lept.GPLOT.plotstyles(lept.NUMA plotstyles) |
lept.GPLOT |
lept.GPLOT.plottitles(lept.SARRAY plottitles) |
lept.GPLOT |
lept.GPLOT.position(long position) |
lept.GPLOT |
lept.GPLOT.rootname(BytePointer rootname) |
lept.GPLOT |
lept.GPLOT.scaling(int scaling) |
lept.GPLOT |
lept.GPLOT.title(BytePointer title) |
lept.GPLOT |
lept.GPLOT.xlabel(BytePointer xlabel) |
lept.GPLOT |
lept.GPLOT.ylabel(BytePointer ylabel) |
| Modifier and Type | Method and Description |
|---|---|
static int |
lept.gplotAddPlot(lept.GPLOT gplot,
lept.NUMA nax,
lept.NUMA nay,
int plotstyle,
BytePointer plottitle) |
static int |
lept.gplotAddPlot(lept.GPLOT gplot,
lept.NUMA nax,
lept.NUMA nay,
int plotstyle,
String plottitle) |
static void |
lept.gplotDestroy(lept.GPLOT pgplot) |
static int |
lept.gplotGenCommandFile(lept.GPLOT gplot) |
static int |
lept.gplotGenDataFiles(lept.GPLOT gplot) |
static int |
lept.gplotMakeOutput(lept.GPLOT gplot) |
static int |
lept.gplotSetScaling(lept.GPLOT gplot,
int scaling) |
static int |
lept.gplotWrite(BytePointer filename,
lept.GPLOT gplot) |
static int |
lept.gplotWrite(String filename,
lept.GPLOT gplot) |
Copyright © 2016. All rights reserved.