All Downloads are FREE. Search and download functionalities are using the official Maven repository.

w3c.css.values.CssValueFloat Maven / Gradle / Ivy

//
// $Id$
// From Philippe Le Hegaret ([email protected])
//
// (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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy