planetj.dataengine
Class ExecutingContext.RenderingMode
java.lang.Object
planetj.dataengine.ExecutingContext.RenderingMode
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- ExecutingContext
- public static class ExecutingContext.RenderingMode
- extends java.lang.Object
- implements java.io.Serializable
The rendering mode indicates what type of rendering is currently occurring. Using an inner class as
opposed to a numerical constant allow application programmers to create their own rendering modes without
worrying that future WOW releases will step on their rendering mode constants. It also allows for
inheritance structures of rendering modes
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mDescription
protected final java.lang.String mDescription
ExecutingContext.RenderingMode
public ExecutingContext.RenderingMode(java.lang.String description)
toString
public java.lang.String toString()