public interface Focusable
| Modifier and Type | Method and Description |
|---|---|
double |
getMaximumFocus()
Returns the maximum allowed focus in our specific units.
|
double |
getMinimumFocus()
Returns the minimum allowed focusin our specific units.
|
boolean |
setFocus(double mm)
We set an absolute value for the focus.
|
boolean |
setFocusOffset(double mm)
We apply an offset (positve and negative values are allowed).
|
boolean setFocus(double mm)
boolean setFocusOffset(double mm)
double getMaximumFocus()
double getMinimumFocus()