Class NullLabel
java.lang.Object
repast.simphony.visualization.visualization3D.NullLabel
- All Implemented Interfaces:
Label
Null implementation of Label.
- Version:
- $Revision$ $Date$
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.jogamp.java3d.BranchGroup
getBranchGroup
(org.jogamp.vecmath.Point3f center, org.jogamp.java3d.Group object) getColor()
getFont()
getLabel()
float
void
void
void
void
setOffset
(float offset) void
setPosition
(Style3D.LabelPosition position)
-
Constructor Details
-
NullLabel
public NullLabel()
-
-
Method Details
-
getBranchGroup
public org.jogamp.java3d.BranchGroup getBranchGroup(org.jogamp.vecmath.Point3f center, org.jogamp.java3d.Group object) - Specified by:
getBranchGroup
in interfaceLabel
-
getColor
-
getFont
-
getLabel
-
getOffset
public float getOffset() -
getPosition
- Specified by:
getPosition
in interfaceLabel
-
setColor
-
setFont
-
setLabel
-
setOffset
public void setOffset(float offset) -
setPosition
- Specified by:
setPosition
in interfaceLabel
-