Package | Description |
---|---|
loci.formats |
Bio-Formats: a library for reading and writing popular microscopy file
formats.
|
ome.xml.meta | |
ome.xml.model | |
ome.xml.model.enums |
Modifier and Type | Method and Description |
---|---|
protected Marker |
FormatReader.getMarker(String value)
Retrieves an
Marker enumeration
value for the given String. |
Modifier and Type | Method and Description |
---|---|
Marker |
DummyMetadata.getLineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
AggregateMetadata.getLineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
MetadataRetrieve.getLineMarkerEnd(int ROIIndex,
int shapeIndex)
Get the MarkerEnd property of Line.
|
Marker |
OMEXMLMetadataImpl.getLineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
DummyMetadata.getLineMarkerStart(int ROIIndex,
int shapeIndex) |
Marker |
AggregateMetadata.getLineMarkerStart(int ROIIndex,
int shapeIndex) |
Marker |
MetadataRetrieve.getLineMarkerStart(int ROIIndex,
int shapeIndex)
Get the MarkerStart property of Line.
|
Marker |
OMEXMLMetadataImpl.getLineMarkerStart(int ROIIndex,
int shapeIndex) |
Marker |
DummyMetadata.getPolylineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
AggregateMetadata.getPolylineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
MetadataRetrieve.getPolylineMarkerEnd(int ROIIndex,
int shapeIndex)
Get the MarkerEnd property of Polyline.
|
Marker |
OMEXMLMetadataImpl.getPolylineMarkerEnd(int ROIIndex,
int shapeIndex) |
Marker |
DummyMetadata.getPolylineMarkerStart(int ROIIndex,
int shapeIndex) |
Marker |
AggregateMetadata.getPolylineMarkerStart(int ROIIndex,
int shapeIndex) |
Marker |
MetadataRetrieve.getPolylineMarkerStart(int ROIIndex,
int shapeIndex)
Get the MarkerStart property of Polyline.
|
Marker |
OMEXMLMetadataImpl.getPolylineMarkerStart(int ROIIndex,
int shapeIndex) |
Modifier and Type | Method and Description |
---|---|
void |
DummyMetadata.setLineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setLineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex)
Set the MarkerEnd property of Line.
|
void |
FilterMetadata.setLineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setLineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setLineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setLineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setLineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex)
Set the MarkerStart property of Line.
|
void |
FilterMetadata.setLineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setLineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setLineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPolylineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPolylineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex)
Set the MarkerEnd property of Polyline.
|
void |
FilterMetadata.setPolylineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPolylineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPolylineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPolylineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPolylineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex)
Set the MarkerStart property of Polyline.
|
void |
FilterMetadata.setPolylineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPolylineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPolylineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
Modifier and Type | Field and Description |
---|---|
private Marker |
Polyline.markerEnd |
private Marker |
Line.markerEnd |
private Marker |
Polyline.markerStart |
private Marker |
Line.markerStart |
Modifier and Type | Method and Description |
---|---|
Marker |
Polyline.getMarkerEnd() |
Marker |
Line.getMarkerEnd() |
Marker |
Polyline.getMarkerStart() |
Marker |
Line.getMarkerStart() |
Modifier and Type | Method and Description |
---|---|
void |
Polyline.setMarkerEnd(Marker markerEnd) |
void |
Line.setMarkerEnd(Marker markerEnd) |
void |
Polyline.setMarkerStart(Marker markerStart) |
void |
Line.setMarkerStart(Marker markerStart) |
Modifier and Type | Method and Description |
---|---|
static Marker |
Marker.fromString(String value) |
static Marker |
Marker.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Marker[] |
Marker.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Open Microscopy Environment