Uses of Enum Class
net.paulhertz.pixelaudio.AffineTransformType
Packages that use AffineTransformType
Package
Description
Package
net.paulhertz.pixelaudio blends sounds and images by mapping between
arrays of audio samples and arrays of pixel values.-
Uses of AffineTransformType in net.paulhertz.pixelaudio
Fields in net.paulhertz.pixelaudio declared as AffineTransformTypeModifier and TypeFieldDescriptionstatic AffineTransformTypePixelMapGen.flipxstatic AffineTransformTypePixelMapGen.flipystatic AffineTransformTypePixelMapGen.fx270static AffineTransformTypePixelMapGen.fx90static AffineTransformTypePixelMapGen.nadastatic AffineTransformTypePixelMapGen.r180static AffineTransformTypePixelMapGen.r270static AffineTransformTypePixelMapGen.r90static AffineTransformType[]PixelMapGen.transArrayPixelMapGen.transformTypeMethods in net.paulhertz.pixelaudio that return AffineTransformTypeModifier and TypeMethodDescriptionPixelMapGen.getTransformType()static AffineTransformTypePixelMapGen.randomTransform(Random rand) static AffineTransformTypeReturns the enum constant of this class with the specified name.static AffineTransformType[]AffineTransformType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio with parameters of type AffineTransformTypeModifier and TypeMethodDescriptionstatic int[]BitmapTransform.coordTransform(int x, int y, int width, int height, AffineTransformType type) Performs a geometric transform (rotation, reflection) of a single pixel location.static int[]BitmapTransform.getIndexMap(int w, int h, AffineTransformType type) static processing.core.PImageBitmapTransform.imageTransform(processing.core.PImage img, AffineTransformType type) static int[]BitmapTransform.pixelsTransform(int[] pixels, int width, int height, AffineTransformType type) Performs a geometric transform (rotation, reflection) of an array of pixels.voidPixelMapGen.setTransformType(AffineTransformType transformType) Sets the AffineTransformType associated with this PixelMapGen and transforms its coordinates and associated sampleMap and pixelMap fields.voidPixelMapGen.transformCoords(ArrayList<int[]> coordinates, AffineTransformType type) Constructors in net.paulhertz.pixelaudio with parameters of type AffineTransformTypeModifierConstructorDescriptionBoustropheGen(int width, int height, AffineTransformType type) BuildFromPathGen(int width, int height, AffineTransformType type) DiagonalZigzagGen(int width, int height, AffineTransformType type) HilbertGen(int width, int height, AffineTransformType type) HilbertGen(int depth, AffineTransformType type) MooreGen(int width, int height, AffineTransformType type) MooreGen(int depth, AffineTransformType type) MultiGen(int width, int height, AffineTransformType transform) PixelMapGen(int width, int height, AffineTransformType type) Constructor for classes that extend PixelMapGen.RandomContinousGen(int width, int height, AffineTransformType type) Deprecated.