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 com.actelion.research.gui.editor -
-
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)ExtendedDepictor(StereoMolecule[] mol, int markushCoreCount, DrawingObjectList drawingObjectList)Use this constructor for markush structures.ExtendedDepictor(StereoMolecule[] mol, DrawingObjectList drawingObjectList)ExtendedDepictor(StereoMolecule mol, DrawingObjectList drawingObjectList) -
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()Deprecated.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)Deprecated. -
Uses of DrawingObjectList in com.actelion.research.gui.editor
Methods in com.actelion.research.gui.editor that return DrawingObjectList Modifier and Type Method Description DrawingObjectListGenericDrawArea. getDrawingObjects()Methods in com.actelion.research.gui.editor with parameters of type DrawingObjectList Modifier and Type Method Description voidGenericDrawArea. setDrawingObjects(DrawingObjectList drawingObjectList)
-