Uses of Class
org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
-
Packages that use AbstractSegment Package Description org.apache.commons.imaging.formats.jpeg The JPEG image format.org.apache.commons.imaging.formats.jpeg.segments JPEG image format segments. -
-
Uses of AbstractSegment in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg that return types with arguments of type AbstractSegment Modifier and Type Method Description private java.util.List<AbstractSegment>JpegImageParser. filterApp1Segments(java.util.List<AbstractSegment> abstractSegments)java.util.List<AbstractSegment>JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst)Method parameters in org.apache.commons.imaging.formats.jpeg with type arguments of type AbstractSegment Modifier and Type Method Description private voidJpegImageParser. dumpSegments(java.util.List<? extends AbstractSegment> v)private java.util.List<AbstractSegment>JpegImageParser. filterApp1Segments(java.util.List<AbstractSegment> abstractSegments) -
Uses of AbstractSegment in org.apache.commons.imaging.formats.jpeg.segments
Subclasses of AbstractSegment in org.apache.commons.imaging.formats.jpeg.segments Modifier and Type Class Description classAbstractGenericSegmentclassApp13SegmentclassApp14Segment[BROKEN URL] http://www.aiim.org/documents/standards/PDF-Ref/References/Adobe/5116.DCT_Filter.pdfclassApp2SegmentclassAppnSegmentclassComSegmentclassDhtSegmentclassDqtSegmentclassJfifSegmentclassSofnSegmentclassSosSegmentclassUnknownSegment
-