Package gov.nih.mipav.model.file
Class jxlatte.Patch
java.lang.Object
gov.nih.mipav.model.file.jxlatte.Patch
- Enclosing class:
jxlatte
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal jxlatte.BlendingInfo[][]final jxlatte.Rectanglefinal jxlatte.Point[]final int -
Constructor Summary
ConstructorsConstructorDescriptionPatch(int ref, jxlatte.Rectangle bounds, jxlatte.Point[] positions, jxlatte.BlendingInfo[][] blendingInfos) -
Method Summary
Modifier and TypeMethodDescriptionreadPatch(jxlatte.EntropyStream stream, jxlatte.Bitreader reader, int extraChannelCount, int alphaChannelCount) toString()
-
Field Details
-
ref
public final int ref -
bounds
-
positions
-
blendingInfos
-
-
Constructor Details
-
Patch
public Patch(int ref, jxlatte.Rectangle bounds, jxlatte.Point[] positions, jxlatte.BlendingInfo[][] blendingInfos)
-
-
Method Details
-
readPatch
public jxlatte.Patch readPatch(jxlatte.EntropyStream stream, jxlatte.Bitreader reader, int extraChannelCount, int alphaChannelCount) throws IOException - Throws:
IOException
-
toString
-