PaperType
, PaperType3D
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.
RgbPaperType.RgbPaper
RgbPaperType3D.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, wait
createDataIcon, isBitmap, placeDecal
createDataIcon, isBitmap, placeDecal, toString
createPaper, placeGlyph
protected RgbPaperType3D.RgbPaper3D createPaper3D(java.awt.Rectangle bounds)
RgbPaperType3D
createPaper3D
in class RgbPaperType3D
bounds
- plot boundsCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.