Uses of Class
ome.xml.model.primitives.NonNegativeLong
-
Packages that use NonNegativeLong Package Description ome.xml.meta ome.xml.model ome.xml.model.primitives -
-
Uses of NonNegativeLong in ome.xml.meta
Methods in ome.xml.meta that return NonNegativeLong Modifier and Type Method Description NonNegativeLongAggregateMetadata. getBinaryFileBinDataLength(int fileAnnotationIndex)NonNegativeLongDummyMetadata. getBinaryFileBinDataLength(int fileAnnotationIndex)NonNegativeLongMetadataRetrieve. getBinaryFileBinDataLength(int fileAnnotationIndex)Get the Length property of BinData.NonNegativeLongOMEXMLMetadataImpl. getBinaryFileBinDataLength(int fileAnnotationIndex)NonNegativeLongAggregateMetadata. getBinaryFileSize(int fileAnnotationIndex)NonNegativeLongDummyMetadata. getBinaryFileSize(int fileAnnotationIndex)NonNegativeLongMetadataRetrieve. getBinaryFileSize(int fileAnnotationIndex)Get the Size property of BinaryFile.NonNegativeLongOMEXMLMetadataImpl. getBinaryFileSize(int fileAnnotationIndex)NonNegativeLongAggregateMetadata. getMaskBinDataLength(int ROIIndex, int shapeIndex)NonNegativeLongDummyMetadata. getMaskBinDataLength(int ROIIndex, int shapeIndex)NonNegativeLongMetadataRetrieve. getMaskBinDataLength(int ROIIndex, int shapeIndex)Get the Length property of BinData.NonNegativeLongOMEXMLMetadataImpl. getMaskBinDataLength(int ROIIndex, int shapeIndex)NonNegativeLongAggregateMetadata. getPixelsBinDataLength(int imageIndex, int binDataIndex)NonNegativeLongDummyMetadata. getPixelsBinDataLength(int imageIndex, int binDataIndex)NonNegativeLongMetadataRetrieve. getPixelsBinDataLength(int imageIndex, int binDataIndex)Get the Length property of BinData.NonNegativeLongOMEXMLMetadataImpl. getPixelsBinDataLength(int imageIndex, int binDataIndex)Methods in ome.xml.meta with parameters of type NonNegativeLong Modifier and Type Method Description voidAggregateMetadata. setBinaryFileBinDataLength(NonNegativeLong length, int fileAnnotationIndex)voidDummyMetadata. setBinaryFileBinDataLength(NonNegativeLong length, int fileAnnotationIndex)voidFilterMetadata. setBinaryFileBinDataLength(NonNegativeLong length, int fileAnnotationIndex)voidMetadataStore. setBinaryFileBinDataLength(NonNegativeLong length, int fileAnnotationIndex)Set the Length property of BinData.voidOMEXMLMetadataImpl. setBinaryFileBinDataLength(NonNegativeLong length, int fileAnnotationIndex)voidAggregateMetadata. setBinaryFileSize(NonNegativeLong size, int fileAnnotationIndex)voidDummyMetadata. setBinaryFileSize(NonNegativeLong size, int fileAnnotationIndex)voidFilterMetadata. setBinaryFileSize(NonNegativeLong size, int fileAnnotationIndex)voidMetadataStore. setBinaryFileSize(NonNegativeLong size, int fileAnnotationIndex)Set the Size property of BinaryFile.voidOMEXMLMetadataImpl. setBinaryFileSize(NonNegativeLong size, int fileAnnotationIndex)voidAggregateMetadata. setMaskBinDataLength(NonNegativeLong length, int ROIIndex, int shapeIndex)voidDummyMetadata. setMaskBinDataLength(NonNegativeLong length, int ROIIndex, int shapeIndex)voidFilterMetadata. setMaskBinDataLength(NonNegativeLong length, int ROIIndex, int shapeIndex)voidMetadataStore. setMaskBinDataLength(NonNegativeLong length, int ROIIndex, int shapeIndex)Set the Length property of BinData.voidOMEXMLMetadataImpl. setMaskBinDataLength(NonNegativeLong length, int ROIIndex, int shapeIndex)voidAggregateMetadata. setPixelsBinDataLength(NonNegativeLong length, int imageIndex, int binDataIndex)voidDummyMetadata. setPixelsBinDataLength(NonNegativeLong length, int imageIndex, int binDataIndex)voidFilterMetadata. setPixelsBinDataLength(NonNegativeLong length, int imageIndex, int binDataIndex)voidMetadataStore. setPixelsBinDataLength(NonNegativeLong length, int imageIndex, int binDataIndex)Set the Length property of BinData.voidOMEXMLMetadataImpl. setPixelsBinDataLength(NonNegativeLong length, int imageIndex, int binDataIndex) -
Uses of NonNegativeLong in ome.xml.model
Methods in ome.xml.model that return NonNegativeLong Modifier and Type Method Description NonNegativeLongBinData. getLength()NonNegativeLongBinaryFile. getSize()Methods in ome.xml.model with parameters of type NonNegativeLong Modifier and Type Method Description voidBinData. setLength(NonNegativeLong length)voidBinaryFile. setSize(NonNegativeLong size) -
Uses of NonNegativeLong in ome.xml.model.primitives
Subclasses of NonNegativeLong in ome.xml.model.primitives Modifier and Type Class Description classPositiveLongAn integer whose constraints are bound to Java's 64-bit signed integer type and a further positive restriction.Methods in ome.xml.model.primitives that return NonNegativeLong Modifier and Type Method Description static NonNegativeLongNonNegativeLong. valueOf(java.lang.String s)Returns anNonNegativeLongobject holding the value of the specified string.
-