public class ZBufferPaperType3D extends RgbPaperType3D
It uses a Z-buffer to record the current frontmost colour at each pixel position and overwrites the colour only if a pixel at the same or a smaller Z-coordinate is plotted at the same graphics position.
RgbPaperType3D.RgbPaper3DRgbPaperType.RgbPaper| Constructor and Description |
|---|
ZBufferPaperType3D()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected RgbPaperType3D.RgbPaper3D |
createPaper3D(java.awt.Rectangle bounds)
Creates a 3D paper object for given bounds.
|
createPaper, placeGlyphcreateDataIcon, isBitmap, placeDecal, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateDataIcon, isBitmap, placeDecalprotected RgbPaperType3D.RgbPaper3D createPaper3D(java.awt.Rectangle bounds)
RgbPaperType3DcreatePaper3D in class RgbPaperType3Dbounds - plot boundsCopyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.