Uses of Interface
com.actelion.research.share.gui.editor.geom.IDrawContext
-
Packages that use IDrawContext Package Description com.actelion.research.jfx.gui com.actelion.research.share.gui com.actelion.research.share.gui.editor.actions com.actelion.research.share.gui.editor.chem -
-
Uses of IDrawContext in com.actelion.research.jfx.gui
Classes in com.actelion.research.jfx.gui that implement IDrawContext Modifier and Type Class Description class
GraphicsContextImpl
Project: User: rufenec Date: 11/24/2014 Time: 6:24 PM -
Uses of IDrawContext in com.actelion.research.share.gui
Methods in com.actelion.research.share.gui with parameters of type IDrawContext Modifier and Type Method Description void
Arrow. draw(IDrawContext ctx, DepictorTransformation t)
-
Uses of IDrawContext in com.actelion.research.share.gui.editor.actions
Methods in com.actelion.research.share.gui.editor.actions with parameters of type IDrawContext Modifier and Type Method Description protected void
DrawAction. drawAtomHighlight(IDrawContext ctx, StereoMolecule mol, int theAtom)
protected void
DrawAction. drawAtomKeyStrokes(IDrawContext ctx, StereoMolecule mol, int theAtom)
protected void
DrawAction. drawBondHighlight(IDrawContext ctx, StereoMolecule mol, int theBond)
boolean
Action. paint(IDrawContext ctx)
boolean
ArrowAction. paint(IDrawContext ctx)
boolean
AtomHighlightAction. paint(IDrawContext _ctx)
boolean
AtomMapAction. paint(IDrawContext ctx)
boolean
BondBaseAction. paint(IDrawContext _ctx)
boolean
BondHighlightAction. paint(IDrawContext _ctx)
boolean
CommandAction. paint(IDrawContext ctx)
boolean
NewChainAction. paint(IDrawContext ctx)
boolean
SelectionAction. paint(IDrawContext ctx)
boolean
ZoomRotateAction. paint(IDrawContext ctx)
-
Uses of IDrawContext in com.actelion.research.share.gui.editor.chem
Methods in com.actelion.research.share.gui.editor.chem with parameters of type IDrawContext Modifier and Type Method Description abstract void
DrawingObject. draw(IDrawContext ctx)
void
IDrawingObject. draw(IDrawContext ctx, DepictorTransformation t)
void
IDepictor. paint(IDrawContext<T> ctx)
DepictorTransformation
IDepictor. updateCoords(IDrawContext<T> g, java.awt.geom.Rectangle2D.Double aFloat, int cModeInflateToMaxAVBL)
-