Package com.jogamp.graph.ui
Interface AnimGroup.ShapeSetup
-
- Enclosing class:
- AnimGroup
public static interface AnimGroup.ShapeSetupAnimGroup.ShapeDatasetup function for animation using its enclosingAnimGroup.Setand other data pointsAt minimum,
AnimGroup.ShapeData'sAnimGroup.ShapeData.startPosandAnimGroup.ShapeData.targetPosshall be adjusted.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetup(AnimGroup.Set as, int idx, AnimGroup.ShapeData sd)Setting up theAnimGroup.ShapeDatafor animation using its enclosingAnimGroup.Setand other data points
-
-
-
Method Detail
-
setup
void setup(AnimGroup.Set as, int idx, AnimGroup.ShapeData sd)
Setting up theAnimGroup.ShapeDatafor animation using its enclosingAnimGroup.Setand other data points- Parameters:
as-AnimGroup.Setof the animationidx-AnimGroup.ShapeDataindex within theAnimGroup.Set.allShapessd- theAnimGroup.ShapeDatamatchingidxcontaining theShapeto apply this operation
-
-