| Section | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
How to use it ?
| Code Block |
|---|
JLineJoinPanel guiStrokeLineJion = new JLineJoinPanel(); //apply the LineJoin properties guiStrokeLineJoin.setLineJoin(stroke.getLineJoin()); //get back the properties stroke.setLineJoin(guiStrokeLineJoin.getLineJoin()); |
