Uses of Class
com.actelion.research.chem.DepictorTransformation
-
Packages that use DepictorTransformation Package Description com.actelion.research.chem com.actelion.research.chem.reaction com.actelion.research.share.gui com.actelion.research.share.gui.editor.chem -
-
Uses of DepictorTransformation in com.actelion.research.chem
Methods in com.actelion.research.chem that return DepictorTransformation Modifier and Type Method Description DepictorTransformationDepictorTransformation. getInverseTransformation()DepictorTransformationAbstractDepictor. getTransformation()DepictorTransformationAbstractDepictor. simpleUpdateCoords(java.awt.geom.Rectangle2D.Double viewRect, int mode)Returns full transformation that moves/scales original molecule into viewRect.DepictorTransformationAbstractDepictor. simpleValidateView(java.awt.geom.Rectangle2D.Double viewRect, int mode)DepictorTransformationSVGDepictor. simpleValidateView(java.awt.geom.Rectangle2D.Double viewRect, int mode)DepictorTransformationAbstractDepictor. updateCoords(T context, java.awt.geom.Rectangle2D.Double viewRect, int mode)Returns full transformation that moves/scales original molecule into viewRect.DepictorTransformationExtendedDepictor. updateCoords(GenericDrawContext context, java.awt.geom.Rectangle2D.Double viewRect, int mode)DepictorTransformationAbstractDepictor. validateView(T context, java.awt.geom.Rectangle2D.Double viewRect, int mode)A depictor maintains a DepictorTransformation object, which defines translation and scaling of molecule coordinates into the viewRect.DepictorTransformationExtendedDepictor. validateView(GenericDrawContext context, java.awt.geom.Rectangle2D.Double viewRect, int mode)Methods in com.actelion.research.chem with parameters of type DepictorTransformation Modifier and Type Method Description voidDepictorTransformation. applyTo(DepictorTransformation t)voidAbstractDepictor. applyTransformation(DepictorTransformation t)abstract voidAbstractDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)voidTextDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)voidAbstractDepictor. setTransformation(DepictorTransformation t)Constructors in com.actelion.research.chem with parameters of type DepictorTransformation Constructor Description DepictorTransformation(DepictorTransformation t) -
Uses of DepictorTransformation in com.actelion.research.chem.reaction
Methods in com.actelion.research.chem.reaction with parameters of type DepictorTransformation Modifier and Type Method Description voidReactionArrow. draw(GenericDrawContext context, DepictorTransformation t) -
Uses of DepictorTransformation in com.actelion.research.share.gui
Methods in com.actelion.research.share.gui with parameters of type DepictorTransformation Modifier and Type Method Description voidArrow. draw(IDrawContext ctx, DepictorTransformation t) -
Uses of DepictorTransformation in com.actelion.research.share.gui.editor.chem
Fields in com.actelion.research.share.gui.editor.chem declared as DepictorTransformation Modifier and Type Field Description protected DepictorTransformationAbstractExtendedDepictor. mTransformationMethods in com.actelion.research.share.gui.editor.chem that return DepictorTransformation Modifier and Type Method Description DepictorTransformationAbstractExtendedDepictor. getmTransformation()DepictorTransformationIDepictor. simpleValidateView(java.awt.geom.Rectangle2D.Double viewRect, int mode)DepictorTransformationAbstractExtendedDepictor. updateCoords(T g, java.awt.geom.Rectangle2D.Double viewRect, int mode)DepictorTransformationIDepictor. updateCoords(IDrawContext<T> g, java.awt.geom.Rectangle2D.Double aFloat, int cModeInflateToMaxAVBL)DepictorTransformationAbstractExtendedDepictor. validateView(T g, java.awt.geom.Rectangle2D.Double viewRect, int mode)Methods in com.actelion.research.share.gui.editor.chem with parameters of type DepictorTransformation Modifier and Type Method Description voidIDrawingObject. draw(IDrawContext ctx, DepictorTransformation t)
-