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

org.w3c.css.properties.css2.Css2Property Maven / Gradle / Ivy

The newest version!
//
// $Id: Css2Property.java,v 1.3 2010-01-05 13:49:46 ylafon Exp $
// From Philippe Le Hegaret ([email protected])
//
// (c) COPYRIGHT MIT and INRIA, 1997.
// Please first read the full copyright statement in file COPYRIGHT.html

package org.w3c.css.properties.css2;

import org.w3c.css.properties.aural.ACssProperty;

/**
 * @version $Revision: 1.3 $
 */
public abstract class Css2Property extends ACssProperty {

  /**
   * Returns true if the property is inherited
   */
  public boolean Inherited() {
    return Css2Properties.getInheritance(this);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy