Package | Description |
---|---|
loci.formats.meta |
Package containing core Bio-Formats metadata interfaces for the OME data model.
|
loci.formats.ome |
Package containing Bio-Formats OME-related logic for
OME-XML metadata, and database import, upload and download.
|
ome.xml.model | |
ome.xml.model.primitives |
Modifier and Type | Method and Description |
---|---|
Color |
AggregateMetadata.getChannelColor(int imageIndex,
int channelIndex) |
Color |
MetadataRetrieve.getChannelColor(int imageIndex,
int channelIndex) |
Color |
DummyMetadata.getChannelColor(int imageIndex,
int channelIndex) |
Color |
AggregateMetadata.getEllipseFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getEllipseFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getEllipseFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getEllipseStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getEllipseStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getEllipseStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getLabelFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getLabelFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getLabelFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getLabelStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getLabelStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getLabelStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getLineFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getLineFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getLineFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getLineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getLineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getLineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getMaskFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getMaskFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getMaskFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getMaskStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getMaskStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getMaskStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getPointFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getPointFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getPointFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getPointStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getPointStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getPointStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getPolygonFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getPolygonFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getPolygonFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getPolygonStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getPolygonStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getPolygonStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getPolylineFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getPolylineFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getPolylineFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getPolylineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getPolylineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getPolylineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getRectangleFillColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getRectangleFillColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getRectangleFillColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getRectangleStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
MetadataRetrieve.getRectangleStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
DummyMetadata.getRectangleStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
AggregateMetadata.getWellColor(int plateIndex,
int wellIndex) |
Color |
MetadataRetrieve.getWellColor(int plateIndex,
int wellIndex) |
Color |
DummyMetadata.getWellColor(int plateIndex,
int wellIndex) |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMetadata.setChannelColor(Color color,
int imageIndex,
int channelIndex) |
void |
MetadataStore.setChannelColor(Color color,
int imageIndex,
int channelIndex) |
void |
FilterMetadata.setChannelColor(Color color,
int imageIndex,
int channelIndex) |
void |
DummyMetadata.setChannelColor(Color color,
int imageIndex,
int channelIndex) |
void |
AggregateMetadata.setEllipseFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setEllipseFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setEllipseFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setEllipseFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setEllipseStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setEllipseStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setEllipseStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setEllipseStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setLabelFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setLabelFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setLabelFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setLabelFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setLabelStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setLabelStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setLabelStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setLabelStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setLineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setLineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setLineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setLineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setLineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setLineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setLineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setLineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setMaskFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setMaskFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setMaskFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setMaskFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setMaskStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setMaskStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setMaskStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setMaskStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPointFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPointFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setPointFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPointFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPointStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPointStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setPointStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPointStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPolygonFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPolygonFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setPolygonFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPolygonFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPolygonStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPolygonStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setPolygonStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPolygonStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPolylineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPolylineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setPolylineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPolylineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setPolylineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setPolylineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setPolylineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setPolylineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setRectangleFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setRectangleFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setRectangleFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setRectangleFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setRectangleStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
MetadataStore.setRectangleStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
FilterMetadata.setRectangleStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
DummyMetadata.setRectangleStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
AggregateMetadata.setWellColor(Color color,
int plateIndex,
int wellIndex) |
void |
MetadataStore.setWellColor(Color color,
int plateIndex,
int wellIndex) |
void |
FilterMetadata.setWellColor(Color color,
int plateIndex,
int wellIndex) |
void |
DummyMetadata.setWellColor(Color color,
int plateIndex,
int wellIndex) |
Modifier and Type | Method and Description |
---|---|
Color |
OMEXMLMetadataImpl.getChannelColor(int imageIndex,
int channelIndex) |
Color |
OMEXMLMetadataImpl.getEllipseFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getEllipseStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getLabelFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getLabelStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getLineFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getLineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getMaskFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getMaskStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getPointFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getPointStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getPolygonFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getPolygonStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getPolylineFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getPolylineStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getRectangleFillColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getRectangleStrokeColor(int ROIIndex,
int shapeIndex) |
Color |
OMEXMLMetadataImpl.getWellColor(int plateIndex,
int wellIndex) |
Modifier and Type | Method and Description |
---|---|
void |
OMEXMLMetadataImpl.setChannelColor(Color color,
int imageIndex,
int channelIndex) |
void |
OMEXMLMetadataImpl.setEllipseFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setEllipseStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setLabelFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setLabelStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setLineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setLineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setMaskFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setMaskStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPointFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPointStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPolygonFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPolygonStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPolylineFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setPolylineStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setRectangleFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setRectangleStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
OMEXMLMetadataImpl.setWellColor(Color color,
int plateIndex,
int wellIndex) |
Modifier and Type | Method and Description |
---|---|
Color |
Channel.getColor() |
Color |
Well.getColor() |
Color |
Shape.getFillColor() |
Color |
Shape.getStrokeColor() |
Modifier and Type | Method and Description |
---|---|
void |
Channel.setColor(Color color) |
void |
Well.setColor(Color color) |
void |
Shape.setFillColor(Color fillColor) |
void |
Shape.setStrokeColor(Color strokeColor) |
Modifier and Type | Method and Description |
---|---|
static Color |
Color.valueOf(String s)
Returns an
Color object holding the value of
the specified string. |
Copyright © 2014 Open Microscopy Environment