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.RgbPaper3D
RgbPaperType.RgbPaper
Constructor and Description |
---|
ZBufferPaperType3D()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected RgbPaperType3D.RgbPaper3D |
createPaper3D(Rectangle bounds)
Creates a 3D paper object for given bounds.
|
createPaper, placeGlyph
createDataIcon, isBitmap, placeDecal, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createDataIcon, isBitmap, placeDecal
protected RgbPaperType3D.RgbPaper3D createPaper3D(Rectangle bounds)
RgbPaperType3D
createPaper3D
in class RgbPaperType3D
bounds
- plot boundsCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.