Class Frame
java.lang.Object
com.twelvemonkeys.imageio.plugins.jpeg.Segment
com.twelvemonkeys.imageio.plugins.jpeg.Frame
Frame
- Version:
- $Id: SOFSegment.java,v 1.0 22.04.13 16:40 haraldk Exp$
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Frame.Component[](package private) final int(package private) final int(package private) final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateFrame(int marker, int samplePrecision, int lines, int samplesPerLine, Frame.Component[] components) -
Method Summary
Modifier and TypeMethodDescription(package private) int(package private) Frame.ComponentgetComponent(int id) (package private) intprocess()(package private) static Frame(package private) static Frameread(int marker, ImageInputStream data) toString()
-
Field Details
-
samplePrecision
final int samplePrecision -
lines
final int lines -
samplesPerLine
final int samplesPerLine -
components
-
-
Constructor Details
-
Frame
private Frame(int marker, int samplePrecision, int lines, int samplesPerLine, Frame.Component[] components)
-
-
Method Details
-
process
int process() -
componentsInFrame
int componentsInFrame() -
getComponent
-
toString
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-