net.clackrouter.router.graph
Class QueueView

java.lang.Object
  extended by VertexView
      extended by net.clackrouter.router.graph.DynamicClackView
          extended by net.clackrouter.router.graph.QueueView
All Implemented Interfaces:
ClackPaintable

public class QueueView
extends DynamicClackView

A specialized component view to show the size of a queue graphically.


Nested Class Summary
static class QueueView.QueueRenderer
           
 
Field Summary
static int VIEW_HEIGHT
           
static int VIEW_WIDTH
           
 
Fields inherited from class net.clackrouter.router.graph.DynamicClackView
mBorderColor, mFillColor, mFont, mFontSize, mName, mStroke, renderer, sBORDER
 
Constructor Summary
QueueView(java.lang.Object cell, JGraph graph, CellMapper cm)
           
 
Method Summary
 CellViewRenderer getRenderer()
           
 
Methods inherited from class net.clackrouter.router.graph.DynamicClackView
clackPaint, getClackView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_WIDTH

public static int VIEW_WIDTH

VIEW_HEIGHT

public static int VIEW_HEIGHT
Constructor Detail

QueueView

public QueueView(java.lang.Object cell,
                 JGraph graph,
                 CellMapper cm)
Method Detail

getRenderer

public CellViewRenderer getRenderer()
Overrides:
getRenderer in class DynamicClackView