Uses of Interface
com.actelion.research.share.gui.editor.chem.IDrawingObject
-
Packages that use IDrawingObject Package Description com.actelion.research.share.gui com.actelion.research.share.gui.editor com.actelion.research.share.gui.editor.chem -
-
Uses of IDrawingObject in com.actelion.research.share.gui
Classes in com.actelion.research.share.gui that implement IDrawingObject Modifier and Type Class Description class
Arrow
-
Uses of IDrawingObject in com.actelion.research.share.gui.editor
Methods in com.actelion.research.share.gui.editor that return IDrawingObject Modifier and Type Method Description IDrawingObject
Model. getSelectedDrawingObject()
Methods in com.actelion.research.share.gui.editor that return types with arguments of type IDrawingObject Modifier and Type Method Description java.util.List<IDrawingObject>
Model. getDrawingObjects()
Methods in com.actelion.research.share.gui.editor with parameters of type IDrawingObject Modifier and Type Method Description void
Model. addDrawingObject(IDrawingObject o)
void
Model. setSelectedDrawingObject(IDrawingObject sel)
-
Uses of IDrawingObject in com.actelion.research.share.gui.editor.chem
Subinterfaces of IDrawingObject in com.actelion.research.share.gui.editor.chem Modifier and Type Interface Description interface
IArrow
Project: User: rufenec Date: 11/24/2014 Time: 3:28 PMClasses in com.actelion.research.share.gui.editor.chem that implement IDrawingObject Modifier and Type Class Description class
DrawingObject
Project: User: rufenec Date: 5/16/13 Time: 12:31 PMFields in com.actelion.research.share.gui.editor.chem with type parameters of type IDrawingObject Modifier and Type Field Description protected java.util.List<IDrawingObject>
AbstractExtendedDepictor. mDrawingObjectList
Constructor parameters in com.actelion.research.share.gui.editor.chem with type arguments of type IDrawingObject Constructor Description AbstractExtendedDepictor(Reaction reaction, java.util.List<IDrawingObject> drawingObjectList, boolean layoutReaction, boolean useGraphics2D, DrawConfig cfg)
AbstractExtendedDepictor(StereoMolecule[] mol, int markushCoreCount, java.util.List<IDrawingObject> drawingObjectList, boolean useGraphics2D, DrawConfig cfg)
Use this constructor for markush structures.AbstractExtendedDepictor(StereoMolecule[] mol, java.util.List<IDrawingObject> drawingObjectList, boolean useGraphics2D, DrawConfig cfg)
AbstractExtendedDepictor(StereoMolecule mol, java.util.List<IDrawingObject> drawingObjectList, boolean useGraphics2D, DrawConfig cfg)
-