Package edu.uci.ics.jung.samples
Class PluggableRendererDemo.VertexStrokeHighlight<V,E>
- java.lang.Object
-
- edu.uci.ics.jung.samples.PluggableRendererDemo.VertexStrokeHighlight<V,E>
-
- All Implemented Interfaces:
com.google.common.base.Function<V,java.awt.Stroke>
,java.util.function.Function<V,java.awt.Stroke>
- Enclosing class:
- PluggableRendererDemo
private static final class PluggableRendererDemo.VertexStrokeHighlight<V,E> extends java.lang.Object implements com.google.common.base.Function<V,java.awt.Stroke>
-
-
Constructor Summary
Constructors Constructor Description VertexStrokeHighlight(Graph<V,E> graph, PickedInfo<V> pi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.Stroke
apply(V v)
void
setHighlight(boolean highlight)
-
-
-
Field Detail
-
highlight
protected boolean highlight
-
heavy
protected java.awt.Stroke heavy
-
medium
protected java.awt.Stroke medium
-
light
protected java.awt.Stroke light
-
pi
protected PickedInfo<V> pi
-
-
Constructor Detail
-
VertexStrokeHighlight
public VertexStrokeHighlight(Graph<V,E> graph, PickedInfo<V> pi)
-
-