public interface IGraphicsParameter
GraphicsParameter
evaluator without requiring knowledge of the generic type.| Modifier and Type | Method and Description |
|---|---|
Evaluator<Object> |
getObjectEvaluator(EvaluatorGroup group)
Gets an evaluator which returns an object.
|
@Nonnull Evaluator<Object> getObjectEvaluator(@Nonnull EvaluatorGroup group)
group - The group in which to create the Evaluator.