// // $Id$ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // // (c) COPYRIGHT MIT and INRIA, 1997. // Please first read the full copyright statement in file COPYRIGHT.html /* * CssValueFloat.java * $Id$ */ package org.w3c.css.values; /** * @version $Revision$ */ public interface CssValueFloat { float getValue(); }