Class ImPlotSpec


public final class ImPlotSpec extends ImGuiStructDestroyable
  • Constructor Details

    • ImPlotSpec

      public ImPlotSpec()
    • ImPlotSpec

      public ImPlotSpec(long ptr)
  • Method Details

    • create

      protected long create()
      Specified by:
      create in class ImGuiStructDestroyable
    • destroy

      public void destroy()
      Description copied from class: ImGuiStructDestroyable
      Method to free natively allocated memory for the struct mapped with pointer.
      Overrides:
      destroy in class ImGuiStructDestroyable
    • getLineColor

      public ImVec4 getLineColor()
    • getLineColorX

      public float getLineColorX()
    • getLineColorY

      public float getLineColorY()
    • getLineColorZ

      public float getLineColorZ()
    • getLineColorW

      public float getLineColorW()
    • getLineColor

      public void getLineColor(ImVec4 dst)
    • setLineColor

      public void setLineColor(ImVec4 value)
    • setLineColor

      public void setLineColor(float valueX, float valueY, float valueZ, float valueW)
    • getLineWeight

      public float getLineWeight()
    • setLineWeight

      public void setLineWeight(float value)
    • getFillColor

      public ImVec4 getFillColor()
    • getFillColorX

      public float getFillColorX()
    • getFillColorY

      public float getFillColorY()
    • getFillColorZ

      public float getFillColorZ()
    • getFillColorW

      public float getFillColorW()
    • getFillColor

      public void getFillColor(ImVec4 dst)
    • setFillColor

      public void setFillColor(ImVec4 value)
    • setFillColor

      public void setFillColor(float valueX, float valueY, float valueZ, float valueW)
    • getFillAlpha

      public float getFillAlpha()
    • setFillAlpha

      public void setFillAlpha(float value)
    • getMarker

      public int getMarker()
    • setMarker

      public void setMarker(int value)
    • getMarkerSize

      public float getMarkerSize()
    • setMarkerSize

      public void setMarkerSize(float value)
    • getMarkerLineColor

      public ImVec4 getMarkerLineColor()
    • getMarkerLineColorX

      public float getMarkerLineColorX()
    • getMarkerLineColorY

      public float getMarkerLineColorY()
    • getMarkerLineColorZ

      public float getMarkerLineColorZ()
    • getMarkerLineColorW

      public float getMarkerLineColorW()
    • getMarkerLineColor

      public void getMarkerLineColor(ImVec4 dst)
    • setMarkerLineColor

      public void setMarkerLineColor(ImVec4 value)
    • setMarkerLineColor

      public void setMarkerLineColor(float valueX, float valueY, float valueZ, float valueW)
    • getMarkerFillColor

      public ImVec4 getMarkerFillColor()
    • getMarkerFillColorX

      public float getMarkerFillColorX()
    • getMarkerFillColorY

      public float getMarkerFillColorY()
    • getMarkerFillColorZ

      public float getMarkerFillColorZ()
    • getMarkerFillColorW

      public float getMarkerFillColorW()
    • getMarkerFillColor

      public void getMarkerFillColor(ImVec4 dst)
    • setMarkerFillColor

      public void setMarkerFillColor(ImVec4 value)
    • setMarkerFillColor

      public void setMarkerFillColor(float valueX, float valueY, float valueZ, float valueW)
    • getSize

      public float getSize()
    • setSize

      public void setSize(float value)
    • getOffset

      public int getOffset()
    • setOffset

      public void setOffset(int value)
    • getStride

      public int getStride()
    • setStride

      public void setStride(int value)
    • getFlags

      public int getFlags()
    • setFlags

      public void setFlags(int value)
    • setLineColors

      public void setLineColors(int[] colors)
    • setLineColors

      public void setLineColors(int[] colors, int len)
    • setFillColors

      public void setFillColors(int[] colors)
    • setFillColors

      public void setFillColors(int[] colors, int len)
    • setMarkerSizes

      public void setMarkerSizes(float[] sizes)
    • setMarkerSizes

      public void setMarkerSizes(float[] sizes, int len)
    • setMarkerLineColors

      public void setMarkerLineColors(int[] colors)
    • setMarkerLineColors

      public void setMarkerLineColors(int[] colors, int len)
    • setMarkerFillColors

      public void setMarkerFillColors(int[] colors)
    • setMarkerFillColors

      public void setMarkerFillColors(int[] colors, int len)