@@ -66,10 +66,10 @@ public class FloodFill
6666 * at seed location, write fillLabel into target at current location and
6767 * continue for each pixel in neighborhood defined by shape if neighborhood
6868 * pixel is in the same connected component and fillLabel has not been
69- * written into that location yet (comparator evaluates to 0) .
69+ * written into that location yet.
7070 *
7171 * Convenience call to
72- * {@link FloodFill #fill(RandomAccessible, RandomAccessible, Localizable, Object , Type, Shape, BiPredicate)}.
72+ * {@link #fill(RandomAccessible, RandomAccessible, Localizable, Type, Shape, BiPredicate)}.
7373 * seedLabel is extracted from source at seed location.
7474 *
7575 * @param source
@@ -110,11 +110,11 @@ public static < T extends Type< T >, U extends Type< U > > void fill(
110110 * at seed location, write fillLabel into target at current location and
111111 * continue for each pixel in neighborhood defined by shape if neighborhood
112112 * pixel is in the same connected component and fillLabel has not been
113- * written into that location yet (comparator evaluates to 0) .
113+ * written into that location yet.
114114 *
115115 * Convenience call to
116- * {@link FloodFill#fill(RandomAccessible, RandomAccessible, Localizable, Object, Object, Shape, BiPredicate, Consumer)}
117- * with {@link TypeWriter } as writer.
116+ * {@link FloodFill#fill(RandomAccessible, RandomAccessible, Localizable, Shape, BiPredicate, Consumer)}
117+ * with {@link Type#set } as writer.
118118 *
119119 * @param source
120120 * input
@@ -156,7 +156,7 @@ public static < T, U extends Type< U > > void fill(
156156 * at seed location, write fillLabel into target at current location and
157157 * continue for each pixel in neighborhood defined by shape if neighborhood
158158 * pixel is in the same connected component and fillLabel has not been
159- * written into that location yet (comparator evaluates to 0) .
159+ * written into that location yet.
160160 *
161161 * @param source
162162 * input
0 commit comments