Uses of Class
processing.opengl.LineStroker
-
Packages that use LineStroker Package Description processing.opengl -
-
Uses of LineStroker in processing.opengl
Methods in processing.opengl with parameters of type LineStroker Modifier and Type Method Description voidLineStroker. setOutput(LineStroker output)Sets the outputLineStrokerof thisLineStroker.Constructors in processing.opengl with parameters of type LineStroker Constructor Description LineStroker(LineStroker output, int lineWidth, int capStyle, int joinStyle, int miterLimit, PMatrix2D transform)Constructs aLineStroker.
-