Interface PaperType3D

    • Method Detail

      • placeGlyph

        void placeGlyph​(Paper paper,
                        double gx,
                        double gy,
                        double dz,
                        Glyph glyph,
                        java.awt.Color color)
        Places a glyph at a 3-d position in the space.
        Parameters:
        paper - graphics destination specific to this PaperType
        gx - graphics X coordinate
        gy - graphics Y coordinate
        dz - Z-buffer coordinate; lower values are closer to the viewer
        glyph - graphics shape
        color - colour for glyph