public class Localizables extends Object
| Constructor and Description |
|---|
Localizables() |
| Modifier and Type | Method and Description |
|---|---|
static long[] |
asLongArray(Localizable localizable)
Deprecated.
|
static boolean |
equals(Localizable a,
Localizable b)
Return true if both
Localizable refer to the same position. |
static boolean |
equals(RealLocalizable a,
RealLocalizable b)
Return true if the two
RealLocalizables refer to the same
position. |
static boolean |
equals(RealLocalizable a,
RealLocalizable b,
double tolerance)
Return true if the two
RealLocalizables refer to the same
position up to a given tolerance. |
static RandomAccessible<Localizable> |
randomAccessible(int n) |
static RandomAccessibleInterval<Localizable> |
randomAccessibleInterval(Interval interval) |
static String |
toString(Localizable value)
Return the current position as string.
|
static String |
toString(RealLocalizable value)
Return the current position as string.
|
@Deprecated public static long[] asLongArray(Localizable localizable)
Localizable.positionAsLongArray().public static RandomAccessible<Localizable> randomAccessible(int n)
public static RandomAccessibleInterval<Localizable> randomAccessibleInterval(Interval interval)
public static boolean equals(Localizable a, Localizable b)
Localizable refer to the same position.public static boolean equals(RealLocalizable a, RealLocalizable b)
RealLocalizables refer to the same
position.public static boolean equals(RealLocalizable a, RealLocalizable b, double tolerance)
RealLocalizables refer to the same
position up to a given tolerance.public static String toString(Localizable value)
public static String toString(RealLocalizable value)
Copyright © 2015–2022 ImgLib2. All rights reserved.