Sets the composite mode.
(Composite composite)
| 63 | |
| 64 | /** Sets the composite mode. */ |
| 65 | public void setComposite(Composite composite) { |
| 66 | this.composite = composite; |
| 67 | } |
| 68 | |
| 69 | /** Sets the composite mode using the specified opacity (alpha), in the |
| 70 | range 0.0-1.0, where 0.0 is fully transparent and 1.0 is fully opaque. */ |
no outgoing calls
no test coverage detected