Package org.jungrapht.visualization
Interface VisualizationServer.Paintable
-
- All Known Implementing Classes:
AbstractLensSupport.LensControls
,AbstractLensSupport.LensPaintable
,AnnotationPaintable
,BoundingRectanglePaintable
,LayoutPaintable.BalloonRings
,LayoutPaintable.Grid
,LayoutPaintable.LayoutBounds
,LayoutPaintable.RadialRings
,LayoutPaintable.TreeCells
,MultiSelectedVertexPaintable
,SatelliteVisualizationViewer.ViewLens
,SelectedVertexPaintable
,SingleSelectedVertexPaintable
,TitlePaintable
- Enclosing interface:
- VisualizationServer<V,E>
public static interface VisualizationServer.Paintable
an interface for the preRender and postRender
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paint(Graphics g)
boolean
useTransform()
-
-
-
Method Detail
-
paint
void paint(Graphics g)
-
useTransform
boolean useTransform()
-
-