Uses of Enum Class
ome.xml.model.enums.Marker
Packages that use Marker
-
Uses of Marker in ome.xml.meta
Methods in ome.xml.meta that return MarkerModifier and TypeMethodDescriptionAggregateMetadata.getLineMarkerEnd(int ROIIndex, int shapeIndex) DummyMetadata.getLineMarkerEnd(int ROIIndex, int shapeIndex) MetadataRetrieve.getLineMarkerEnd(int ROIIndex, int shapeIndex) Get the MarkerEnd property of Line.OMEXMLMetadataImpl.getLineMarkerEnd(int ROIIndex, int shapeIndex) AggregateMetadata.getLineMarkerStart(int ROIIndex, int shapeIndex) DummyMetadata.getLineMarkerStart(int ROIIndex, int shapeIndex) MetadataRetrieve.getLineMarkerStart(int ROIIndex, int shapeIndex) Get the MarkerStart property of Line.OMEXMLMetadataImpl.getLineMarkerStart(int ROIIndex, int shapeIndex) AggregateMetadata.getPolylineMarkerEnd(int ROIIndex, int shapeIndex) DummyMetadata.getPolylineMarkerEnd(int ROIIndex, int shapeIndex) MetadataRetrieve.getPolylineMarkerEnd(int ROIIndex, int shapeIndex) Get the MarkerEnd property of Polyline.OMEXMLMetadataImpl.getPolylineMarkerEnd(int ROIIndex, int shapeIndex) AggregateMetadata.getPolylineMarkerStart(int ROIIndex, int shapeIndex) DummyMetadata.getPolylineMarkerStart(int ROIIndex, int shapeIndex) MetadataRetrieve.getPolylineMarkerStart(int ROIIndex, int shapeIndex) Get the MarkerStart property of Polyline.OMEXMLMetadataImpl.getPolylineMarkerStart(int ROIIndex, int shapeIndex) Methods in ome.xml.meta with parameters of type MarkerModifier and TypeMethodDescriptionvoidAggregateMetadata.setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidDummyMetadata.setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidFilterMetadata.setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidMetadataStore.setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) Set the MarkerEnd property of Line.voidOMEXMLMetadataImpl.setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidAggregateMetadata.setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) voidDummyMetadata.setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) voidFilterMetadata.setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) voidMetadataStore.setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) Set the MarkerStart property of Line.voidOMEXMLMetadataImpl.setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) voidAggregateMetadata.setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidDummyMetadata.setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidFilterMetadata.setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidMetadataStore.setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) Set the MarkerEnd property of Polyline.voidOMEXMLMetadataImpl.setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex) voidAggregateMetadata.setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) voidDummyMetadata.setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) voidFilterMetadata.setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) voidMetadataStore.setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) Set the MarkerStart property of Polyline.voidOMEXMLMetadataImpl.setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex) -
Uses of Marker in ome.xml.model
Methods in ome.xml.model that return MarkerModifier and TypeMethodDescriptionLine.getMarkerEnd()Polyline.getMarkerEnd()Line.getMarkerStart()Polyline.getMarkerStart()Methods in ome.xml.model with parameters of type MarkerModifier and TypeMethodDescriptionvoidLine.setMarkerEnd(Marker markerEnd) voidPolyline.setMarkerEnd(Marker markerEnd) voidLine.setMarkerStart(Marker markerStart) voidPolyline.setMarkerStart(Marker markerStart) -
Uses of Marker in ome.xml.model.enums
Methods in ome.xml.model.enums that return Marker