public class OpMatchingUtil extends Object
OpMatchingService
.Modifier and Type | Method and Description |
---|---|
static int |
findCastLevels(Class<?> dest,
Class<?> origin)
Finds the levels of casting between
origin and
dest . |
static Class<?> |
getClass(Object obj)
Gets the "useful" class information carries on the given object, which
depends on the actual type of the object.
|
Copyright © 2014–2022 ImageJ. All rights reserved.