public final class ImPlotRange extends ImGuiStructDestroyable
ptr| Constructor and Description |
|---|
ImPlotRange() |
ImPlotRange(double min,
double max) |
ImPlotRange(long ptr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(double value) |
protected long |
create() |
protected long |
create(double min,
double max) |
double |
getMax() |
double |
getMin() |
void |
nSetMax(double max) |
void |
setMin(double min) |
double |
size() |
destroyisNotValidPtr, isValidPtrpublic ImPlotRange(long ptr)
public ImPlotRange()
public ImPlotRange(double min,
double max)
protected long create()
create in class ImGuiStructDestroyableprotected long create(double min,
double max)
public boolean contains(double value)
public double size()
public double getMin()
public double getMax()
public void setMin(double min)
public void nSetMax(double max)