Dashboard > GeoTools > ... > widgets-swing-pending > JLineJoinPanel
GeoTools
JLineJoinPanel
Added by Johann Sorel , last edited by Johann Sorel on Oct 05, 2007  (view change)
Labels: 
(None)

JLineJoinPanel

This panel can be used for creating SLD editor panels.
It handle the possibilities of SLD Linejoin.

It's also a bean, so you can add it in the Swing Palette of NetBeans Matisse WYSIWYG for example.

How to use it ?

JLineJoinPanel guiStrokeLineJion = new JLineJoinPanel();

//apply the LineJoin properties
guiStrokeLineJoin.setLineJoin(stroke.getLineJoin());

//get back the properties
stroke.setLineJoin(guiStrokeLineJoin.getLineJoin());

Site running on a free Atlassian Confluence Open Source Project License granted to The Codehaus. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.6.2 Build:#919 Nov 26, 2007) - Bug/feature request - Contact Administrators