Start
|
Index
|
Overview
•
PREV
|
UP
|
NEXT
net.simplace.simulation.graphpanel.renderer.SimFieldRenderer
public class
SimFieldRenderer
implements
edu.uci.ics.jung.visualization.renderers.Renderer.Vertex {
// Public Constructors
public
SimFieldRenderer
(PickedState aPickedState, boolean aCyclic);
// Protected Instance Variables
protected PickedState
pickedState
;
protected boolean
cyclic
;
// Class Methods
protected static boolean
vertexHit
(RenderContext rc, Shape s);
rc
s
returns
boolean if FWSimFieldContainer was hit
// Public Instance Methods
public void
paintVertex
(RenderContext aRc, Layout aLayout,
FWSimFieldContainer
aV);
// Protected Instance Methods
protected void
paintShapeForVertex
(RenderContext aRc,
FWSimFieldContainer
aV,
Shape aShape);
aRc
aV
aShape
// Inner Classes
public static final class
SimFieldRenderer.ComponentColor
}