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 DrawingObjectList
Reaction. getDrawingObjects()
Methods in com.actelion.research.chem.reaction with parameters of type DrawingObjectList Modifier and Type Method Description void
Reaction. 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 DrawingObjectList
JDrawArea. getDrawingObjects()
Deprecated.Methods in com.actelion.research.gui with parameters of type DrawingObjectList Modifier and Type Method Description void
JChemistryView. setContent(Reaction rxn, DrawingObjectList drawingObjectList)
void
JChemistryView. setContent(StereoMolecule[] mol, DrawingObjectList drawingObjectList)
void
JChemistryView. setContent(StereoMolecule mol, DrawingObjectList drawingObjectList)
void
JEditableChemistryView. setContent(Reaction rxn, DrawingObjectList drawingObjectList)
void
JEditableChemistryView. setContent(StereoMolecule[] mol, DrawingObjectList drawingObjectList)
void
JDrawArea. 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 DrawingObjectList
GenericDrawArea. getDrawingObjects()
Methods in com.actelion.research.gui.editor with parameters of type DrawingObjectList Modifier and Type Method Description void
GenericDrawArea. setDrawingObjects(DrawingObjectList drawingObjectList)
-