Class EditedEdgeStyle3D<T>
java.lang.Object
repast.simphony.visualization.editedStyle.EditedEdgeStyle3D<T>
- Type Parameters:
T
-
- All Implemented Interfaces:
EdgeStyle3D<T>
,Style3D<T>
- Author:
- Eric Tatara
-
Nested Class Summary
Nested classes/interfaces inherited from interface repast.simphony.visualization.visualization3D.style.EdgeStyle3D
EdgeStyle3D.EdgeType
Nested classes/interfaces inherited from interface repast.simphony.visualization.visualization3D.style.Style3D
Style3D.LabelPosition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
edgeRadius
(T o) getAppearance
(T t, TaggedAppearance taggedAppearance, Object shapeID) getBranchGroup
(T o, TaggedBranchGroup taggedGroup) getLabelColor
(T t, Color currentColor) getLabelFont
(T t, Font currentFont) float
getLabelOffset
(T t) getLabelPosition
(T o, Style3D.LabelPosition curentPosition) float[]
getRotation
(T t) float[]
-
Constructor Details
-
EditedEdgeStyle3D
-
-
Method Details
-
getBranchGroup
- Specified by:
getBranchGroup
in interfaceStyle3D<T>
-
edgeRadius
- Specified by:
edgeRadius
in interfaceEdgeStyle3D<T>
-
getEdgeType
- Specified by:
getEdgeType
in interfaceEdgeStyle3D<T>
-
getLabel
-
getLabelColor
- Specified by:
getLabelColor
in interfaceStyle3D<T>
-
getLabelFont
- Specified by:
getLabelFont
in interfaceStyle3D<T>
-
getLabelPosition
- Specified by:
getLabelPosition
in interfaceStyle3D<T>
-
getLabelOffset
- Specified by:
getLabelOffset
in interfaceStyle3D<T>
-
getScale
-
getRotation
- Specified by:
getRotation
in interfaceStyle3D<T>
-
getAppearance
- Specified by:
getAppearance
in interfaceStyle3D<T>
-