|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for classes to specify the size of the microarray image and the locations of the zones.
Method Summary | |
MaDimensions |
getDimensions()
|
float |
getHeight()
Returns image height in pixels |
float |
getWidth()
Returns image width in pixels |
java.awt.geom.Point2D |
getZoneLocation(int zoneIndex)
Get the location of a zone, given the index. |
Methods inherited from interface org.cybertory.MSS.SelfScaler |
getScaled |
Method Detail |
public float getWidth()
public float getHeight()
public MaDimensions getDimensions()
public java.awt.geom.Point2D getZoneLocation(int zoneIndex)
zoneIndex
- the zero-based index of the zone of interest.
Point2D
object with the pixel coordinates of the
upper-left corner of the zone.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |