Class AbstractStringCssFunction<T>

java.lang.Object
org.jhotdraw8.css.function.AbstractCssFunction<T>
org.jhotdraw8.css.function.AbstractStringCssFunction<T>
Type Parameters:
T - the element type of the DOM
All Implemented Interfaces:
CssFunction<T>
Direct Known Subclasses:
ConcatCssFunction, ReplaceCssFunction

public abstract class AbstractStringCssFunction<T> extends AbstractCssFunction<T>
Abstract base class for CSS functions that process a CssTokenType.TT_STRING.