KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > w3c > dom > svg > SVGFontFaceElement


1
2 package org.w3c.dom.svg;
3
4 public interface SVGFontFaceElement extends
5                SVGElement {
6 }
7
Popular Tags