Class PickableElementPaintFunction<E,P>
- java.lang.Object
-
- org.jungrapht.visualization.decorators.PickableElementPaintFunction<E,P>
-
-
Field Summary
Fields Modifier and Type Field Description protected P
drawPaint
protected P
selectedPaint
protected SelectedState<E>
selectedState
-
Constructor Summary
Constructors Constructor Description PickableElementPaintFunction(SelectedState<E> selectedState, P drawPaint, P selectedPaint)
-
-
-
Field Detail
-
selectedState
protected SelectedState<E> selectedState
-
drawPaint
protected P drawPaint
-
selectedPaint
protected P selectedPaint
-
-
Constructor Detail
-
PickableElementPaintFunction
public PickableElementPaintFunction(SelectedState<E> selectedState, P drawPaint, P selectedPaint)
- Parameters:
selectedState
- specifies which elements report as "selected"drawPaint
-P
used to draw element shapesselectedPaint
-P
used to draw selected element shapes
-
-