|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasDirectionEstimator
Interface for objects that have a direction estimator.
| Method Summary | |
|---|---|
DirectionEstimator |
getDirectionEstimator()
|
void |
setDirectionEstimator(boolean enabled)
Toggles on / off direction estimation. |
void |
setDirectionEstimator(DirectionEstimator directionEstimator)
Sets the DirectionEstimator object. |
| Method Detail |
|---|
DirectionEstimator getDirectionEstimator()
DirectionEstimator object.void setDirectionEstimator(boolean enabled)
enabled - Whether to enable direction estimation. If , sets the
DirectionEstimator object to a default .void setDirectionEstimator(DirectionEstimator directionEstimator)
directionEstimator - The directionEstimator to be set. null means turning off direction estimation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||