Class UIHistogram


  • public final class UIHistogram
    extends com.google.flatbuffers.Table
    • Constructor Detail

      • UIHistogram

        public UIHistogram()
    • Method Detail

      • ValidateVersion

        public static void ValidateVersion()
      • __init

        public void __init​(int _i,
                           ByteBuffer _bb)
      • type

        public byte type()
      • numbins

        public long numbins()
      • binlabels

        public String binlabels​(int j)
      • binlabelsLength

        public int binlabelsLength()
      • binlabelsVector

        public com.google.flatbuffers.StringVector binlabelsVector()
      • binlabelsVector

        public com.google.flatbuffers.StringVector binlabelsVector​(com.google.flatbuffers.StringVector obj)
      • createUIHistogram

        public static int createUIHistogram​(com.google.flatbuffers.FlatBufferBuilder builder,
                                            byte type,
                                            long numbins,
                                            int binrangesOffset,
                                            int yOffset,
                                            int binlabelsOffset)
      • startUIHistogram

        public static void startUIHistogram​(com.google.flatbuffers.FlatBufferBuilder builder)
      • addType

        public static void addType​(com.google.flatbuffers.FlatBufferBuilder builder,
                                   byte type)
      • addNumbins

        public static void addNumbins​(com.google.flatbuffers.FlatBufferBuilder builder,
                                      long numbins)
      • addBinranges

        public static void addBinranges​(com.google.flatbuffers.FlatBufferBuilder builder,
                                        int binrangesOffset)
      • addY

        public static void addY​(com.google.flatbuffers.FlatBufferBuilder builder,
                                int yOffset)
      • addBinlabels

        public static void addBinlabels​(com.google.flatbuffers.FlatBufferBuilder builder,
                                        int binlabelsOffset)
      • createBinlabelsVector

        public static int createBinlabelsVector​(com.google.flatbuffers.FlatBufferBuilder builder,
                                                int[] data)
      • startBinlabelsVector

        public static void startBinlabelsVector​(com.google.flatbuffers.FlatBufferBuilder builder,
                                                int numElems)
      • endUIHistogram

        public static int endUIHistogram​(com.google.flatbuffers.FlatBufferBuilder builder)