Java源码示例:org.w3c.dom.css.Rect

示例1
public Rect getRectValue() throws DOMException {
	throw new DOMException(DOMException.INVALID_ACCESS_ERR, "RECT_ERROR");
}
 
示例2
public Rect getRectValue( ) throws DOMException
{
	throw createDOMException( );
}
 
示例3
public Rect getRectValue( ) throws DOMException
{
	return null;
}