edu.uci.ics.jung.visualization
Interface VisualizationViewer.Paintable

All Known Implementing Classes:
AbstractLensSupport.Lens, AbstractLensSupport.LensControls
Enclosing class:
VisualizationViewer

public static interface VisualizationViewer.Paintable

an interface for the preRender and postRender


Method Summary
 void paint(Graphics g)
           
 boolean useTransform()
           
 

Method Detail

paint

void paint(Graphics g)

useTransform

boolean useTransform()