Package jj2000.j2k.codestream
Class PrecCoordInfo
java.lang.Object
jj2000.j2k.codestream.CoordInfo
jj2000.j2k.codestream.PrecCoordInfo
This class is used to store the coordinates of precincts.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintHorizontal upper left coordinate in the reference gridintVertical upper left coordinate on the reference grid -
Constructor Summary
ConstructorsConstructorDescriptionEmpty Constructor.PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref) Constructor. -
Method Summary
-
Field Details
-
xref
public int xrefHorizontal upper left coordinate in the reference grid -
yref
public int yrefVertical upper left coordinate on the reference grid
-
-
Constructor Details
-
PrecCoordInfo
public PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref) Constructor. Creates a PrecCoordInfo object.- Parameters:
ulx- Horizontal upper left coordinate in the subbanduly- Vertical upper left coordinate in the subbandw- Precint's widthh- Precinct's heightxref- The horizontal coordinate on the reference gridyref- The vertical coordinate on the reference grid
-
PrecCoordInfo
public PrecCoordInfo()Empty Constructor. Creates an empty PrecCoordInfo object.
-
-
Method Details