| Section | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
How to use it ?
| Code Block |
|---|
JLineCapPanel guiStrokeLineCap = new JLineCapPanel(); //apply the Dashes properties guiStrokeLineCap.setLineCap(stroke.getLineCap()); //get back the properties stroke.setLineCap(guiStrokeLineCap.getLinecap()); |
| Section | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||
|
| Code Block |
|---|
JLineCapPanel guiStrokeLineCap = new JLineCapPanel(); //apply the Dashes properties guiStrokeLineCap.setLineCap(stroke.getLineCap()); //get back the properties stroke.setLineCap(guiStrokeLineCap.getLinecap()); |