Uses of Enum Class
net.paulhertz.pixelaudio.curves.PABoundsPolicy.PABoundaryMode
Packages that use PABoundsPolicy.PABoundaryMode
Package
Description
Gesture, path, and Bézier curve modeling classes for PixelAudio.
Package
net.paulhertz.pixelaudio.example provides example Processing sketches and
demonstrations of PixelAudio library functionality.-
Uses of PABoundsPolicy.PABoundaryMode in net.paulhertz.pixelaudio.curves
Fields in net.paulhertz.pixelaudio.curves declared as PABoundsPolicy.PABoundaryModeMethods in net.paulhertz.pixelaudio.curves that return PABoundsPolicy.PABoundaryModeModifier and TypeMethodDescriptionPABoundsPolicy.mode()Returns the enum constant of this class with the specified name.static PABoundsPolicy.PABoundaryMode[]PABoundsPolicy.PABoundaryMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.paulhertz.pixelaudio.curves with parameters of type PABoundsPolicy.PABoundaryModeModifier and TypeMethodDescriptionstatic PABoundsPolicyPABoundsPolicy.fromWidthHeight(int width, int height, PABoundsPolicy.PABoundaryMode mode) Constructors in net.paulhertz.pixelaudio.curves with parameters of type PABoundsPolicy.PABoundaryModeModifierConstructorDescriptionPABoundsPolicy(float minX, float minY, float maxX, float maxY, PABoundsPolicy.PABoundaryMode mode) Rectangle is inclusive on both ends: [minX..maxX], [minY..maxY]. -
Uses of PABoundsPolicy.PABoundaryMode in net.paulhertz.pixelaudio.example
Fields in net.paulhertz.pixelaudio.example declared as PABoundsPolicy.PABoundaryModeModifier and TypeFieldDescription(package private) PABoundsPolicy.PABoundaryModeBagatelle.boundaryMode(package private) PABoundsPolicy.PABoundaryModeTutorialOne_03_Drawing.boundaryMode(package private) PABoundsPolicy.PABoundaryModeTutorialOne_04_Network.boundaryMode(package private) PABoundsPolicy.PABoundaryModeTutorialOne_06_WindowBuffer.boundaryMode