Gets the value of the given component at the given location. @param ix x index @param iy y index @param component @return the value.
(int ix, int iy, int component)
| 119 | * @return the value. |
| 120 | */ |
| 121 | public double getValue(int ix, int iy, int component); |
| 122 | |
| 123 | /** |
| 124 | * Sets the value of the given component at the given location. |
no outgoing calls