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

All Known Implementing Classes:
AbstractLensSupport.Lens, AbstractLensSupport.LensControls, AbstractPerspectiveTransformSupport.Lens, AnnotationPaintable, BoundingRectanglePaintable
Enclosing interface:
VisualizationServer<V,E>

public static interface VisualizationServer.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()


Copyright © 2009. All Rights Reserved.