us.ihmc.utilities.listeners.messages
Class SetLineInWorldMessage

java.lang.Object
  extended by us.ihmc.utilities.listeners.messages.SetVectorInWorldMessage
      extended by us.ihmc.utilities.listeners.messages.SetLineInWorldMessage
All Implemented Interfaces:
java.io.Serializable, ListenerMessage

public class SetLineInWorldMessage
extends SetVectorInWorldMessage

See Also:
Serialized Form

Field Summary
 
Fields inherited from class us.ihmc.utilities.listeners.messages.SetVectorInWorldMessage
key, xEnd, xStart, yEnd, yStart, zEnd, zStart
 
Constructor Summary
SetLineInWorldMessage(java.lang.String key, double xStart, double yStart, double zStart, double xEnd, double yEnd, double zEnd)
           
 
Method Summary
static boolean executeIfLabelMatch(java.lang.String label, java.io.DataInputStream dataInputStream, Listener3D listener3D)
           
 java.lang.String getLabel()
           
static java.lang.String getTypeLabel()
           
static SetLineInWorldMessage streamInIfLabelMatch(java.lang.String label, java.io.DataInputStream dataInputStream)
           
 
Methods inherited from class us.ihmc.utilities.listeners.messages.SetVectorInWorldMessage
streamInData, streamOutData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetLineInWorldMessage

public SetLineInWorldMessage(java.lang.String key,
                             double xStart,
                             double yStart,
                             double zStart,
                             double xEnd,
                             double yEnd,
                             double zEnd)
Method Detail

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