public class ItemWrapper extends Object
Constructor and Description |
---|
ItemWrapper(ItemWrapper other)
Creates an ItemWrapper based on another ItemWrapper.
|
ItemWrapper(Object item)
Creates an ItemWrapper based on an ImageJ ImageProcessor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getItem()
Gets the underlying ImageJ ImageProcessor.
|
IPropertyCollection |
getProperties()
Gets the properties associated with this image.
|
public ItemWrapper(Object item)
public ItemWrapper(ItemWrapper other)
public Object getItem()
public IPropertyCollection getProperties()
Copyright © 2015–2022 SciJava. All rights reserved.