Class Recti


  • public final class Recti
    extends Struct
    • Constructor Summary

      Constructors 
      Constructor Description
      Recti()  
    • Constructor Detail

      • Recti

        public Recti()
    • Method Detail

      • __init

        public void __init​(int _i,
                           java.nio.ByteBuffer _bb)
      • __assign

        public Recti __assign​(int _i,
                              java.nio.ByteBuffer _bb)
      • x

        public int x()
      • y

        public int y()
      • w

        public int w()
      • h

        public int h()
      • createRecti

        public static int createRecti​(FlatBufferBuilder builder,
                                      int x,
                                      int y,
                                      int w,
                                      int h)