Uses of Enum Class
loci.formats.codec.JPEG2000SegmentMarker
Packages that use JPEG2000SegmentMarker
-
Uses of JPEG2000SegmentMarker in loci.formats.codec
Fields in loci.formats.codec with type parameters of type JPEG2000SegmentMarkerModifier and TypeFieldDescriptionprivate static final Map<Integer, JPEG2000SegmentMarker> JPEG2000SegmentMarker.lookupMap used to retrieve the segment marker corresponding to the code.Methods in loci.formats.codec that return JPEG2000SegmentMarkerModifier and TypeMethodDescriptionstatic JPEG2000SegmentMarkerJPEG2000SegmentMarker.get(int code) Retrieves the segment marker by reverse lookup of its "code".static JPEG2000SegmentMarkerReturns the enum constant of this class with the specified name.static JPEG2000SegmentMarker[]JPEG2000SegmentMarker.values()Returns an array containing the constants of this enum class, in the order they are declared.