Uses of Class
org.apache.commons.imaging.formats.jpeg.segments.Segment
-
Packages that use Segment 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 Segment in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg that return types with arguments of type Segment Modifier and Type Method Description private java.util.List<Segment>
JpegImageParser. filterAPP1Segments(java.util.List<Segment> segments)
java.util.List<Segment>
JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst)
java.util.List<Segment>
JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst, boolean readEverything)
Method parameters in org.apache.commons.imaging.formats.jpeg with type arguments of type Segment Modifier and Type Method Description private void
JpegImageParser. dumpSegments(java.util.List<? extends Segment> v)
private java.util.List<Segment>
JpegImageParser. filterAPP1Segments(java.util.List<Segment> segments)
-
Uses of Segment in org.apache.commons.imaging.formats.jpeg.segments
Subclasses of Segment in org.apache.commons.imaging.formats.jpeg.segments Modifier and Type Class Description class
App13Segment
class
App14Segment
http://www.aiim.org/documents/standards/PDF-Ref/References/Adobe/5116.DCT_Filter.pdfclass
App2Segment
class
AppnSegment
class
ComSegment
class
DhtSegment
class
DqtSegment
class
GenericSegment
class
JfifSegment
class
SofnSegment
class
SosSegment
class
UnknownSegment
-