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 voiddrawBlackLine(AbstractDepictor.DepictorLine theLine)Deprecated.protected voiddrawDottedLine(AbstractDepictor.DepictorLine theLine)Deprecated.protected voiddrawPolygon(GenericPolygon p)Deprecated.voiddrawString(java.lang.String theString, double x, double y)Deprecated.protected voidfillCircle(double x, double y, double d)Deprecated.protected doublegetLineWidth()Deprecated.protected doublegetStringWidth(java.lang.String theString)Deprecated.intgetTextSize()Deprecated.protected voidinit()Deprecated.voidsetColor(java.awt.Color theColor)Deprecated.protected voidsetLineWidth(double lineWidth)Deprecated.voidsetMaximumTextSize(int maxTextSize)Deprecated.voidsetTextSize(int theSize)Deprecated.-
Methods inherited from class com.actelion.research.chem.AbstractDepictor
applyTransformation, drawDot, getAtomX, getAtomY, getBackgroundColor, getBoundingRect, getMolecule, getTransformation, hiliteAtomBackgrounds, onDrawAtom, onDrawBond, paint, setAtomHighlightColors, setAtomText, setColor, setDisplayMode, setFactorTextSize, setForegroundColor, setOverruleColor, setTransformation, simpleCalculateBounds, 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:
initin classAbstractDepictor<java.awt.Graphics>
-
drawBlackLine
protected void drawBlackLine(AbstractDepictor.DepictorLine theLine)
Deprecated.- Specified by:
drawBlackLinein classAbstractDepictor<java.awt.Graphics>
-
drawDottedLine
protected void drawDottedLine(AbstractDepictor.DepictorLine theLine)
Deprecated.- Specified by:
drawDottedLinein classAbstractDepictor<java.awt.Graphics>
-
drawString
public void drawString(java.lang.String theString, double x, double y)Deprecated.- Specified by:
drawStringin classAbstractDepictor<java.awt.Graphics>
-
drawPolygon
protected void drawPolygon(GenericPolygon p)
Deprecated.- Specified by:
drawPolygonin classAbstractDepictor<java.awt.Graphics>
-
fillCircle
protected void fillCircle(double x, double y, double d)Deprecated.- Specified by:
fillCirclein classAbstractDepictor<java.awt.Graphics>
-
getStringWidth
protected double getStringWidth(java.lang.String theString)
Deprecated.- Specified by:
getStringWidthin classAbstractDepictor<java.awt.Graphics>
-
setTextSize
public void setTextSize(int theSize)
Deprecated.- Specified by:
setTextSizein classAbstractDepictor<java.awt.Graphics>
-
getTextSize
public int getTextSize()
Deprecated.- Specified by:
getTextSizein classAbstractDepictor<java.awt.Graphics>
-
getLineWidth
protected double getLineWidth()
Deprecated.- Specified by:
getLineWidthin classAbstractDepictor<java.awt.Graphics>
-
setLineWidth
protected void setLineWidth(double lineWidth)
Deprecated.- Specified by:
setLineWidthin classAbstractDepictor<java.awt.Graphics>
-
setColor
public void setColor(java.awt.Color theColor)
Deprecated.- Specified by:
setColorin classAbstractDepictor<java.awt.Graphics>
-
-