|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object VertexView net.clackrouter.router.graph.DynamicClackView net.clackrouter.router.graph.CounterView
public class CounterView
A specialized view to paint an updating counter value instead of the standard view.
Nested Class Summary | |
---|---|
static class |
CounterView.CounterRenderer
|
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 | |
---|---|
CounterView(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 |
---|
public static int VIEW_WIDTH
public static int VIEW_HEIGHT
Constructor Detail |
---|
public CounterView(java.lang.Object cell, JGraph graph, CellMapper cm)
Method Detail |
---|
public CellViewRenderer getRenderer()
getRenderer
in class DynamicClackView
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |