Package edu.uci.ics.jung.visualization
Interface VisualizationServer.Paintable
-
- All Known Implementing Classes:
AbstractLensSupport.Lens,AbstractLensSupport.LensControls,AnnotationPaintable,BoundingRectanglePaintable
- Enclosing interface:
- VisualizationServer<V,E>
public static interface VisualizationServer.Paintablean interface for the preRender and postRender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaint(java.awt.Graphics g)booleanuseTransform()
-