public class DefaultOMEROROIElement extends Object implements OMEROROIElement
OMEROROIElement
.Constructor and Description |
---|
DefaultOMEROROIElement(OMERORealMask<?> source,
TreeNode<?> parent,
List<TreeNode<?>> children) |
Modifier and Type | Method and Description |
---|---|
List<TreeNode<?>> |
children() |
OMERORealMask<?> |
data() |
TreeNode<?> |
parent() |
OMERORealMask<?> |
projectIntoSpace(TypedSpace<? extends TypedAxis> space) |
void |
setParent(TreeNode<?> parent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChildren
public DefaultOMEROROIElement(OMERORealMask<?> source, TreeNode<?> parent, List<TreeNode<?>> children)
public TreeNode<?> parent()
parent
in interface TreeNode<OMERORealMask<?>>
public void setParent(TreeNode<?> parent)
setParent
in interface TreeNode<OMERORealMask<?>>
public List<TreeNode<?>> children()
children
in interface TreeNode<OMERORealMask<?>>
public OMERORealMask<?> data()
data
in interface TreeNode<OMERORealMask<?>>
public OMERORealMask<?> projectIntoSpace(TypedSpace<? extends TypedAxis> space)
projectIntoSpace
in interface OMEROROIElement
Copyright © 2014–2022 ImageJ. All rights reserved.