public class CBlkCoordInfo extends CoordInfo
Modifier and Type | Field and Description |
---|---|
java.awt.Point |
idx
The code-block horizontal and vertical indexes
|
Constructor and Description |
---|
CBlkCoordInfo()
Constructor.
|
CBlkCoordInfo(int m,
int n)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns code-block's information in a String
|
public CBlkCoordInfo()
public CBlkCoordInfo(int m, int n)
m
- Code-block vertical index.n
- Code-block horizontal index.Copyright © 2014 Open Microscopy Environment