|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.crsh.text.Renderable<Thread> org.crsh.text.formatter.ThreadRenderable
public class ThreadRenderable
Field Summary | |
---|---|
private static EnumMap<Thread.State,Color> |
colorMapping . |
Fields inherited from class org.crsh.text.Renderable |
---|
ANY |
Constructor Summary | |
---|---|
ThreadRenderable() |
Method Summary | |
---|---|
Class<Thread> |
getType() |
Renderer |
renderer(Iterator<Thread> stream) |
Methods inherited from class org.crsh.text.Renderable |
---|
getRenderable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final EnumMap<Thread.State,Color> colorMapping
Constructor Detail |
---|
public ThreadRenderable()
Method Detail |
---|
public Class<Thread> getType()
getType
in class Renderable<Thread>
public Renderer renderer(Iterator<Thread> stream)
renderer
in class Renderable<Thread>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |