- java.lang.Object
-
- org.scijava.types.extract.SubTypeExtractor<Histogram1d<?>>
-
- org.scijava.ops.image.types.Histogram1dTypeExtractor
-
- All Implemented Interfaces:
Comparable<TypeExtractor>,Prioritized<TypeExtractor>,TypeExtractor
public class Histogram1dTypeExtractor extends SubTypeExtractor<Histogram1d<?>>
TypeExtractorplugin which operates onHistogram1dobjects.Note that this
TypeExtractoris high priority.- Author:
- Gabriel Selzer, Edward Evans
-
-
Constructor Summary
Constructors Constructor Description Histogram1dTypeExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<?>baseClass()protected Type[]getTypeParameters(TypeReifier r, Histogram1d<?> object)doublepriority()-
Methods inherited from class org.scijava.types.extract.SubTypeExtractor
reify
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.scijava.priority.Prioritized
compareTo
-
-
-
-
Method Detail
-
priority
public double priority()
-
baseClass
public Class<?> baseClass()
-
getTypeParameters
protected Type[] getTypeParameters(TypeReifier r, Histogram1d<?> object)
- Specified by:
getTypeParametersin classSubTypeExtractor<Histogram1d<?>>
-
-