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

org.w3c.dom.svg.SVGUnitTypes Maven / Gradle / Ivy


package org.w3c.dom.svg;

public interface SVGUnitTypes {
  // Unit Types
  public static final short SVG_UNIT_TYPE_UNKNOWN           = 0;
  public static final short SVG_UNIT_TYPE_USERSPACEONUSE    = 1;
  public static final short SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy