Uses of Interface
com.actelion.research.gui.generic.GenericDrawContext
-
-
Uses of GenericDrawContext in com.actelion.research.chem
Methods in com.actelion.research.chem with parameters of type GenericDrawContext Modifier and Type Method Description abstract void
AbstractDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)
void
TextDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)
java.awt.geom.Rectangle2D.Double
AbstractDrawingObject. getBoundingRect(GenericDrawContext context)
java.awt.geom.Rectangle2D.Double
TextDrawingObject. getBoundingRect(GenericDrawContext context)
abstract void
AbstractDrawingObject. hilite(GenericDrawContext context)
void
TextDrawingObject. hilite(GenericDrawContext context)
void
ExtendedDepictor. paint(GenericDrawContext context)
void
ExtendedDepictor. paintDrawingObjects(GenericDrawContext context)
void
ExtendedDepictor. paintFragmentNumbers(GenericDrawContext context)
void
ExtendedDepictor. paintStructures(GenericDrawContext context)
DepictorTransformation
ExtendedDepictor. updateCoords(GenericDrawContext context, java.awt.geom.Rectangle2D.Double viewRect, int mode)
DepictorTransformation
ExtendedDepictor. validateView(GenericDrawContext context, java.awt.geom.Rectangle2D.Double viewRect, int mode)
-
Uses of GenericDrawContext in com.actelion.research.chem.reaction
Methods in com.actelion.research.chem.reaction with parameters of type GenericDrawContext Modifier and Type Method Description void
ReactionArrow. draw(GenericDrawContext context, DepictorTransformation t)
java.awt.geom.Rectangle2D.Double
ReactionArrow. getBoundingRect(GenericDrawContext context)
void
ReactionArrow. hilite(GenericDrawContext context)
-
Uses of GenericDrawContext in com.actelion.research.gui.editor
Methods in com.actelion.research.gui.editor that return GenericDrawContext Modifier and Type Method Description GenericDrawContext
SwingEditorArea. getDrawContext()
GenericDrawContext
SwingEditorToolbar. getDrawContext()
Methods in com.actelion.research.gui.editor with parameters of type GenericDrawContext Modifier and Type Method Description protected void
GenericEditorToolbar. drawPressedButton(GenericDrawContext context, int button)
void
GenericDrawArea. paintContent(GenericDrawContext context)
void
GenericEditorToolbar. paintContent(GenericDrawContext context)
protected void
GenericEditorToolbar. setButtonClip(GenericDrawContext context, int button)
-
Uses of GenericDrawContext in com.actelion.research.gui.generic
Methods in com.actelion.research.gui.generic that return GenericDrawContext Modifier and Type Method Description GenericDrawContext
GenericCanvas. getDrawContext()
-
Uses of GenericDrawContext in com.actelion.research.gui.swing
Classes in com.actelion.research.gui.swing that implement GenericDrawContext Modifier and Type Class Description class
SwingDrawContext
-