org.cybertory.MSS
Interface ZonesInfo

All Superinterfaces:
SelfScaler
All Known Implementing Classes:
ZonesInfoImpl

public interface ZonesInfo
extends SelfScaler

An interface for classes that provide access for data about zones.


Method Summary
 int getNumZones()
           
 ZoneCharacteristics getZoneCharacteristics(int zoneIndex)
           
 float[][][] getZoneIntensities(int zoneIndex)
           
 java.awt.geom.Point2D getZoneLocation(int zoneIndex)
           
 
Methods inherited from interface org.cybertory.MSS.SelfScaler
getScaled
 

Method Detail

getNumZones

public int getNumZones()

getZoneLocation

public java.awt.geom.Point2D getZoneLocation(int zoneIndex)

getZoneIntensities

public float[][][] getZoneIntensities(int zoneIndex)

getZoneCharacteristics

public ZoneCharacteristics getZoneCharacteristics(int zoneIndex)