org.jfree.layouting.layouter.style.resolver.computed.text
Class TextOverflowEllipsisResolveHandler

java.lang.Object
  extended by org.jfree.layouting.layouter.style.resolver.computed.text.TextOverflowEllipsisResolveHandler
All Implemented Interfaces:
ResolveHandler

public class TextOverflowEllipsisResolveHandler
extends java.lang.Object
implements ResolveHandler

Creation-Date: 21.12.2005, 16:48:23

Author:
Thomas Morgner

Constructor Summary
TextOverflowEllipsisResolveHandler()
           
 
Method Summary
 StyleKey[] getRequiredStyles()
          This indirectly defines the resolve order.
 void resolve(LayoutProcess process, LayoutElement currentNode, StyleKey key)
          Resolves a single property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextOverflowEllipsisResolveHandler

public TextOverflowEllipsisResolveHandler()
Method Detail

getRequiredStyles

public StyleKey[] getRequiredStyles()
This indirectly defines the resolve order. The higher the order, the more dependent is the resolver on other resolvers to be complete.

Specified by:
getRequiredStyles in interface ResolveHandler
Returns:

resolve

public void resolve(LayoutProcess process,
                    LayoutElement currentNode,
                    StyleKey key)
Resolves a single property.

Specified by:
resolve in interface ResolveHandler
Parameters:
currentNode -
style -