public static class OMEROFormat.Metadata extends AbstractMetadata
Constructor and Description |
---|
Metadata() |
add, close, createImageMetadata, get, getAll, getDatasetName, getDatasetSize, getDestinationLocation, getImageCount, getSource, getSourceLocation, getTable, isFiltered, setDatasetName, setDestinationLocation, setFiltered, setSource, setSourceLocation, setTable
close
asBrowsableLocation, asBrowsableLocation, getFormat, getFormatName
getVersion, log
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFormat, getFormatName
getVersion, log
getIdentifier
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
public OMEROLocation getCredentials()
public String getName()
public long getDatasetID()
public long getImageID()
public long getPixelsID()
public int getSizeX()
public int getSizeY()
public int getSizeZ()
public int getSizeC()
public int getSizeT()
public Length getPhysicalSizeX()
public Length getPhysicalSizeY()
public Length getPhysicalSizeZ()
public RInt getWaveStart()
public RInt getWaveIncrement()
public Time getTimeIncrement()
public String getPixelType()
public ROITree getRois()
public Image getImage()
public Pixels getPixels()
public void setName(String name)
public void setCredentials(OMEROLocation credentials)
public void setImageID(long imageID)
public void setPixelsID(long pixelsID)
public void setSizeX(int sizeX)
public void setSizeY(int sizeY)
public void setSizeZ(int sizeZ)
public void setSizeC(int sizeC)
public void setSizeT(int sizeT)
public void setPhysicalSizeX(Length physSizeX)
public void setPhysicalSizeY(Length physSizeY)
public void setPhysicalSizeZ(Length physSizeZ)
public void setWaveStart(RInt waveStart)
public void setWaveIncrement(RInt waveIncrement)
public void setTimeIncrement(Time timeIncrement)
public void setPixelType(String pixelType)
public void setRois(ROITree rois)
public void setImage(Image image)
public void setPixels(Pixels pixels)
public void populateImageMetadata()
Copyright © 2014–2022 ImageJ. All rights reserved.