Class BoundingRectanglePaintable<V,​E>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected edu.uci.ics.jung.graph.Graph<V,​E> graph  
      protected edu.uci.ics.jung.algorithms.layout.Layout<V,​E> layout  
      protected RenderContext<V,​E> rc  
      protected java.util.List<java.awt.geom.Rectangle2D> rectangles  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void paint​(java.awt.Graphics g)  
      boolean useTransform()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • graph

        protected edu.uci.ics.jung.graph.Graph<V,​E> graph
      • layout

        protected edu.uci.ics.jung.algorithms.layout.Layout<V,​E> layout
      • rectangles

        protected java.util.List<java.awt.geom.Rectangle2D> rectangles
    • Constructor Detail

      • BoundingRectanglePaintable

        public BoundingRectanglePaintable​(RenderContext<V,​E> rc,
                                          edu.uci.ics.jung.algorithms.layout.Layout<V,​E> layout)