RelEllipticalArcTo

Inheritance: java.lang.Object, com.aspose.diagram.Coordinate

public class RelEllipticalArcTo extends Coordinate

Contains elements that specify information about an elliptical arc.Coordinates are specified as relative coordinates.

Constructors

ConstructorDescription
RelEllipticalArcTo()Creates an instance of the EllipticalArcTo class.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getA()The x-coordinate of the arc’s control point.
getB()The y-coordinate of an arc’s control point.
getC()The angle of an arc’s major axis relative to the x-axis of its parent.
getClass()
getD()The ratio of an arc’s major axis to its minor axis.
getDel()A flag indicating whether the element has been deleted locally.
getIX()The zero-based index of the element within its parent element.
getX()The x-coordinate of the ending vertex of an elliptical arc.
getY()The y-coordinate of the ending vertex of an elliptical arc.
hashCode()
notify()
notifyAll()
setA(DoubleValue value)For the description of this property, please see getA()
setB(DoubleValue value)For the description of this property, please see getB()
setC(DoubleValue value)For the description of this property, please see getC()
setD(DoubleValue value)For the description of this property, please see getD()
setDel(int value)For the description of this property, please see getDel()
setIX(int value)For the description of this property, please see getIX()
setX(DoubleValue value)For the description of this property, please see getX()
setY(DoubleValue value)For the description of this property, please see getY()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

RelEllipticalArcTo()

public RelEllipticalArcTo()

Creates an instance of the EllipticalArcTo class.

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getA()

public DoubleValue getA()

The x-coordinate of the arc’s control point. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results.

Returns: DoubleValue

getB()

public DoubleValue getB()

The y-coordinate of an arc’s control point.

Returns: DoubleValue

getC()

public DoubleValue getC()

The angle of an arc’s major axis relative to the x-axis of its parent.

Returns: DoubleValue

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getD()

public DoubleValue getD()

The ratio of an arc’s major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results.

Returns: DoubleValue

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getIX()

public int getIX()

The zero-based index of the element within its parent element.

Returns: int

getX()

public DoubleValue getX()

The x-coordinate of the ending vertex of an elliptical arc.

Returns: DoubleValue

getY()

public DoubleValue getY()

The y-coordinate of the ending vertex of an elliptical arc.

Returns: DoubleValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setA(DoubleValue value)

public void setA(DoubleValue value)

For the description of this property, please see getA()

Parameters:

ParameterTypeDescription
valueDoubleValue

setB(DoubleValue value)

public void setB(DoubleValue value)

For the description of this property, please see getB()

Parameters:

ParameterTypeDescription
valueDoubleValue

setC(DoubleValue value)

public void setC(DoubleValue value)

For the description of this property, please see getC()

Parameters:

ParameterTypeDescription
valueDoubleValue

setD(DoubleValue value)

public void setD(DoubleValue value)

For the description of this property, please see getD()

Parameters:

ParameterTypeDescription
valueDoubleValue

setDel(int value)

public void setDel(int value)

For the description of this property, please see getDel()

Parameters:

ParameterTypeDescription
valueint

setIX(int value)

public void setIX(int value)

For the description of this property, please see getIX()

Parameters:

ParameterTypeDescription
valueint

setX(DoubleValue value)

public void setX(DoubleValue value)

For the description of this property, please see getX()

Parameters:

ParameterTypeDescription
valueDoubleValue

setY(DoubleValue value)

public void setY(DoubleValue value)

For the description of this property, please see getY()

Parameters:

ParameterTypeDescription
valueDoubleValue

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int