Package micycle.pgs
Class PGS_Conversion.PShapeData
java.lang.Object
micycle.pgs.PGS_Conversion.PShapeData
- Enclosing class:
- PGS_Conversion
A utility class for storing and manipulating the visual properties of PShapes
from the Processing library. It encapsulates the stroke, fill, stroke color,
stroke weight, and fill color attributes by directly accessing and modifying
the corresponding fields of a given PShape using reflection.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
boolean
int
float
-
Method Summary
-
Field Details
-
fillColor
public int fillColor -
strokeColor
public int strokeColor -
strokeWeight
public float strokeWeight -
fill
public boolean fill -
stroke
public boolean stroke
-
-
Method Details