|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybertory.MSS.FeatureCharacteristics
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 |
public final int row
public final int col
public final FeatureShapeFactory factory
public final FeatureTexture texture
Constructor Detail |
public FeatureCharacteristics(int row, int col, FeatureShapeFactory factory, FeatureTexture texture)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |