LineTo

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

public class LineTo extends Coordinate

Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.

Constructors

ConstructorDescription
LineTo()Creates an instance of the LineTo class.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getClass()
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 a straight line segment.
getY()The y-coordinate of the ending vertex of a straight line segment.
hashCode()
notify()
notifyAll()
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)

LineTo()

public LineTo()

Creates an instance of the LineTo 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

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

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 a straight line segment.

Returns: DoubleValue

getY()

public DoubleValue getY()

The y-coordinate of the ending vertex of a straight line segment.

Returns: DoubleValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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