DoubleBuffer

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. DoubleBuffer
-pixels :double[]
+DoubleBuffer(Size allocate_size)
+get(int x, int y) :double
+set(int x, int y, double 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