Class Rect


  • public final class Rect
    extends Struct
    • Constructor Summary

      Constructors 
      Constructor Description
      Rect()  
    • Method Summary

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Rect

        public Rect()
    • Method Detail

      • __init

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

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

        public float x()
      • y

        public float y()
      • w

        public float w()
      • h

        public float h()
      • createRect

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