PaperType, PaperType3Dpublic 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.
RgbPaperType.RgbPaperRgbPaperType3D.RgbPaper3D| Constructor | Description |
|---|---|
ZBufferPaperType3D() |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected RgbPaperType3D.RgbPaper3D |
createPaper3D(java.awt.Rectangle bounds) |
Creates a 3D paper object for given bounds.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateDataIcon, isBitmap, placeDecalcreateDataIcon, isBitmap, placeDecal, toStringcreatePaper, placeGlyphprotected RgbPaperType3D.RgbPaper3D createPaper3D(java.awt.Rectangle bounds)
RgbPaperType3DcreatePaper3D in class RgbPaperType3Dbounds - plot boundsCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.