|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
org.vectomatic.dom.svg.OMSVGPathSeg
org.vectomatic.dom.svg.OMSVGPathSegCurvetoCubicSmoothAbs
public class OMSVGPathSegCurvetoCubicSmoothAbs
The OMSVGPathSegCurvetoCubicSmoothAbs
interface
corresponds to an "absolute smooth cubic curveto" (S) path data command.
Field Summary |
---|
Constructor Summary | |
---|---|
protected |
OMSVGPathSegCurvetoCubicSmoothAbs()
|
Method Summary | |
---|---|
float |
getX()
The absolute X coordinate for the end point of this path segment. |
float |
getX2()
The absolute X coordinate for the second control point. |
float |
getY()
The absolute Y coordinate for the end point of this path segment. |
float |
getY2()
The absolute Y coordinate for the second control point. |
void |
setX(float value)
The absolute X coordinate for the end point of this path segment. |
void |
setX2(float value)
The absolute X coordinate for the second control point. |
void |
setY(float value)
The absolute Y coordinate for the end point of this path segment. |
void |
setY2(float value)
The absolute Y coordinate for the second control point. |
Methods inherited from class org.vectomatic.dom.svg.OMSVGPathSeg |
---|
getPathSegType, getPathSegTypeAsLetter |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected OMSVGPathSegCurvetoCubicSmoothAbs()
Method Detail |
---|
public final float getX()
public final void setX(float value) throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.
com.google.gwt.core.client.JavaScriptException
public final float getY()
public final void setY(float value) throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.
com.google.gwt.core.client.JavaScriptException
public final float getX2()
public final void setX2(float value) throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.
com.google.gwt.core.client.JavaScriptException
public final float getY2()
public final void setY2(float value) throws com.google.gwt.core.client.JavaScriptException
DOMException(NO_MODIFICATION_ALLOWED_ERR)
- Raised on an attempt
to change the value of a read only
attribute.
com.google.gwt.core.client.JavaScriptException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |