Uses of Class
net.paulhertz.pixelaudio.curves.GestureTransformState
Packages that use GestureTransformState
Package
Description
Gesture, path, and Bézier curve modeling classes for PixelAudio.
-
Uses of GestureTransformState in net.paulhertz.pixelaudio.curves
Fields in net.paulhertz.pixelaudio.curves declared as GestureTransformStateMethods in net.paulhertz.pixelaudio.curves that return GestureTransformStateModifier and TypeMethodDescriptionGestureTransformState.copy()PACurveMaker.createTransformState()Copies the current dragPoints into a new GestureTransformState as restPoints.AudioBrush.ensureTransform()AudioBrush.transform()Methods in net.paulhertz.pixelaudio.curves with parameters of type GestureTransformStateModifier and TypeMethodDescriptionvoidPACurveMaker.applyTransform(GestureTransformState state) Applies a transform state to this curve.static voidPACurveUtility.applyTransformToCurve(PACurveMaker curve, GestureTransformState state) Applies a GestureTransformState to a PACurveMaker using the curve's live dragPoints.static voidPACurveUtility.restoreCurveRestPoints(PACurveMaker curve, GestureTransformState state) Restores curve points from state.restPoints, if present.voidPACurveMaker.restoreTransform(GestureTransformState state) Restores this curve from a transform state's rest pose, if present.voidAudioBrush.setTransform(GestureTransformState state)