Uses of Enum Class
micycle.pgs.PGS_Coloring.ColoringAlgorithm
Packages that use PGS_Coloring.ColoringAlgorithm
Package
Description
Processing Geometry Suite is a software project that provides easy access to
geometric algorithms in the form of a Processing library.
-
Uses of PGS_Coloring.ColoringAlgorithm in micycle.pgs
Methods in micycle.pgs that return PGS_Coloring.ColoringAlgorithmModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PGS_Coloring.ColoringAlgorithm[]
PGS_Coloring.ColoringAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in micycle.pgs with parameters of type PGS_Coloring.ColoringAlgorithmModifier and TypeMethodDescriptionPGS_Coloring.colorMesh
(Collection<processing.core.PShape> shapes, PGS_Coloring.ColoringAlgorithm coloringAlgorithm) Computes a coloring of the given mesh shape, returning a color class for each mesh face.PGS_Coloring.colorMesh
(processing.core.PShape meshShape, PGS_Coloring.ColoringAlgorithm coloringAlgorithm) Computes a coloring of the given mesh shape, returning a color class for each mesh face.static processing.core.PShape
PGS_Coloring.colorMesh
(processing.core.PShape shape, PGS_Coloring.ColoringAlgorithm coloringAlgorithm, int[] colorPalette) Computes a coloring of the given mesh shape and colors its faces using the colors provided.static processing.core.PShape
PGS_Coloring.colorMesh
(processing.core.PShape shape, PGS_Coloring.ColoringAlgorithm coloringAlgorithm, String[] colorPalette) Computes a coloring of the given mesh shape and colors its faces using the colors provided.PGS_Coloring.colorNonMesh
(processing.core.PShape shape, PGS_Coloring.ColoringAlgorithm coloringAlgorithm) Computes a coloring of the given non-conforming mesh shape, returning a color class for each face of the pre-processed (noded) mesh.static processing.core.PShape
PGS_Coloring.colorNonMesh
(processing.core.PShape shape, PGS_Coloring.ColoringAlgorithm coloringAlgorithm, int[] colorPalette) Computes a coloring of the given non-conforming mesh shape and colors the faces of its noded representation using the colors provided.static processing.core.PShape
PGS_Coloring.colorNonMesh
(processing.core.PShape shape, PGS_Coloring.ColoringAlgorithm coloringAlgorithm, String[] colorPalette) Computes a coloring of the given non-conforming mesh shape and colors the faces of its noded representation using the colors provided.