Class AnnotatingGraphMousePlugin.LensPaintable
- java.lang.Object
-
- edu.uci.ics.jung.visualization.annotations.AnnotatingGraphMousePlugin.LensPaintable
-
- All Implemented Interfaces:
VisualizationServer.Paintable
- Enclosing class:
- AnnotatingGraphMousePlugin<V,E>
class AnnotatingGraphMousePlugin.LensPaintable extends java.lang.Object implements VisualizationServer.Paintable
the Paintable that draws a Shape annotation only while it is being created
-
-
Constructor Summary
Constructors Constructor Description LensPaintable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
paint(java.awt.Graphics g)
boolean
useTransform()
-
-
-
Method Detail
-
paint
public void paint(java.awt.Graphics g)
- Specified by:
paint
in interfaceVisualizationServer.Paintable
-
useTransform
public boolean useTransform()
- Specified by:
useTransform
in interfaceVisualizationServer.Paintable
-
-