ValueNode


Known direct subclasses
BinaryOpNode

A ValueNode that combines two other values with a binary operation.

ConstantNode

A ValueNode that produces a constant output value.

DampingNode

A ValueNode that damps changes in an input value, causing the output value to slowly follow changes in the input value over a specified time or distance.

IntegralNode

A ValueNode that integrates an input value over time or distance.

InterpolationNode

A ValueNode that interpolates between two inputs based on a parameter input.

NoiseNode

A ValueNode that produces a smooth random function.

ResponseNode

A ValueNode that maps an input value through a response curve.

SourceNode

A ValueNode that gets data from the stroke input batch.

ToolTypeFilterNode

A ValueNode for filtering out a branch of a behavior graph unless this stroke's tool type is in the specified set.


A ValueNode is a non-terminal node in the graph; it produces a value to be consumed as an input by other Nodes, and may itself depend on zero or more inputs.

Summary

Inherited properties

From androidx.ink.brush.behavior.Node
List<ValueNode>

The ordered list of inputs that this node directly depends on.

Cmn