Uses of Class
ome.codecs.JPEG2000SegmentMarker
-
Packages that use JPEG2000SegmentMarker Package Description ome.codecs Package containing Bio-Formats compression and decompression logic. -
-
Uses of JPEG2000SegmentMarker in ome.codecs
Methods in ome.codecs that return JPEG2000SegmentMarker Modifier and Type Method Description static JPEG2000SegmentMarker
JPEG2000SegmentMarker. get(int code)
Retrieves the segment marker by reverse lookup of its "code".static JPEG2000SegmentMarker
JPEG2000SegmentMarker. valueOf(String name)
Returns the enum constant of this type with the specified name.static JPEG2000SegmentMarker[]
JPEG2000SegmentMarker. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-