Package com.jogamp.graph.ui
Interface AnimGroup.ShapeSetup
-
- Enclosing class:
- AnimGroup
public static interface AnimGroup.ShapeSetup
AnimGroup.ShapeData
setup function for animation using its enclosingAnimGroup.Set
and other data pointsAt minimum,
AnimGroup.ShapeData
'sAnimGroup.ShapeData.startPos
andAnimGroup.ShapeData.targetPos
shall be adjusted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setup(AnimGroup.Set as, int idx, AnimGroup.ShapeData sd)
Setting up theAnimGroup.ShapeData
for animation using its enclosingAnimGroup.Set
and other data points
-
-
-
Method Detail
-
setup
void setup(AnimGroup.Set as, int idx, AnimGroup.ShapeData sd)
Setting up theAnimGroup.ShapeData
for animation using its enclosingAnimGroup.Set
and other data points- Parameters:
as
-AnimGroup.Set
of the animationidx
-AnimGroup.ShapeData
index within theAnimGroup.Set.allShapes
sd
- theAnimGroup.ShapeData
matchingidx
containing theShape
to apply this operation
-
-