Package | Description |
---|---|
ome.xml.model |
Modifier and Type | Method and Description |
---|---|
BooleanAnnotation |
StructuredAnnotations.getBooleanAnnotation(int index) |
BooleanAnnotation |
StructuredAnnotations.setBooleanAnnotation(int index,
BooleanAnnotation booleanAnnotation) |
Modifier and Type | Method and Description |
---|---|
List<BooleanAnnotation> |
StructuredAnnotations.copyBooleanAnnotationList() |
Modifier and Type | Method and Description |
---|---|
void |
StructuredAnnotations.addBooleanAnnotation(BooleanAnnotation booleanAnnotation) |
void |
StructuredAnnotations.removeBooleanAnnotation(BooleanAnnotation booleanAnnotation) |
BooleanAnnotation |
StructuredAnnotations.setBooleanAnnotation(int index,
BooleanAnnotation booleanAnnotation) |
Constructor and Description |
---|
BooleanAnnotation(BooleanAnnotation orig)
Copy constructor.
|
Copyright © 2014 Open Microscopy Environment