Gets a stored double value from the control. GUI controls will usually allow the user to edit the value of the parameter. @param name @return the value of the parameter
(String name)
| 89 | * @return the value of the parameter |
| 90 | */ |
| 91 | public double getDouble(String name); |
| 92 | |
| 93 | /** |
| 94 | * Gets the object with the specified property name. |
no outgoing calls
no test coverage detected