java.lang.Object
org.jhotdraw8.css.function.AbstractCssFunction<T>
org.jhotdraw8.draw.css.function.AbstractColorCssFunction<T>
- Type Parameters:
T- the element type of the DOM
- All Implemented Interfaces:
CssFunction<T>
- Direct Known Subclasses:
LadderCssFunction
Abstract base class for CSS functions that process a color value.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected @Nullable CssColorparseColorValue(T element, CssTokenizer tt, CssFunctionProcessor<T> functionProcessor) protected @Nullable CssColorparseResolvedColorValue(T element, CssTokenizer tt, CssFunctionProcessor<T> functionProcessor) Methods inherited from class org.jhotdraw8.css.function.AbstractCssFunction
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jhotdraw8.css.function.CssFunction
getHelpText, process
-
Field Details
-
converter
-
-
Constructor Details
-
AbstractColorCssFunction
-
-
Method Details
-
parseColorValue
protected @Nullable CssColor parseColorValue(T element, CssTokenizer tt, CssFunctionProcessor<T> functionProcessor) throws IOException, ParseException - Throws:
IOExceptionParseException
-
parseResolvedColorValue
protected @Nullable CssColor parseResolvedColorValue(T element, CssTokenizer tt, CssFunctionProcessor<T> functionProcessor) throws IOException, ParseException - Throws:
IOExceptionParseException
-