Package org.jungrapht.visualization.util
Class LayoutPaintable.TreeCells<V>
- java.lang.Object
-
- org.jungrapht.visualization.util.LayoutPaintable.TreeCells<V>
-
- All Implemented Interfaces:
VisualizationServer.Paintable
- Enclosing interface:
- LayoutPaintable
public static class LayoutPaintable.TreeCells<V> extends Object implements VisualizationServer.Paintable
-
-
Constructor Summary
Constructors Constructor Description TreeCells(LayoutModel<V> layoutModel, Map<V,Rectangle> cellMap, ShapeTransformer transformer)
TreeCells(LayoutModel<V> layoutModel, Map<V,Rectangle> cellMap, ShapeTransformer transformer, Color color)
-
-
-
Constructor Detail
-
TreeCells
public TreeCells(LayoutModel<V> layoutModel, Map<V,Rectangle> cellMap, ShapeTransformer transformer)
-
TreeCells
public TreeCells(LayoutModel<V> layoutModel, Map<V,Rectangle> cellMap, ShapeTransformer transformer, Color color)
-
-
Method Detail
-
paint
public void paint(Graphics g)
- Specified by:
paint
in interfaceVisualizationServer.Paintable
-
useTransform
public boolean useTransform()
- Specified by:
useTransform
in interfaceVisualizationServer.Paintable
-
-