public class SofnSegment extends Segment
Modifier and Type | Class and Description |
---|---|
static class |
SofnSegment.Component |
Modifier and Type | Field and Description |
---|---|
int |
height |
int |
numberOfComponents |
int |
precision |
int |
width |
Constructor and Description |
---|
SofnSegment(int marker,
byte[] segmentData) |
SofnSegment(int marker,
int markerLength,
java.io.InputStream is) |
Modifier and Type | Method and Description |
---|---|
SofnSegment.Component[] |
getComponents()
Returns a copy of all the components.
|
SofnSegment.Component |
getComponents(int index)
Returns the component at the specified index.
|
java.lang.String |
getDescription() |
dump, getSegmentType, toString
getByteOrder, getDebug, setDebug
public final int width
public final int height
public final int numberOfComponents
public final int precision
public SofnSegment(int marker, byte[] segmentData) throws java.io.IOException
java.io.IOException
public SofnSegment(int marker, int markerLength, java.io.InputStream is) throws java.io.IOException
java.io.IOException
public SofnSegment.Component[] getComponents()
public SofnSegment.Component getComponents(int index)
index
- the array indexpublic java.lang.String getDescription()
getDescription
in class Segment
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"