org.cybertory.MSS
Class FeatureCharacteristics

java.lang.Object
  extended byorg.cybertory.MSS.FeatureCharacteristics

public class FeatureCharacteristics
extends java.lang.Object

This class is a vehicle by which to override defaults for a particular feature, specifically the FeatureShapeFactory and the FeatureTexture.


Field Summary
 int col
           
 FeatureShapeFactory factory
           
 int row
           
 FeatureTexture texture
           
 
Constructor Summary
FeatureCharacteristics(int row, int col, FeatureShapeFactory factory, FeatureTexture texture)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

public final int row

col

public final int col

factory

public final FeatureShapeFactory factory

texture

public final FeatureTexture texture
Constructor Detail

FeatureCharacteristics

public FeatureCharacteristics(int row,
                              int col,
                              FeatureShapeFactory factory,
                              FeatureTexture texture)