Package net.imglib2.blocks
Class FallbackProperties<T extends NativeType<T>>
- java.lang.Object
-
- net.imglib2.blocks.FallbackProperties<T>
-
class FallbackProperties<T extends NativeType<T>> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private RandomAccessible<T>viewprivate TviewType
-
Constructor Summary
Constructors Constructor Description FallbackProperties(T viewType, RandomAccessible<T> view)TODO: javadoc
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RandomAccessible<T>getView()TgetViewType()java.lang.StringtoString()
-
-
-
Field Detail
-
viewType
private final T extends NativeType<T> viewType
-
view
private final RandomAccessible<T extends NativeType<T>> view
-
-
Constructor Detail
-
FallbackProperties
FallbackProperties(T viewType, RandomAccessible<T> view)
TODO: javadoc- Parameters:
viewType- pixel type of the View to copy fromview-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getViewType
public T getViewType()
-
getView
public RandomAccessible<T> getView()
-
-