public abstract class Neighborhood2D extends Object
Neighborhood3D| Constructor and Description | 
|---|
Neighborhood2D()  | 
| Modifier and Type | Method and Description | 
|---|---|
Cursor2D | 
getCursor()  | 
abstract Iterable<Cursor2D> | 
getNeighbors()  | 
void | 
setCursor(Cursor2D cursor)
Sets the position of the Neighborhood2D. 
 | 
public abstract Iterable<Cursor2D> getNeighbors()
public void setCursor(Cursor2D cursor)
cursor - the new position of the Neighborhood2Dpublic Cursor2D getCursor()
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.