com.acarter.scenemonitor.textdescriptor.definitions
Class WireframeStateDescriptor

java.lang.Object
  extended by com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
      extended by com.acarter.scenemonitor.textdescriptor.definitions.RenderStateDescriptor
          extended by com.acarter.scenemonitor.textdescriptor.definitions.WireframeStateDescriptor

public class WireframeStateDescriptor
extends RenderStateDescriptor

Author:
Carter

Field Summary
 
Fields inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
decimal
 
Constructor Summary
WireframeStateDescriptor()
           
 
Method Summary
 void updateInfo(javax.swing.text.StyledDocument infoDocument, java.lang.Object object)
          Called when the text should be replaced with more current information.
 
Methods inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
clearDocument, toString, writeString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WireframeStateDescriptor

public WireframeStateDescriptor()
Method Detail

updateInfo

public void updateInfo(javax.swing.text.StyledDocument infoDocument,
                       java.lang.Object object)
Description copied from class: A_TextDescriptor
Called when the text should be replaced with more current information.

Overrides:
updateInfo in class RenderStateDescriptor