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 DepictorTransformation
DepictorTransformation. getInverseTransformation()
DepictorTransformation
AbstractDepictor. getTransformation()
DepictorTransformation
AbstractDepictor. simpleUpdateCoords(java.awt.geom.Rectangle2D.Double viewRect, int mode)
Returns full transformation that moves/scales original molecule into viewRect.DepictorTransformation
AbstractDepictor. simpleValidateView(java.awt.geom.Rectangle2D.Double viewRect, int mode)
DepictorTransformation
SVGDepictor. simpleValidateView(java.awt.geom.Rectangle2D.Double viewRect, int mode)
DepictorTransformation
AbstractDepictor. updateCoords(T context, java.awt.geom.Rectangle2D.Double viewRect, int mode)
Returns full transformation that moves/scales original molecule into viewRect.DepictorTransformation
ExtendedDepictor. updateCoords(GenericDrawContext context, java.awt.geom.Rectangle2D.Double viewRect, int mode)
DepictorTransformation
AbstractDepictor. 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.DepictorTransformation
ExtendedDepictor. 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 void
DepictorTransformation. applyTo(DepictorTransformation t)
void
AbstractDepictor. applyTransformation(DepictorTransformation t)
abstract void
AbstractDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)
void
TextDrawingObject. draw(GenericDrawContext context, DepictorTransformation t)
void
AbstractDepictor. 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 void
ReactionArrow. 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 void
Arrow. 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 DepictorTransformation
AbstractExtendedDepictor. mTransformation
Methods in com.actelion.research.share.gui.editor.chem that return DepictorTransformation Modifier and Type Method Description DepictorTransformation
AbstractExtendedDepictor. getmTransformation()
DepictorTransformation
IDepictor. simpleValidateView(java.awt.geom.Rectangle2D.Double viewRect, int mode)
DepictorTransformation
AbstractExtendedDepictor. updateCoords(T g, java.awt.geom.Rectangle2D.Double viewRect, int mode)
DepictorTransformation
IDepictor. updateCoords(IDrawContext<T> g, java.awt.geom.Rectangle2D.Double aFloat, int cModeInflateToMaxAVBL)
DepictorTransformation
AbstractExtendedDepictor. 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 void
IDrawingObject. draw(IDrawContext ctx, DepictorTransformation t)
-