@return the value to use when filling
()
| 124 | |
| 125 | /** @return the value to use when filling */ |
| 126 | public double getValue() { |
| 127 | return value; |
| 128 | } |
| 129 | |
| 130 | /** @param value the value to use when filling */ |
| 131 | public void setValue(final double value) { |
no outgoing calls