Interface PaperType2D

    • Method Detail

      • placeGlyph

        void placeGlyph​(Paper paper,
                        double gx,
                        double gy,
                        Glyph glyph,
                        java.awt.Color color)
        Places a glyph at a 2-d position on the paper.
        Parameters:
        paper - graphics destination specific to this PaperType
        gx - X coordinate
        gy - Y coordinate
        glyph - graphics shape
        color - colour for glyph