Uses of Enum Class
micycle.pgs.PGS_Contour.OffsetStyle
-
Uses of PGS_Contour.OffsetStyle in micycle.pgs
Methods in micycle.pgs that return PGS_Contour.OffsetStyleModifier and TypeMethodDescriptionstatic PGS_Contour.OffsetStyle
Returns the enum constant of this class with the specified name.static PGS_Contour.OffsetStyle[]
PGS_Contour.OffsetStyle.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_Contour.OffsetStyleModifier and TypeMethodDescriptionstatic processing.core.PShape
PGS_Morphology.buffer
(processing.core.PShape shape, double buffer, PGS_Contour.OffsetStyle bufferStyle) Returns a buffer region of the given shape using the specified join style.static processing.core.PShape
PGS_Morphology.buffer
(processing.core.PShape shape, double buffer, PGS_Contour.OffsetStyle bufferStyle, PGS_Morphology.CapStyle capStyle) Returns a buffer region of the given shape using the specified join and cap styles.static processing.core.PShape
PGS_Contour.offsetCurvesInward
(processing.core.PShape shape, PGS_Contour.OffsetStyle style, double spacing) Generates inward-facing offset curves from a shape.static processing.core.PShape
PGS_Contour.offsetCurvesInward
(processing.core.PShape shape, PGS_Contour.OffsetStyle style, double spacing, int curves) Generates N inward-facing offset curves from a shape.static processing.core.PShape
PGS_Contour.offsetCurvesOutward
(processing.core.PShape shape, PGS_Contour.OffsetStyle style, double spacing, int curves) Generates N outward-facing offset curves from a shape.