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 GestureTransformStateModifier and TypeFieldDescriptionprivate GestureTransformStateAudioBrush.transformStateOptional transform state for applying geometric transformations to the curve dataMethods 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()Ensures that a transform state is available for this brush.AudioBrush.transform()Returns the current transform state, or null if no transform is set.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) Sets the transform state for this brush.