public class TransformedImage.Iterator extends Object implements Iterator
Modifier and Type | Field and Description |
---|---|
int |
i |
protected boolean |
isIdentity |
int |
j |
int |
k |
boolean |
showProgress |
double |
x |
int |
x0 |
int |
x1 |
int |
xd |
double |
y |
int |
y0 |
int |
y1 |
double |
z |
int |
z0 |
int |
z1 |
int |
zd |
Constructor and Description |
---|
Iterator(boolean showProgress,
int x0,
int y0,
int z0,
int x1,
int y1,
int z1) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public int i
public int j
public int k
public double x
public double y
public double z
public boolean showProgress
public int x0
public int y0
public int z0
public int x1
public int y1
public int z1
public int xd
public int zd
protected boolean isIdentity
Copyright © 2015–2021 Fiji. All rights reserved.