JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
AnimGroup.java File Reference

Go to the source code of this file.

Classes

class  com.jogamp.graph.ui.AnimGroup
 Group of animated Shapes including other static Shapes, optionally utilizing a Group.Layout. More...
 
class  com.jogamp.graph.ui.AnimGroup.ShapeData
 Animation Shapes data covering one Shape of Set. More...
 
class  com.jogamp.graph.ui.AnimGroup.Set
 Animation-Set covering its ShapeData elements, LerpFunc and animation parameter. More...
 
interface  com.jogamp.graph.ui.AnimGroup.ShapeSetup
 ShapeData setup function for animation using its enclosing Set and other data points More...
 
interface  com.jogamp.graph.ui.AnimGroup.LerpFunc
 Linear interpolation (LERP) function to evaluate the next animated frame for each ShapeData of a Set. More...
 
class  com.jogamp.graph.ui.AnimGroup.TargetLerp
 Default target LerpFunc, approaching ShapeData's target position inclusive angular rotation around given normalized axis. More...
 
class  com.jogamp.graph.ui.AnimGroup.ScrollLerp
 Scrolling LerpFunc, approaching ShapeData's target position over and over. More...
 
class  com.jogamp.graph.ui.AnimGroup.SineLerp
 Sine target LerpFunc, approaching ShapeData's target position utilizing the angular value for sine amplitude towards the given normalized direction vector. More...
 

Packages

package  com.jogamp.graph.ui
 Copyright 2010-2023 JogAmp Community.