|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Public Member Functions | |
| TransparentPanel () | |
| void | setOpaque (final boolean isOpaque) |
| void | setMixingCutoutShape (final Shape s) |
| Set the cut out shape on a given Component. More... | |
Definition at line 7 of file TransparentPanel.java.
| com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel.TransparentPanel | ( | ) |
| void com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel.setMixingCutoutShape | ( | final Shape | s | ) |
Set the cut out shape on a given Component.
| c | The Component on which to set the cut out shape. |
| s | The shape to cut out of the given Component. |
Definition at line 34 of file TransparentPanel.java.
| void com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel.setOpaque | ( | final boolean | isOpaque | ) |
Definition at line 14 of file TransparentPanel.java.