| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.uci.ics.jung.visualization.renderers.GradientVertexRenderer<V,E>
V - E - public class GradientVertexRenderer<V,E>
A renderer that will fill vertex shapes with a GradientPaint
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface edu.uci.ics.jung.visualization.renderers.Renderer.Vertex | 
|---|
Renderer.Vertex.NOOP | 
| Constructor Summary | |
|---|---|
GradientVertexRenderer(Color colorOne,
                       Color colorTwo,
                       boolean cyclic)
 | 
|
GradientVertexRenderer(Color colorOne,
                       Color colorTwo,
                       Color pickedColorOne,
                       Color pickedColorTwo,
                       PickedState<V> pickedState,
                       boolean cyclic)
 | 
|
| Method Summary | |
|---|---|
protected  void | 
paintShapeForVertex(RenderContext<V,E> rc,
                    V v,
                    Shape shape)
 | 
 void | 
paintVertex(RenderContext<V,E> rc,
            Layout<V,E> layout,
            V v)
 | 
protected  boolean | 
vertexHit(RenderContext<V,E> rc,
          Shape s)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public GradientVertexRenderer(Color colorOne,
                              Color colorTwo,
                              boolean cyclic)
public GradientVertexRenderer(Color colorOne,
                              Color colorTwo,
                              Color pickedColorOne,
                              Color pickedColorTwo,
                              PickedState<V> pickedState,
                              boolean cyclic)
| Method Detail | 
|---|
public void paintVertex(RenderContext<V,E> rc,
                        Layout<V,E> layout,
                        V v)
paintVertex in interface Renderer.Vertex<V,E>
protected boolean vertexHit(RenderContext<V,E> rc,
                            Shape s)
protected void paintShapeForVertex(RenderContext<V,E> rc,
                                   V v,
                                   Shape shape)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||