JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel Class Reference
Inheritance diagram for com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel:
Collaboration diagram for com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel:

Public Member Functions

 TransparentPanel ()
 
void setOpaque (final boolean isOpaque)
 
void setMixingCutoutShape (final Shape s)
 Set the cut out shape on a given Component. More...
 

Detailed Description

Definition at line 7 of file TransparentPanel.java.

Constructor & Destructor Documentation

◆ TransparentPanel()

com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel.TransparentPanel ( )

Definition at line 8 of file TransparentPanel.java.

Here is the call graph for this function:

Member Function Documentation

◆ setMixingCutoutShape()

void com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel.setMixingCutoutShape ( final Shape  s)

Set the cut out shape on a given Component.

Parameters
cThe Component on which to set the cut out shape.
sThe shape to cut out of the given Component.

Definition at line 34 of file TransparentPanel.java.

Here is the caller graph for this function:

◆ setOpaque()

void com.jogamp.opengl.test.junit.jogl.tile.TransparentPanel.setOpaque ( final boolean  isOpaque)

Definition at line 14 of file TransparentPanel.java.


The documentation for this class was generated from the following file: