Class PSGr2


public class PSGr2 extends PSGrBase
PSGr2 is a Graphics subclass for Java 2 that images to PostScript. (C) 1996 E.J. Friedman-Hill and Sandia National Labs
  • Constructor Details

    • PSGr2

      public PSGr2()
      Constructs a new PSGr2 Object. Unlike regular Graphics objects, PSGr contexts can be created directly.
      See Also:
    • PSGr2

      public PSGr2(Writer o)
      Constructs a new PSGr2 Object. Unlike regular Graphics objects, PSGr contexts can be created directly.
      Parameters:
      o - Output stream for PostScript output
      See Also:
    • PSGr2

      public PSGr2(Writer o, Graphics g, boolean emitProlog)
      Constructs a new PSGr2 Object. Unlike regular Graphics objects, PSGr contexts can be created directly.
      Parameters:
      o - Output stream for PostScript output
      See Also:
  • Method Details