chemaxon.marvin.util
Class MPainterUtil

java.lang.Object
  extended by chemaxon.marvin.util.MPainterUtil

Deprecated. As of Marvin 4.1.8, replaced by MolPrinter

public class MPainterUtil
extends java.lang.Object

Utility to paint molecules.

Since:
Marvin 4.1.6 02/13/2007
Version:
Marvin 5.0, 06/03/2007
Author:
Tamas Vertse

Constructor Summary
MPainterUtil()
          Deprecated.  
 
Method Summary
static void draw(MDocument doc, java.awt.Graphics g, java.lang.String opts)
          Deprecated. as of Marvin 4.1.8, replaced by MolPrinter.paint(java.awt.Graphics,java.awt.Rectangle)
static void draw(Molecule mol, java.awt.Graphics g, java.lang.String opts)
          Deprecated. as of Marvin 4.1.8, replaced by MolPrinter.paint(java.awt.Graphics,java.awt.Rectangle)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MPainterUtil

public MPainterUtil()
Deprecated. 
Method Detail

draw

public static void draw(Molecule mol,
                        java.awt.Graphics g,
                        java.lang.String opts)
Deprecated. as of Marvin 4.1.8, replaced by MolPrinter.paint(java.awt.Graphics,java.awt.Rectangle)


draw

public static void draw(MDocument doc,
                        java.awt.Graphics g,
                        java.lang.String opts)
Deprecated. as of Marvin 4.1.8, replaced by MolPrinter.paint(java.awt.Graphics,java.awt.Rectangle)