|
||||||||||
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.OMSVGPathSegArcRel
public class OMSVGPathSegArcRel
The OMSVGPathSegArcRel
interface corresponds
to a "relative arcto" (a) path data command.
Field Summary |
---|
Constructor Summary | |
---|---|
protected |
OMSVGPathSegArcRel()
|
Method Summary | |
---|---|
float |
getAngle()
The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system. |
boolean |
getLargeArcFlag()
The value of the large-arc-flag parameter. |
float |
getR1()
The x-axis radius for the ellipse (i.e., r1). |
float |
getR2()
The y-axis radius for the ellipse (i.e., r2). |
boolean |
getSweepFlag()
The value of the sweep-flag parameter. |
float |
getX()
The relative X coordinate for the end point of this path segment. |
float |
getY()
The relative Y coordinate for the end point of this path segment. |
void |
setAngle(float value)
The rotation angle in degrees for the ellipse's x-axis relative to the x-axis of the user coordinate system. |
void |
setLargeArcFlag(boolean value)
The value of the large-arc-flag parameter. |
void |
setR1(float value)
The x-axis radius for the ellipse (i.e., r1). |
void |
setR2(float value)
The y-axis radius for the ellipse (i.e., r2). |
void |
setSweepFlag(boolean value)
The value of the sweep-flag parameter. |
void |
setX(float value)
The relative X coordinate for the end point of this path segment. |
void |
setY(float value)
The relative Y coordinate for the end point of this path segment. |
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 OMSVGPathSegArcRel()
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 getR1()
public final void setR1(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 getR2()
public final void setR2(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 getAngle()
public final void setAngle(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 boolean getLargeArcFlag()
public final void setLargeArcFlag(boolean 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 boolean getSweepFlag()
public final void setSweepFlag(boolean 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 |