Paperprotected abstract static class RgbPaperType3D.RgbPaper3D extends RgbPaperType.RgbPaper
| Constructor | Description |
|---|---|
RgbPaper3D(PaperType paperType,
java.awt.Rectangle bounds) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected abstract void |
placePixels(int xoff,
int yoff,
double dz,
Pixer pixer,
java.awt.Color color) |
Paints the pixels of a pixel iterator in a given colour at a given
3d position.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitflush, getBounds, getPaperType, getPixelIndex, getRgbImage, placeDecalpublic RgbPaper3D(PaperType paperType, java.awt.Rectangle bounds)
paperType - paper type instance creating this paperbounds - plot boundsprotected abstract void placePixels(int xoff,
int yoff,
double dz,
Pixer pixer,
java.awt.Color color)
RgbPaperType.RgbPaper.getPixelIndex(int, int, uk.ac.starlink.ttools.plot2.Pixer) method
to address pixels of the RgbImage buffer.xoff - X graphics offsetyoff - Y graphics offsetdz - depth coordinate, lower value means closer to viewerpixer - clipped pixel iterator, not nullcolor - painting colourCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.