org.pentaho.reporting.engine.classic.core.layout
Class TextCache

java.lang.Object
  extended by org.pentaho.reporting.engine.classic.core.layout.TextCache

public class TextCache
extends Object

Creation-Date: 26.04.2007, 20:23:40

Author:
Thomas Morgner

Nested Class Summary
static class TextCache.Result
           
 
Constructor Summary
TextCache(int maxEntries)
           
 
Method Summary
 TextCache.Result get(InstanceID instanceID, long styleChangeTracker, long attributeChangeTracker, String originalText)
           
 void store(InstanceID instanceID, long styleChangeTracker, long attrChangeTracker, String originalText, StyleSheet styleSheet, ReportAttributeMap attributeMap, RenderNode[] text, RenderNode[] finish)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextCache

public TextCache(int maxEntries)
Method Detail

store

public void store(InstanceID instanceID,
                  long styleChangeTracker,
                  long attrChangeTracker,
                  String originalText,
                  StyleSheet styleSheet,
                  ReportAttributeMap attributeMap,
                  RenderNode[] text,
                  RenderNode[] finish)

get

public TextCache.Result get(InstanceID instanceID,
                            long styleChangeTracker,
                            long attributeChangeTracker,
                            String originalText)