Exemplo n.º 1
0
 public void setTransparencyAndRenderingAttributes(
     TransparencyAttributes transparencyAttributes, boolean rendering) {
   super.setTransparencyAttributes(transparencyAttributes);
   super.getRenderingAttributes().setDepthBufferEnable(rendering);
 }