us.ihmc.utilities.listeners
Class GraphicAttributes

java.lang.Object
  extended by us.ihmc.utilities.listeners.GraphicAttributesSimple
      extended by us.ihmc.utilities.listeners.GraphicAttributes
All Implemented Interfaces:
java.io.Serializable, ListenerMessage

public class GraphicAttributes
extends GraphicAttributesSimple

See Also:
Serialized Form

Constructor Summary
GraphicAttributes(GraphicAttributesSimple graphicAttributesSimple)
           
GraphicAttributes(java.lang.String name, javax.media.j3d.Appearance appearance, double diameter)
           
GraphicAttributes(java.lang.String name, double red, double green, double blue, double diameter)
           
 
Method Summary
 javax.media.j3d.Appearance getAppearance()
           
 void setAppearance(javax.media.j3d.Appearance appearance)
           
 
Methods inherited from class us.ihmc.utilities.listeners.GraphicAttributesSimple
getColor, getDiameter, getLabel, getName, getTypeLabel, setColor, setDiameter, setName, streamInData, streamOutData
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicAttributes

public GraphicAttributes(java.lang.String name,
                         double red,
                         double green,
                         double blue,
                         double diameter)

GraphicAttributes

public GraphicAttributes(GraphicAttributesSimple graphicAttributesSimple)

GraphicAttributes

public GraphicAttributes(java.lang.String name,
                         javax.media.j3d.Appearance appearance,
                         double diameter)
Method Detail

getAppearance

public javax.media.j3d.Appearance getAppearance()

setAppearance

public void setAppearance(javax.media.j3d.Appearance appearance)