us.ihmc.utilities.listeners.messages
Class SetLineInWorldMessage
java.lang.Object
us.ihmc.utilities.listeners.messages.SetVectorInWorldMessage
us.ihmc.utilities.listeners.messages.SetLineInWorldMessage
- All Implemented Interfaces:
- java.io.Serializable, ListenerMessage
public class SetLineInWorldMessage
- extends SetVectorInWorldMessage
- See Also:
- Serialized Form
Constructor Summary |
SetLineInWorldMessage(java.lang.String key,
double xStart,
double yStart,
double zStart,
double xEnd,
double yEnd,
double zEnd)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetLineInWorldMessage
public SetLineInWorldMessage(java.lang.String key,
double xStart,
double yStart,
double zStart,
double xEnd,
double yEnd,
double zEnd)
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface ListenerMessage
- Overrides:
getLabel
in class SetVectorInWorldMessage
getTypeLabel
public static java.lang.String getTypeLabel()
streamInIfLabelMatch
public static SetLineInWorldMessage streamInIfLabelMatch(java.lang.String label,
java.io.DataInputStream dataInputStream)
throws java.io.IOException
- Throws:
java.io.IOException
executeIfLabelMatch
public static boolean executeIfLabelMatch(java.lang.String label,
java.io.DataInputStream dataInputStream,
Listener3D listener3D)
throws java.io.IOException
- Throws:
java.io.IOException