public class DefaultImgPlusService extends AbstractService implements ImgPlusService
ImgPlus
based on the actual backing type of the data.| Constructor and Description |
|---|
DefaultImgPlusService() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Type<T>> |
asType(ImgPlus<?> ip,
T type)
Given an ImgPlus of unknown type this returns a typed ImgPlus of a given
type.
|
ImgPlus<ComplexType<?>> |
complex(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
ComplexType.
|
void |
initialize() |
ImgPlus<IntegerType<?>> |
integer(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
IntegerType.
|
ImgPlus<NumericType<?>> |
numeric(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
NumericType.
|
ImgPlus<RealType<?>> |
real(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type
RealType.
|
ImgPlus<Type<?>> |
typed(ImgPlus<?> ip)
Given an ImgPlus of unknown type this returns a typed ImgPlus of type Type.
|
getContext, setContext, toStringgetInfo, getPriority, setInfo, setPrioritycontextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitregisterEventHandlersgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersiondisposepublic <T extends Type<T>> ImgPlus<T> asType(ImgPlus<?> ip, T type)
ImgPlusServiceasType in interface ImgPlusServicepublic ImgPlus<Type<?>> typed(ImgPlus<?> ip)
ImgPlusServicetyped in interface ImgPlusServicepublic ImgPlus<NumericType<?>> numeric(ImgPlus<?> ip)
ImgPlusServicenumeric in interface ImgPlusServicepublic ImgPlus<ComplexType<?>> complex(ImgPlus<?> ip)
ImgPlusServicecomplex in interface ImgPlusServicepublic ImgPlus<RealType<?>> real(ImgPlus<?> ip)
ImgPlusServicereal in interface ImgPlusServicepublic ImgPlus<IntegerType<?>> integer(ImgPlus<?> ip)
ImgPlusServiceinteger in interface ImgPlusServicepublic void initialize()
initialize in interface Initializableinitialize in interface ServiceCopyright © 2014–2022 ImageJ. All rights reserved.