edu.uci.ics.jung.visualization3d.decorators
Class PickableVertexPaintTransformer<V>
java.lang.Object
  
edu.uci.ics.jung.visualization3d.decorators.PickableVertexPaintTransformer<V>
public class PickableVertexPaintTransformer<V>
- extends Object
 
Paints each vertex according to the Paint
 parameters given in the constructor, so that picked and
 non-picked vertices can be made to look different.
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
fill_paint
protected Paint fill_paint
picked_paint
protected Paint picked_paint
pi
protected PickedInfo<V> pi
PickableVertexPaintTransformer
public PickableVertexPaintTransformer(PickedInfo<V> pi,
                                      Paint fill_paint,
                                      Paint picked_paint)
- Parameters:
 pi - specifies which vertices report as "picked"draw_paint - Paint used to draw vertex shapesfill_paint - Paint used to fill vertex shapespicked_paint - Paint used to fill picked vertex shapes
transform
public Paint transform(V v)
 
Copyright © 2010 null. All Rights Reserved.