Uses of Class
ome.xml.model.enums.Marker
-
Packages that use Marker Package Description ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of Marker in ome.xml.meta
Methods in ome.xml.meta that return Marker Modifier and Type Method Description Marker
AggregateMetadata. getLineMarkerEnd(int ROIIndex, int shapeIndex)
Marker
DummyMetadata. 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
AggregateMetadata. getLineMarkerStart(int ROIIndex, int shapeIndex)
Marker
DummyMetadata. 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
AggregateMetadata. getPolylineMarkerEnd(int ROIIndex, int shapeIndex)
Marker
DummyMetadata. 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
AggregateMetadata. getPolylineMarkerStart(int ROIIndex, int shapeIndex)
Marker
DummyMetadata. 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)
Methods in ome.xml.meta with parameters of type Marker Modifier and Type Method Description void
AggregateMetadata. setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
DummyMetadata. setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
FilterMetadata. setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
MetadataStore. setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
Set the MarkerEnd property of Line.void
OMEXMLMetadataImpl. setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
AggregateMetadata. setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
void
DummyMetadata. setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
void
FilterMetadata. setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
void
MetadataStore. setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
Set the MarkerStart property of Line.void
OMEXMLMetadataImpl. setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
void
AggregateMetadata. setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
DummyMetadata. setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
FilterMetadata. setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
MetadataStore. setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
Set the MarkerEnd property of Polyline.void
OMEXMLMetadataImpl. setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
void
AggregateMetadata. setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
void
DummyMetadata. setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
void
FilterMetadata. setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
void
MetadataStore. setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
Set the MarkerStart property of Polyline.void
OMEXMLMetadataImpl. setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
-
Uses of Marker in ome.xml.model
Methods in ome.xml.model that return Marker Modifier and Type Method Description Marker
Line. getMarkerEnd()
Marker
Polyline. getMarkerEnd()
Marker
Line. getMarkerStart()
Marker
Polyline. getMarkerStart()
Methods in ome.xml.model with parameters of type Marker Modifier and Type Method Description void
Line. setMarkerEnd(Marker markerEnd)
void
Polyline. setMarkerEnd(Marker markerEnd)
void
Line. setMarkerStart(Marker markerStart)
void
Polyline. setMarkerStart(Marker markerStart)
-
Uses of Marker in ome.xml.model.enums
Methods in ome.xml.model.enums that return Marker Modifier and Type Method 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.
-