org.cybertory.MSS
Class ZoneCharacteristics

java.lang.Object
  extended byorg.cybertory.MSS.ZoneCharacteristics
All Implemented Interfaces:
SelfScaler

public class ZoneCharacteristics
extends java.lang.Object
implements SelfScaler

Encapsulation of characteristics of a zone: spotter tip and the FeatureCharacteristics for features within this zone.


Field Summary
 FeatureCharacteristics[] featureCharacteristics
           
 SpotterTip tip
           
 int zoneIndex
           
 
Constructor Summary
ZoneCharacteristics(SpotterTip tip, FeatureCharacteristics[] featureCharacteristics)
           
 
Method Summary
 java.lang.Object getScaled(float pixelSize)
           
 void setZoneIndex(int zoneIndex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tip

public final SpotterTip tip

featureCharacteristics

public final FeatureCharacteristics[] featureCharacteristics

zoneIndex

public int zoneIndex
Constructor Detail

ZoneCharacteristics

public ZoneCharacteristics(SpotterTip tip,
                           FeatureCharacteristics[] featureCharacteristics)
Method Detail

setZoneIndex

public void setZoneIndex(int zoneIndex)

getScaled

public java.lang.Object getScaled(float pixelSize)
Specified by:
getScaled in interface SelfScaler