Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
N
NanOrInfinityFunctionField
- Class in
jabble.indicators
NanOrInfinityFunctionField()
- Constructor for class jabble.indicators.
NanOrInfinityFunctionField
Creates a new instance of NanOrInfinityFunctionField
nearestNeighborAverage(Field)
- Static method in class jabble.stencils.
Average1DStencils
Calculates
(F(x+1) + F(x-1)) / 2
.
nearestNeighborAverage(Field)
- Static method in class jabble.stencils.
Average2DStencils
Calculates
(F(x+1, y) + F(x-1, y) + F(x, y+1) + F(x, y-1)) / 4
.
neighborAt(int, int)
- Method in class jabble.
Point
Returns a point walking along a direction at a certain distance.
newCoords
- Variable in class jabble.
CoordinateTransformation
newDiffs
- Variable in class jabble.
CoordinateTransformation
nextPoint(int)
- Method in class jabble.
Point
Returns the next point along the given direction, or null if it doesn't exist.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W