org.crsh.text.renderers
Class ThreadRenderer

java.lang.Object
  extended by org.crsh.text.Renderer<Thread>
      extended by org.crsh.text.renderers.ThreadRenderer

public class ThreadRenderer
extends Renderer<Thread>


Field Summary
private static EnumMap<Thread.State,Color> colorMapping
          .
 
Fields inherited from class org.crsh.text.Renderer
ANY
 
Constructor Summary
ThreadRenderer()
           
 
Method Summary
 Class<Thread> getType()
           
 LineRenderer renderer(Iterator<Thread> stream)
           
 
Methods inherited from class org.crsh.text.Renderer
getRenderable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

colorMapping

private static final EnumMap<Thread.State,Color> colorMapping
.

Constructor Detail

ThreadRenderer

public ThreadRenderer()
Method Detail

getType

public Class<Thread> getType()
Specified by:
getType in class Renderer<Thread>

renderer

public LineRenderer renderer(Iterator<Thread> stream)
Specified by:
renderer in class Renderer<Thread>


Copyright © 2015 eXo Platform SAS. All Rights Reserved.