|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cybertory.MSS.SquareFeatureShapeFactory
This interface is for classes that determine the shape of a feature on the image, given the location of the center of the feature.
Constructor Summary | |
SquareFeatureShapeFactory()
|
Method Summary | |
java.awt.Shape |
createFeatureShape(float featurePixelSize,
java.awt.geom.Point2D featureCenter)
Generates a shape for the feature at the given location. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SquareFeatureShapeFactory()
Method Detail |
public java.awt.Shape createFeatureShape(float featurePixelSize, java.awt.geom.Point2D featureCenter)
createFeatureShape
in interface FeatureShapeFactory
featurePixelSize
- pixel size of featurefeatureCenter
- the location of the center of the feature
in pixel coordinates
Shape
object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |