Class EdgeLabel
java.lang.Object
repast.simphony.visualization.visualization3D.AbstractLabel
repast.simphony.visualization.network.EdgeLabel
- All Implemented Interfaces:
Label
- Author:
- Nick Collier
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected org.jogamp.vecmath.Vector3f
getTranslation
(org.jogamp.vecmath.Point3f center, float offset) Methods inherited from class repast.simphony.visualization.visualization3D.AbstractLabel
getBranchGroup, getColor, getFont, getLabel, getOffset, getPosition, setColor, setFont, setLabel, setOffset, setPosition
-
Constructor Details
-
EdgeLabel
public EdgeLabel()
-
-
Method Details
-
getTranslation
protected org.jogamp.vecmath.Vector3f getTranslation(org.jogamp.vecmath.Point3f center, float offset) - Specified by:
getTranslation
in classAbstractLabel
-