Uses of Class
org.apache.commons.imaging.formats.jpeg.segments.SosSegment.Component
-
Packages that use SosSegment.Component Package Description org.apache.commons.imaging.formats.jpeg.segments JPEG image format segments. -
-
Uses of SosSegment.Component in org.apache.commons.imaging.formats.jpeg.segments
Fields in org.apache.commons.imaging.formats.jpeg.segments declared as SosSegment.Component Modifier and Type Field Description private SosSegment.Component[]
SosSegment. components
Methods in org.apache.commons.imaging.formats.jpeg.segments that return SosSegment.Component Modifier and Type Method Description SosSegment.Component[]
SosSegment. getComponents()
Returns a copy of all the components.SosSegment.Component
SosSegment. getComponents(int index)
Return a component at the specified index.
-