public abstract class RgbPaperType3D extends RgbPaperType implements PaperType3D
Modifier and Type | Class and Description |
---|---|
protected static class |
RgbPaperType3D.RgbPaper3D
Paper for use by this type.
|
RgbPaperType.RgbPaper
Modifier | Constructor and Description |
---|---|
protected |
RgbPaperType3D(String name,
boolean upLayer)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected RgbPaperType.RgbPaper |
createPaper(Rectangle bounds)
Creates a paper object for given bounds.
|
protected abstract RgbPaperType3D.RgbPaper3D |
createPaper3D(Rectangle bounds)
Creates a 3D paper object for given bounds.
|
void |
placeGlyph(Paper paper,
double dx,
double dy,
double dz,
Glyph glyph,
Color color)
Places a glyph at a 3-d position in the space.
|
createDataIcon, isBitmap, placeDecal, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createDataIcon, isBitmap, placeDecal
protected RgbPaperType3D(String name, boolean upLayer)
name
- paper type nameupLayer
- true to render layers in ascending order,
false to do them in descending orderpublic void placeGlyph(Paper paper, double dx, double dy, double dz, Glyph glyph, Color color)
PaperType3D
placeGlyph
in interface PaperType3D
paper
- graphics destination specific to this PaperTypedx
- graphics X coordinatedy
- graphics Y coordinatedz
- Z-buffer coordinate; lower values are closer to the viewerglyph
- graphics shapecolor
- colour for glyphprotected RgbPaperType.RgbPaper createPaper(Rectangle bounds)
RgbPaperType
createPaper
in class RgbPaperType
bounds
- plot boundsprotected abstract RgbPaperType3D.RgbPaper3D createPaper3D(Rectangle bounds)
bounds
- plot boundsCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.