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 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()
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)
-