JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.graph.ui.AnimGroup.ShapeSetup Interface Reference

ShapeData setup function for animation using its enclosing Set and other data points More...

Collaboration diagram for com.jogamp.graph.ui.AnimGroup.ShapeSetup:

Public Member Functions

void setup (final Set as, final int idx, final ShapeData sd)
 Setting up the ShapeData for animation using its enclosing Set and other data points. More...
 

Detailed Description

ShapeData setup function for animation using its enclosing Set and other data points

At minimum, ShapeData's ShapeData#startPos and ShapeData#targetPos shall be adjusted.

Definition at line 276 of file AnimGroup.java.

Member Function Documentation

◆ setup()

void com.jogamp.graph.ui.AnimGroup.ShapeSetup.setup ( final Set  as,
final int  idx,
final ShapeData  sd 
)

Setting up the ShapeData for animation using its enclosing Set and other data points.

Parameters
asSet of the animation
idxShapeData index within the Set#allShapes
sdthe ShapeData matching idx containing the Shape to apply this operation
Here is the caller graph for this function:

The documentation for this interface was generated from the following file: