Sign in
apache
/
xerces-j
/
refs/heads/xml-commons-external
/
.
/
src
/
org
/
w3c
/
dom
/
svg
/
SVGPathSegLinetoHorizontalAbs.java
blob: 6a30564d816917a519b4a45f4ed1e9f2a4a46b23 [
file
] [
log
] [
blame
]
package
org
.
w3c
.
dom
.
svg
;
import
org
.
w3c
.
dom
.
DOMException
;
public
interface
SVGPathSegLinetoHorizontalAbs
extends
SVGPathSeg
{
public
float
getX
(
);
public
void
setX
(
float
x
)
throws
DOMException
;
}