public class PageInformation extends Object implements SegmentData
| Constructor and Description |
|---|
PageInformation() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getBitmapHeight() |
protected int |
getBitmapWidth() |
CombinationOperator |
getCombinationOperator() |
short |
getDefaultPixelValue() |
int |
getHeight() |
short |
getMaxStripeSize() |
int |
getResolutionX() |
int |
getResolutionY() |
int |
getWidth() |
void |
init(SegmentHeader header,
SubInputStream sis)
Parse the stream and read information of header.
|
boolean |
isAuxiliaryBufferRequired() |
boolean |
isCombinationOperatorOverrideAllowed() |
boolean |
isLossless() |
boolean |
isStriped() |
boolean |
mightContainRefinements() |
public void init(SegmentHeader header, SubInputStream sis) throws InvalidHeaderValueException, IOException
SegmentDatainit in interface SegmentDataheader - - The segments' header (to make referred-to segments available in data part).sis - - Wrapped ImageInputStream into SubInputStream.InvalidHeaderValueExceptionIOExceptionpublic int getWidth()
public int getHeight()
public int getResolutionX()
public int getResolutionY()
public short getDefaultPixelValue()
public boolean isCombinationOperatorOverrideAllowed()
public CombinationOperator getCombinationOperator()
public boolean isStriped()
public short getMaxStripeSize()
public boolean isAuxiliaryBufferRequired()
public boolean mightContainRefinements()
public boolean isLossless()
protected int getBitmapWidth()
protected int getBitmapHeight()
Copyright © 2015. All rights reserved.