FloatBuffer

net.aerith.misao.image. Buffer
#size :Size
#signed_flag :boolean
+Buffer()
+getSize() :Size
+setSigned() :void
+getDataCount() :int
+getValueAt(int index) :double
+getValue(int x, int y) :double
+setValue(int x, int y, double value) :void
+read(DataInput input, Size size) :void
+write(DataOutput output) :void
+inverse() :void
+reverseVertically() :void
+reverseHorizontally() :void
+cloneBuffer() :Buffer
net.aerith.misao.image. FloatBuffer
-pixels :float[]
+FloatBuffer(Size allocate_size)
+get(int x, int y) :float
+set(int x, int y, float value) :void
+getValue(int x, int y) :double
+setValue(int x, int y, double value) :void
+read(DataInput input, Size size) :void
+write(DataOutput output) :void
+inverse() :void
+reverseVertically() :void
+reverseHorizontally() :void
+cloneBuffer() :Buffer