| java.lang.Object jj2000.j2k.codestream.CoordInfo jj2000.j2k.codestream.PrecCoordInfo
PrecCoordInfo | public class PrecCoordInfo extends CoordInfo (Code) | | This class is used to store the coordinates of precincts.
|
Field Summary | |
public int | xref | public int | yref |
Constructor Summary | |
public | PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref) Constructor. | public | PrecCoordInfo() Empty Constructor. |
xref | public int xref(Code) | | Horizontal upper left coordinate in the reference grid
|
yref | public int yref(Code) | | Vertical upper left coordinate on the reference grid
|
PrecCoordInfo | public PrecCoordInfo(int ulx, int uly, int w, int h, int xref, int yref)(Code) | | Constructor. Creates a PrecCoordInfo object.
Parameters: ulx - Horizontal upper left coordinate in the subband Parameters: uly - Vertical upper left coordinate in the subband Parameters: w - Precint's width Parameters: h - Precinct's height Parameters: xref - The horizontal coordinate on the reference grid Parameters: yref - The vertical coordinate on the reference grid |
PrecCoordInfo | public PrecCoordInfo()(Code) | | Empty Constructor. Creates an empty PrecCoordInfo object.
|
toString | public String toString()(Code) | | Returns precinct's information in a String
String with precinct's information |
|
|