Uses of Class
com.actelion.research.chem.DrawingObjectList
-
Packages that use DrawingObjectList Package Description com.actelion.research.chem com.actelion.research.chem.reaction com.actelion.research.gui -
-
Uses of DrawingObjectList in com.actelion.research.chem
Constructors in com.actelion.research.chem with parameters of type DrawingObjectList Constructor Description DrawingObjectList(DrawingObjectList l)ExtendedDepictor(Reaction reaction, DrawingObjectList drawingObjectList, boolean layoutReaction, boolean useGraphics2D)ExtendedDepictor(StereoMolecule[] mol, int markushCoreCount, DrawingObjectList drawingObjectList, boolean useGraphics2D)Use this constructor for markush structures.ExtendedDepictor(StereoMolecule[] mol, DrawingObjectList drawingObjectList, boolean useGraphics2D)ExtendedDepictor(StereoMolecule mol, DrawingObjectList drawingObjectList, boolean useGraphics2D) -
Uses of DrawingObjectList in com.actelion.research.chem.reaction
Methods in com.actelion.research.chem.reaction that return DrawingObjectList Modifier and Type Method Description DrawingObjectListReaction. getDrawingObjects()Methods in com.actelion.research.chem.reaction with parameters of type DrawingObjectList Modifier and Type Method Description voidReaction. setDrawingObjects(DrawingObjectList l) -
Uses of DrawingObjectList in com.actelion.research.gui
Methods in com.actelion.research.gui that return DrawingObjectList Modifier and Type Method Description DrawingObjectListJDrawArea. getDrawingObjects()Methods in com.actelion.research.gui with parameters of type DrawingObjectList Modifier and Type Method Description voidJChemistryView. setContent(Reaction rxn, DrawingObjectList drawingObjectList)voidJChemistryView. setContent(StereoMolecule[] mol, DrawingObjectList drawingObjectList)voidJChemistryView. setContent(StereoMolecule mol, DrawingObjectList drawingObjectList)voidJEditableChemistryView. setContent(Reaction rxn, DrawingObjectList drawingObjectList)voidJEditableChemistryView. setContent(StereoMolecule[] mol, DrawingObjectList drawingObjectList)voidJDrawArea. setDrawingObjects(DrawingObjectList drawingObjectList)
-