com.bigdata.counters.render
Class HistoryTableRenderer

java.lang.Object
  extended by com.bigdata.counters.render.HistoryTableRenderer
All Implemented Interfaces:
IRenderer
Direct Known Subclasses:
HTMLHistoryTableRenderer, TabDelimitedHistoryTableRenderer

public abstract class HistoryTableRenderer
extends Object
implements IRenderer

Version:
$Id: HistoryTableRenderer.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
protected  ValueFormatter formatter
           
protected  Pattern pattern
           
protected  HistoryTable t
           
 
Constructor Summary
protected HistoryTableRenderer(HistoryTable tbl, Pattern pattern, ValueFormatter formatter)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.bigdata.counters.render.IRenderer
render
 

Field Detail

t

protected final HistoryTable t

pattern

protected final Pattern pattern

formatter

protected final ValueFormatter formatter
Constructor Detail

HistoryTableRenderer

protected HistoryTableRenderer(HistoryTable tbl,
                               Pattern pattern,
                               ValueFormatter formatter)
Parameters:
tbl -
pattern - Used to identify capturing groups and extract column labels.
formatter -


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.