/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * LineStyle.java * * Created on 4. M\u00E4rz 2005, 14:29 */ package de.cismet.cismap.commons.styling; /** * DOCUMENT ME! * * @author hell * @version $Revision$, $Date$ */ public class LineStyle { //~ Constructors ----------------------------------------------------------- /** * Creates a new instance of LineStyle. */ public LineStyle() { } }