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