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