public class FontAlternativesFunction extends FunctionImpl
FontCache.getAlternatives(String)
for a more in depth explanation.Modifier and Type | Field and Description |
---|---|
static FunctionName |
NAME |
functionName
NIL
Constructor and Description |
---|
FontAlternativesFunction() |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(Object object)
Default implementation simply returns the fallbackValue.
|
accept, dispatchArguments, equals, functionName, getFallbackValue, getFunctionName, getName, getParameters, getParameterValue, getParameterValue, hashCode, setFallbackValue, setName, setParameters, toString
evaluate
evaluate
public static final FunctionName NAME
public Object evaluate(Object object)
FunctionImpl
Please override this method to produce a value based on the provided arguments.
evaluate
in interface Expression
evaluate
in class FunctionImpl
object
- Object being evaluated; often a FeatureCopyright © 1996–2023 Geotools. All rights reserved.