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

org.w3c.css.properties.css21.CssBackgroundPositionCSS21 Maven / Gradle / Ivy

The newest version!
// $Id: CssBackgroundPositionCSS21.java,v 1.6 2010-01-05 13:49:48 ylafon Exp $
// Author: Jean-Guilhem Rouel
// (c) COPYRIGHT MIT, ERCIM and Keio, 2005.
// Please first read the full copyright statement in file COPYRIGHT.html
package org.w3c.css.properties.css21;

import org.w3c.css.properties.css2.CssBackgroundPositionCSS2;
import org.w3c.css.util.ApplContext;
import org.w3c.css.util.InvalidParamException;
import org.w3c.css.values.CssExpression;

/**
 * CssBackgroundPositionCSS21
* Created: Aug 31, 2005 5:45:30 PM
*/ public class CssBackgroundPositionCSS21 extends CssBackgroundPositionCSS2 { /** * Create a new CssBackgroundPositionCSS2 */ public CssBackgroundPositionCSS21() { super(); } /** * Creates a new CssBackgroundPositionCSS2 * * @param expression The expression for this property * @exception InvalidParamException Values are incorrect */ public CssBackgroundPositionCSS21(ApplContext ac, CssExpression expression, boolean check) throws InvalidParamException { super(ac, expression, check); } public CssBackgroundPositionCSS21(ApplContext ac, CssExpression expression) throws InvalidParamException { this(ac, expression, false); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy