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 voidAbstractDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)voidTextDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)java.awt.geom.Rectangle2D.DoubleAbstractDrawingObject. getBoundingRect(GenericDrawContext context)java.awt.geom.Rectangle2D.DoubleTextDrawingObject. getBoundingRect(GenericDrawContext context)abstract voidAbstractDrawingObject. hilite(GenericDrawContext context)voidTextDrawingObject. hilite(GenericDrawContext context)voidExtendedDepictor. paint(GenericDrawContext context)voidExtendedDepictor. paintDrawingObjects(GenericDrawContext context)voidExtendedDepictor. paintFragmentNumbers(GenericDrawContext context)voidExtendedDepictor. paintStructures(GenericDrawContext context)DepictorTransformationExtendedDepictor. updateCoords(GenericDrawContext context, java.awt.geom.Rectangle2D.Double viewRect, int mode)DepictorTransformationExtendedDepictor. 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 voidReactionArrow. draw(GenericDrawContext context, DepictorTransformation t)java.awt.geom.Rectangle2D.DoubleReactionArrow. getBoundingRect(GenericDrawContext context)voidReactionArrow. 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 GenericDrawContextSwingEditorArea. getDrawContext()GenericDrawContextSwingEditorToolbar. getDrawContext()Methods in com.actelion.research.gui.editor with parameters of type GenericDrawContext Modifier and Type Method Description protected voidGenericEditorToolbar. drawPressedButton(GenericDrawContext context, int button)voidGenericDrawArea. paintContent(GenericDrawContext context)voidGenericEditorToolbar. paintContent(GenericDrawContext context)protected voidGenericEditorToolbar. 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 GenericDrawContextGenericCanvas. 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 classSwingDrawContext
-