Uses of Interface
fr.orsay.lri.varna.models.export.VueVARNAGraphics

Packages that use VueVARNAGraphics
fr.orsay.lri.varna   
fr.orsay.lri.varna.models.export   
 

Uses of VueVARNAGraphics in fr.orsay.lri.varna
 

Methods in fr.orsay.lri.varna with parameters of type VueVARNAGraphics
 void VARNAPanel.drawBackbone(VueVARNAGraphics g2D, Point2D.Double[] newCoords, double newRadius)
           
private  void VARNAPanel.drawBase(VueVARNAGraphics g2D, int i, Point2D.Double[] points, Point2D.Double[] centers, double newRadius)
           
private  void VARNAPanel.drawBasePair(VueVARNAGraphics g2D, Point2D.Double orig, Point2D.Double dest, ModeleBP style, double newRadius)
           
(package private)  void VARNAPanel.drawChemProbAnnotation(VueVARNAGraphics g2D, ChemProbAnnotation cpa, Point2D.Double anchor, double scaleFactor)
           
private  void VARNAPanel.drawColorMap(VueVARNAGraphics g2D, double scaleFactor, Rectangle2D.Double rnabbox)
           
 void VARNAPanel.drawRegionHighlightsAnnotation(VueVARNAGraphics g2D, Point2D.Double[] realCoords, Point2D.Double[] realCenters, double scaleFactor)
           
private  void VARNAPanel.drawStringOutline(VueVARNAGraphics g2D, String res, double x, double y, double margin)
           
private  void VARNAPanel.drawSymbol(VueVARNAGraphics g2D, double posx, double posy, double normx, double normy, double radius, boolean isCIS, ModeleBP.Edge e)
           
private  void VARNAPanel.renderAnnotations(VueVARNAGraphics g2D, double offX, double offY, double rnaBBoxX, double rnaBBoxY, double scaleFactor)
           
 void VARNAPanel.renderComponent(VueVARNAGraphics g2D, boolean transparentBackground)
          Draws current RNA structure in a given Graphics "device".
private  void VARNAPanel.renderRNA(VueVARNAGraphics g2D, Rectangle2D.Double bbox)
           
 

Uses of VueVARNAGraphics in fr.orsay.lri.varna.models.export
 

Classes in fr.orsay.lri.varna.models.export that implement VueVARNAGraphics
 class SecStrProducerGraphics
           
 class SwingGraphics