public class DefaultOMEROROICollection extends Object implements OMEROROICollection
OMEROROICollection
. Mutating the children,
mutates the backing ROIData
.Constructor and Description |
---|
DefaultOMEROROICollection(ROIData omeroRoi,
ConvertService convert) |
DefaultOMEROROICollection(TreeNode<?> parent,
ROIData omeroRoi,
ConvertService convert) |
Modifier and Type | Method and Description |
---|---|
void |
addChildren(List<? extends TreeNode<?>> nodes) |
List<TreeNode<?>> |
children() |
ROIData |
data() |
TreeNode<?> |
parent() |
void |
setParent(TreeNode<?> parent) |
public DefaultOMEROROICollection(TreeNode<?> parent, ROIData omeroRoi, ConvertService convert)
public DefaultOMEROROICollection(ROIData omeroRoi, ConvertService convert)
Copyright © 2014–2022 ImageJ. All rights reserved.