public class DefaultSamplerService extends AbstractService implements SamplerService
SamplerService
.Constructor and Description |
---|
DefaultSamplerService() |
Modifier and Type | Method and Description |
---|---|
ImageDisplay |
createSampledImage(SamplingDefinition def)
Creates an output ImageDisplay containing data from an input
SamplingDefinition.
|
ImageDisplay |
duplicate(ImageDisplay display)
Creates a copy of an existing ImageDisplay.
|
ImageDisplay |
duplicateSelectedCompositePlane(ImageDisplay display)
Creates a multichannel copy of the currently selected 2d region of an
ImageDisplay.
|
ImageDisplay |
duplicateSelectedPlane(ImageDisplay display)
Creates a copy of the currently selected 2d region of an ImageDisplay.
|
ImageDisplay |
duplicateSelectedPlanes(ImageDisplay display)
Creates a copy of all the planes bounded by the currently selected 2d
region of an ImageDisplay.
|
getContext, setContext, toString
getInfo, getPriority, setInfo, setPriority
context
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
initialize, registerEventHandlers
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
dispose
public ImageDisplay createSampledImage(SamplingDefinition def)
SamplerService
createSampledImage
in interface SamplerService
def
- The prespecified SamplingDefinition to usepublic ImageDisplay duplicate(ImageDisplay display)
SamplerService
duplicate
in interface SamplerService
public ImageDisplay duplicateSelectedPlane(ImageDisplay display)
SamplerService
duplicateSelectedPlane
in interface SamplerService
public ImageDisplay duplicateSelectedCompositePlane(ImageDisplay display)
SamplerService
duplicateSelectedCompositePlane
in interface SamplerService
public ImageDisplay duplicateSelectedPlanes(ImageDisplay display)
SamplerService
duplicateSelectedPlanes
in interface SamplerService
Copyright © 2014–2022 ImageJ. All rights reserved.