com.acarter.scenemonitor.textdescriptor.definitions
Class StencilStateDescriptor

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.StencilStateDescriptor

public class StencilStateDescriptor
extends RenderStateDescriptor

Author:
Carter

Field Summary
static java.lang.String LOGGER_NAME
           
 
Fields inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
decimal
 
Constructor Summary
StencilStateDescriptor()
           
 
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
 

Field Detail

LOGGER_NAME

public static final java.lang.String LOGGER_NAME
See Also:
Constant Field Values
Constructor Detail

StencilStateDescriptor

public StencilStateDescriptor()
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