public interface AutoscaleService extends SingletonService<AutoscaleMethod>, ImageJService
AutoscaleMethod
Modifier and Type | Method and Description |
---|---|
AutoscaleMethod |
getAutoscaleMethod(String name)
Returns the
AutoscaleMethod associated with the given name. |
List<String> |
getAutoscaleMethodNames()
Returns the names of all available
AutoscaleMethod s, ordered by
priority. |
Map<String,AutoscaleMethod> |
getAutoscaleMethods()
Returns a map of available
AutoscaleMethod s, indexed by name. |
AutoscaleMethod |
getDefaultAutoscaleMethod()
Returns the default autoscaling method.
|
DataRange |
getDefaultIntervalRange(IterableInterval<? extends RealType<?>> interval)
Calculates the range of interest from the data contained in the given
IterableInterval using the default autoscale method. |
DataRange |
getDefaultRandomAccessRange(RandomAccessibleInterval<? extends RealType<?>> interval)
Calculates the range of interest from the data contained in the given
RandomAccessibleInterval using the default autoscale method. |
create, filterInstances, getInstance, getInstances, initialize, objectService
getPlugins, getPluginService, getPluginType, pluginService
registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
Map<String,AutoscaleMethod> getAutoscaleMethods()
AutoscaleMethod
s, indexed by name.List<String> getAutoscaleMethodNames()
AutoscaleMethod
s, ordered by
priority.AutoscaleMethod getAutoscaleMethod(String name)
AutoscaleMethod
associated with the given name.AutoscaleMethod getDefaultAutoscaleMethod()
DataRange getDefaultIntervalRange(IterableInterval<? extends RealType<?>> interval)
IterableInterval
using the default autoscale method.DataRange getDefaultRandomAccessRange(RandomAccessibleInterval<? extends RealType<?>> interval)
RandomAccessibleInterval
using the default autoscale method.Copyright © 2014–2022 ImageJ. All rights reserved.