com.acarter.scenemonitor.textdescriptor.definitions
Class SpatialDescriptor

java.lang.Object
  extended by com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
      extended by com.acarter.scenemonitor.textdescriptor.definitions.SpatialDescriptor
Direct Known Subclasses:
GeometryDescriptor, NodeDescriptor

public class SpatialDescriptor
extends A_TextDescriptor

Author:
Carter

Nested Class Summary
protected static class SpatialDescriptor.E_BoundingVolume
          Enumerates the permissible bounding volume types.
protected static class SpatialDescriptor.E_RenderQueueMode
          Enumerates the permissible render queue mode.
 
Field Summary
static java.lang.String LOGGER_NAME
           
 
Fields inherited from class com.acarter.scenemonitor.textdescriptor.A_TextDescriptor
decimal
 
Constructor Summary
SpatialDescriptor()
           
 
Method Summary
 void updateInfo(javax.swing.text.StyledDocument infoDocument, java.lang.Object object)
          Called when the text should be replaced with more current information.
protected  void updateInheritedInfo(javax.swing.text.StyledDocument infoDocument, java.lang.Object object)
           
 
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

SpatialDescriptor

public SpatialDescriptor()
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.

Specified by:
updateInfo in class A_TextDescriptor

updateInheritedInfo

protected void updateInheritedInfo(javax.swing.text.StyledDocument infoDocument,
                                   java.lang.Object object)
                            throws javax.swing.text.BadLocationException
Parameters:
infoDocument -
spatial -
Throws:
javax.swing.text.BadLocationException