|
GWT 2.7.0 | |||||||
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()
Returns the DirectionEstimator object. |
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 true
,
sets the DirectionEstimator
object to a default
DirectionEstimator
.void setDirectionEstimator(DirectionEstimator directionEstimator)
DirectionEstimator
object.
directionEstimator
- The DirectionEstimator
to be set. null
means turning off direction estimation.
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |