Uses of Class
edu.uci.ics.jung.visualization.transform.shape.TransformingGraphics

Packages that use TransformingGraphics
edu.uci.ics.jung.visualization.transform.shape   
 

Uses of TransformingGraphics in edu.uci.ics.jung.visualization.transform.shape
 

Methods in edu.uci.ics.jung.visualization.transform.shape with parameters of type TransformingGraphics
protected  void TransformingPluggableRenderer.drawSimpleEdge(TransformingGraphics g, Edge e, int x1, int y1, int x2, int y2)
          overloaded to use TransformingGraphics
protected  void TransformingPluggableRenderer.labelEdge(TransformingGraphics g2d, Edge e, String label, int x1, int x2, int y1, int y2)
          overloaded to use TransformingGraphics
protected  void TransformingPluggableRenderer.labelVertex(TransformingGraphics g, Vertex v, String label, int x, int y)
          overloaded to use TransformingGraphics
 void TransformingPluggableRenderer.paintEdge(TransformingGraphics g2d, Edge e, int x1, int y1, int x2, int y2)
          overloaded to use TransformingGraphics
 void TransformingPluggableRenderer.paintIconForVertex(TransformingGraphics g, Icon icon, int x, int y)
           
protected  void TransformingPluggableRenderer.paintShapeForVertex(TransformingGraphics g2d, Vertex v, Shape shape)
           
 void TransformingPluggableRenderer.paintVertex(TransformingGraphics g2d, Vertex v, int x, int y)
          overloaded to use TransformingGraphics