Klasse SimFieldLocationLayout
java.lang.Object
edu.uci.ics.jung.algorithms.layout.AbstractLayout<FWSimFieldContainer,SimFieldLink>
net.simplace.client.sim.graphpanel.layout.SimFieldLocationLayout
- Alle implementierten Schnittstellen:
edu.uci.ics.jung.algorithms.layout.Layout<FWSimFieldContainer,,SimFieldLink> org.apache.commons.collections15.Transformer<FWSimFieldContainer,Point2D>
public class SimFieldLocationLayout
extends edu.uci.ics.jung.algorithms.layout.AbstractLayout<FWSimFieldContainer,SimFieldLink>
- Autor:
- aenders
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungprotected static class -
Feldübersicht
Von Klasse geerbte Felder edu.uci.ics.jung.algorithms.layout.AbstractLayout
graph, initialized, locations, size -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected SimFieldLocationLayout.CircleVertexDatadoubleReturns the radius of the circle.voidvoidreset()voidsetRadius(double aRadius) Sets the radius of the circle.Von Klasse geerbte Methoden edu.uci.ics.jung.algorithms.layout.AbstractLayout
getGraph, getSize, getX, getY, isLocked, lock, lock, offsetVertex, setGraph, setInitializer, setLocation, setLocation, setSize, transform
-
Konstruktordetails
-
SimFieldLocationLayout
- Parameter:
aGraphPanel-
-
-
Methodendetails
-
getRadius
public double getRadius()Returns the radius of the circle.- Gibt zurück:
- the radius
-
setRadius
public void setRadius(double aRadius) Sets the radius of the circle. Must be called beforeinitialize()is called.- Parameter:
aRadius-
-
reset
public void reset()- Siehe auch:
-
initialize
public void initialize()- Siehe auch:
-
getCircleData
- Parameter:
v-- Gibt zurück:
- circle data
-