Class DefaultStyle3D<T>
java.lang.Object
repast.simphony.visualization.visualization3D.style.DefaultStyle3D<T>
- All Implemented Interfaces:
Style3D<T>
- Version:
- $Revision: 1.3 $ $Date: 2006/01/06 22:53:54 $
- Author:
- Nick Collier
-
Nested Class Summary
Nested classes/interfaces inherited from interface repast.simphony.visualization.visualization3D.style.Style3D
Style3D.LabelPosition
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAppearance
(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 o) float[]
-
Constructor Details
-
DefaultStyle3D
public DefaultStyle3D()
-
-
Method Details
-
getBranchGroup
- Specified by:
getBranchGroup
in interfaceStyle3D<T>
-
getRotation
- Specified by:
getRotation
in interfaceStyle3D<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>
-
getAppearance
- Specified by:
getAppearance
in interfaceStyle3D<T>
-
getScale
-