Class Recti


  • public final class Recti
    extends Struct
    • Field Summary

    • Constructor Summary

      Constructors 
      Constructor Description
      Recti()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Recti __assign​(int _i, java.nio.ByteBuffer _bb)  
      void __init​(int _i, java.nio.ByteBuffer _bb)  
      static int createRecti​(FlatBufferBuilder builder, int x, int y, int w, int h)  
      int h()  
      int w()  
      int x()  
      int y()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)