All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected long |
create() |
ImVec2 |
getAnnotationPadding() |
void |
getAnnotationPadding(ImVec2 dst) |
float |
getAnnotationPaddingX() |
float |
getAnnotationPaddingY() |
boolean |
getAntiAliasedLines() |
int |
getColormap() |
ImVec4[] |
getColors() |
float |
getDigitalBitGap() |
float |
getDigitalBitHeight() |
float |
getErrorBarSize() |
float |
getErrorBarWeight() |
float |
getFillAlpha() |
ImVec2 |
getFitPadding() |
void |
getFitPadding(ImVec2 dst) |
float |
getFitPaddingX() |
float |
getFitPaddingY() |
ImVec2 |
getLabelPadding() |
void |
getLabelPadding(ImVec2 dst) |
float |
getLabelPaddingX() |
float |
getLabelPaddingY() |
ImVec2 |
getLegendInnerPadding() |
void |
getLegendInnerPadding(ImVec2 dst) |
float |
getLegendInnerPaddingX() |
float |
getLegendInnerPaddingY() |
ImVec2 |
getLegendPadding() |
void |
getLegendPadding(ImVec2 dst) |
float |
getLegendPaddingX() |
float |
getLegendPaddingY() |
ImVec2 |
getLegendSpacing() |
void |
getLegendSpacing(ImVec2 dst) |
float |
getLegendSpacingX() |
float |
getLegendSpacingY() |
float |
getLineWeight() |
ImVec2 |
getMajorGridSize() |
void |
getMajorGridSize(ImVec2 dst) |
float |
getMajorGridSizeX() |
float |
getMajorGridSizeY() |
ImVec2 |
getMajorTickLen() |
void |
getMajorTickLen(ImVec2 dst) |
float |
getMajorTickLenX() |
float |
getMajorTickLenY() |
ImVec2 |
getMajorTickSize() |
void |
getMajorTickSize(ImVec2 dst) |
float |
getMajorTickSizeX() |
float |
getMajorTickSizeY() |
int |
getMarker() |
float |
getMarkerSize() |
float |
getMarkerWeight() |
float |
getMinorAlpha() |
ImVec2 |
getMinorGridSize() |
void |
getMinorGridSize(ImVec2 dst) |
float |
getMinorGridSizeX() |
float |
getMinorGridSizeY() |
ImVec2 |
getMinorTickLen() |
void |
getMinorTickLen(ImVec2 dst) |
float |
getMinorTickLenX() |
float |
getMinorTickLenY() |
ImVec2 |
getMinorTickSize() |
void |
getMinorTickSize(ImVec2 dst) |
float |
getMinorTickSizeX() |
float |
getMinorTickSizeY() |
ImVec2 |
getMousePosPadding() |
void |
getMousePosPadding(ImVec2 dst) |
float |
getMousePosPaddingX() |
float |
getMousePosPaddingY() |
float |
getPlotBorderSize() |
ImVec2 |
getPlotDefaultSize() |
void |
getPlotDefaultSize(ImVec2 dst) |
float |
getPlotDefaultSizeX() |
float |
getPlotDefaultSizeY() |
ImVec2 |
getPlotMinSize() |
void |
getPlotMinSize(ImVec2 dst) |
float |
getPlotMinSizeX() |
float |
getPlotMinSizeY() |
ImVec2 |
getPlotPadding() |
void |
getPlotPadding(ImVec2 dst) |
float |
getPlotPaddingX() |
float |
getPlotPaddingY() |
boolean |
getUse24HourClock() |
boolean |
getUseISO8601() |
boolean |
getUseLocalTime() |
void |
setAnnotationPadding(float valueX,
float valueY) |
void |
setAnnotationPadding(ImVec2 value) |
void |
setAntiAliasedLines(boolean value) |
void |
setColormap(int value) |
void |
setColors(ImVec4[] value) |
void |
setDigitalBitGap(float value) |
void |
setDigitalBitHeight(float value) |
void |
setErrorBarSize(float value) |
void |
setErrorBarWeight(float value) |
void |
setFillAlpha(float value) |
void |
setFitPadding(float valueX,
float valueY) |
void |
setFitPadding(ImVec2 value) |
void |
setLabelPadding(float valueX,
float valueY) |
void |
setLabelPadding(ImVec2 value) |
void |
setLegendInnerPadding(float valueX,
float valueY) |
void |
setLegendInnerPadding(ImVec2 value) |
void |
setLegendPadding(float valueX,
float valueY) |
void |
setLegendPadding(ImVec2 value) |
void |
setLegendSpacing(float valueX,
float valueY) |
void |
setLegendSpacing(ImVec2 value) |
void |
setLineWeight(float value) |
void |
setMajorGridSize(float valueX,
float valueY) |
void |
setMajorGridSize(ImVec2 value) |
void |
setMajorTickLen(float valueX,
float valueY) |
void |
setMajorTickLen(ImVec2 value) |
void |
setMajorTickSize(float valueX,
float valueY) |
void |
setMajorTickSize(ImVec2 value) |
void |
setMarker(int value) |
void |
setMarkerSize(float value) |
void |
setMarkerWeight(float value) |
void |
setMinorAlpha(float value) |
void |
setMinorGridSize(float valueX,
float valueY) |
void |
setMinorGridSize(ImVec2 value) |
void |
setMinorTickLen(float valueX,
float valueY) |
void |
setMinorTickLen(ImVec2 value) |
void |
setMinorTickSize(float valueX,
float valueY) |
void |
setMinorTickSize(ImVec2 value) |
void |
setMousePosPadding(float valueX,
float valueY) |
void |
setMousePosPadding(ImVec2 value) |
void |
setPlotBorderSize(float value) |
void |
setPlotDefaultSize(float valueX,
float valueY) |
void |
setPlotDefaultSize(ImVec2 value) |
void |
setPlotMinSize(float valueX,
float valueY) |
void |
setPlotMinSize(ImVec2 value) |
void |
setPlotPadding(float valueX,
float valueY) |
void |
setPlotPadding(ImVec2 value) |
void |
setUse24HourClock(boolean value) |
void |
setUseISO8601(boolean value) |
void |
setUseLocalTime(boolean value) |