Package com.actelion.research.chem
Class Depictor
- java.lang.Object
-
- com.actelion.research.chem.AbstractDepictor<java.awt.Graphics>
-
- com.actelion.research.chem.Depictor
-
@Deprecated public class Depictor extends AbstractDepictor<java.awt.Graphics>
Deprecated.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.actelion.research.chem.AbstractDepictor
AbstractDepictor.DepictorDot, AbstractDepictor.DepictorLine
-
-
Field Summary
-
Fields inherited from class com.actelion.research.chem.AbstractDepictor
cColorGray, cDModeAtomNo, cDModeBondNo, cDModeHiliteAllQueryFeatures, cDModeNoColorOnESRAndCIP, cDModeNoImplicitAtomLabelColors, cDModeNoImplicitHydrogen, cDModeNoStereoProblem, cDModeNoTabus, cDModeShowMapping, cDModeShowSymmetryDiastereotopic, cDModeShowSymmetryEnantiotopic, cDModeShowSymmetrySimple, cDModeSuppressChiralText, cDModeSuppressCIPParity, cDModeSuppressESR, cModeChiralTextAboveMolecule, cModeChiralTextBelowMolecule, cModeChiralTextOnFrameBottom, cModeChiralTextOnFrameTop, cModeInflateToAVBL, cModeInflateToHighResAVBL, cModeInflateToMaxAVBL, cModeMaxBondLength, COLOR_BLUE, COLOR_DARK_GREEN, COLOR_DARK_RED, COLOR_GREEN, COLOR_MAGENTA, COLOR_ORANGE, COLOR_RED, cOptAvBondLen, mContext
-
-
Constructor Summary
Constructors Constructor Description Depictor(StereoMolecule mol)
Deprecated.Depictor(StereoMolecule mol, int displayMode)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
drawBlackLine(AbstractDepictor.DepictorLine theLine)
Deprecated.protected void
drawDottedLine(AbstractDepictor.DepictorLine theLine)
Deprecated.protected void
drawPolygon(GenericPolygon p)
Deprecated.void
drawString(java.lang.String theString, double x, double y)
Deprecated.protected void
fillCircle(double x, double y, double d)
Deprecated.protected double
getLineWidth()
Deprecated.protected double
getStringWidth(java.lang.String theString)
Deprecated.int
getTextSize()
Deprecated.protected void
init()
Deprecated.void
setColor(java.awt.Color theColor)
Deprecated.protected void
setLineWidth(double lineWidth)
Deprecated.void
setMaximumTextSize(int maxTextSize)
Deprecated.void
setTextSize(int theSize)
Deprecated.-
Methods inherited from class com.actelion.research.chem.AbstractDepictor
applyTransformation, drawDot, getBoundingRect, getTransformation, onDrawAtom, onDrawBond, paint, setAtomHighlightColors, setAtomText, setColor, setDisplayMode, setFactorTextSize, setForegroundColor, setOverruleColor, setTransformation, simpleUpdateCoords, simpleValidateView, updateCoords, validateView
-
-
-
-
Constructor Detail
-
Depictor
public Depictor(StereoMolecule mol)
Deprecated.
-
Depictor
public Depictor(StereoMolecule mol, int displayMode)
Deprecated.
-
-
Method Detail
-
setMaximumTextSize
public void setMaximumTextSize(int maxTextSize)
Deprecated.
-
init
protected void init()
Deprecated.- Overrides:
init
in classAbstractDepictor<java.awt.Graphics>
-
drawBlackLine
protected void drawBlackLine(AbstractDepictor.DepictorLine theLine)
Deprecated.- Specified by:
drawBlackLine
in classAbstractDepictor<java.awt.Graphics>
-
drawDottedLine
protected void drawDottedLine(AbstractDepictor.DepictorLine theLine)
Deprecated.- Specified by:
drawDottedLine
in classAbstractDepictor<java.awt.Graphics>
-
drawString
public void drawString(java.lang.String theString, double x, double y)
Deprecated.- Specified by:
drawString
in classAbstractDepictor<java.awt.Graphics>
-
drawPolygon
protected void drawPolygon(GenericPolygon p)
Deprecated.- Specified by:
drawPolygon
in classAbstractDepictor<java.awt.Graphics>
-
fillCircle
protected void fillCircle(double x, double y, double d)
Deprecated.- Specified by:
fillCircle
in classAbstractDepictor<java.awt.Graphics>
-
getStringWidth
protected double getStringWidth(java.lang.String theString)
Deprecated.- Specified by:
getStringWidth
in classAbstractDepictor<java.awt.Graphics>
-
setTextSize
public void setTextSize(int theSize)
Deprecated.- Specified by:
setTextSize
in classAbstractDepictor<java.awt.Graphics>
-
getTextSize
public int getTextSize()
Deprecated.- Specified by:
getTextSize
in classAbstractDepictor<java.awt.Graphics>
-
getLineWidth
protected double getLineWidth()
Deprecated.- Specified by:
getLineWidth
in classAbstractDepictor<java.awt.Graphics>
-
setLineWidth
protected void setLineWidth(double lineWidth)
Deprecated.- Specified by:
setLineWidth
in classAbstractDepictor<java.awt.Graphics>
-
setColor
public void setColor(java.awt.Color theColor)
Deprecated.- Specified by:
setColor
in classAbstractDepictor<java.awt.Graphics>
-
-