Klasse SimFieldRenderer
java.lang.Object
net.simplace.client.sim.graphpanel.renderer.SimFieldRenderer
- Alle implementierten Schnittstellen:
edu.uci.ics.jung.visualization.renderers.Renderer.Vertex<FWSimFieldContainer,SimFieldLink>
public class SimFieldRenderer
extends Object
implements edu.uci.ics.jung.visualization.renderers.Renderer.Vertex<FWSimFieldContainer,SimFieldLink>
- Autor:
- aenders
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic final classDifferent variables have different identifies to be able to devide them within within the debugging phase of the software developping process.Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen edu.uci.ics.jung.visualization.renderers.Renderer.Vertex
edu.uci.ics.jung.visualization.renderers.Renderer.Vertex.NOOP -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected booleanprotected edu.uci.ics.jung.visualization.picking.PickedState<FWSimFieldContainer> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungSimFieldRenderer(edu.uci.ics.jung.visualization.picking.PickedState<FWSimFieldContainer> aPickedState, boolean aCyclic) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidpaintShapeForVertex(edu.uci.ics.jung.visualization.RenderContext<FWSimFieldContainer, SimFieldLink> aRc, FWSimFieldContainer aV, Shape aShape) voidpaintVertex(edu.uci.ics.jung.visualization.RenderContext<FWSimFieldContainer, SimFieldLink> aRc, edu.uci.ics.jung.algorithms.layout.Layout<FWSimFieldContainer, SimFieldLink> aLayout, FWSimFieldContainer aV) protected static booleanvertexHit(edu.uci.ics.jung.visualization.RenderContext<FWSimFieldContainer, SimFieldLink> rc, Shape s)
-
Felddetails
-
pickedState
-
cyclic
protected boolean cyclic
-
-
Konstruktordetails
-
SimFieldRenderer
public SimFieldRenderer(edu.uci.ics.jung.visualization.picking.PickedState<FWSimFieldContainer> aPickedState, boolean aCyclic) - Parameter:
aPickedState-aCyclic-
-
-
Methodendetails
-
paintShapeForVertex
protected void paintShapeForVertex(edu.uci.ics.jung.visualization.RenderContext<FWSimFieldContainer, SimFieldLink> aRc, FWSimFieldContainer aV, Shape aShape) - Parameter:
aRc-aV-aShape-
-
paintVertex
public void paintVertex(edu.uci.ics.jung.visualization.RenderContext<FWSimFieldContainer, SimFieldLink> aRc, edu.uci.ics.jung.algorithms.layout.Layout<FWSimFieldContainer, SimFieldLink> aLayout, FWSimFieldContainer aV) - Angegeben von:
paintVertexin Schnittstelleedu.uci.ics.jung.visualization.renderers.Renderer.Vertex<FWSimFieldContainer,SimFieldLink> - Siehe auch:
-
vertexHit
protected static boolean vertexHit(edu.uci.ics.jung.visualization.RenderContext<FWSimFieldContainer, SimFieldLink> rc, Shape s) - Parameter:
rc-s-- Gibt zurück:
- boolean if FWSimFieldContainer was hit
-