Class SimpleCssFunctionProcessor<T>

java.lang.Object
org.jhotdraw8.css.manager.SimpleCssFunctionProcessor<T>
Type Parameters:
T - the element type
All Implemented Interfaces:
CssFunctionProcessor<T>

public class SimpleCssFunctionProcessor<T> extends Object implements CssFunctionProcessor<T>
Takes a list of tokens and evaluates Css functions on them.