Uses of Class
net.paulhertz.pixelaudio.curves.GranularBrush
Packages that use GranularBrush
-
Uses of GranularBrush in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as GranularBrushModifier and TypeFieldDescription(package private) GranularBrushGesturePlayground_back.activeGranularBrush(package private) GranularBrushGesturePlayground.activeGranularBrush(package private) final GranularBrushGesturePlayground_back.GranularBrushHappening.brushFields in net.paulhertz.pixelaudio.example with type parameters of type GranularBrushModifier and TypeFieldDescription(package private) ArrayList<GranularBrush>GesturePlayground_back.granularBrushes(package private) ArrayList<GranularBrush>GesturePlayground.granularBrushesMethods in net.paulhertz.pixelaudio.example that return GranularBrushModifier and TypeMethodDescription(package private) GranularBrushGesturePlayground.toGranularBrush(AudioBrush brush) Convert a brush explicitly to GranularBrush.Methods in net.paulhertz.pixelaudio.example with parameters of type GranularBrushModifier and TypeMethodDescription(package private) intGesturePlayground.appendGranularBrush(GranularBrush gb) Append a granular brush and return its new index.(package private) voidGesturePlayground_back.oldScheduleGranularBrushClick(GranularBrush gb, int x, int y) (package private) voidGesturePlayground_back.playGranularBrush(GranularBrush gb, GestureSchedule schedule, GestureGranularConfig snap, GestureGranularRenderer.DefaultMapping granularMapping) (package private) voidGesturePlayground_back.scheduleGranularBrushClick(GranularBrush gb, int clickX, int clickY) (package private) voidGesturePlayground.scheduleGranularBrushClick(GranularBrush gb, int clickX, int clickY) Constructors in net.paulhertz.pixelaudio.example with parameters of type GranularBrushModifierConstructorDescription(package private)GranularBrushHappening(int x, int y, GranularBrush gb, GestureSchedule schedule, GestureGranularConfig snap)