public class FloatArray2D extends FloatArray
License: GPL This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
| Modifier and Type | Field and Description |
|---|---|
int |
height |
int |
width |
data| Constructor and Description |
|---|
FloatArray2D(float[] data,
int width,
int height) |
FloatArray2D(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
FloatArray2D |
clone() |
float |
get(int x,
int y) |
void |
set(float value,
int x,
int y) |
public FloatArray2D(int width,
int height)
public FloatArray2D(float[] data,
int width,
int height)
public FloatArray2D clone()
clone in class FloatArraypublic final float get(int x,
int y)
public final void set(float value,
int x,
int y)
Copyright © 2015–2021 Fiji. All rights reserved.