com.aspose.diagram
Class InfiniteLine

java.lang.Object
  extended by Coordinate
      extended by com.aspose.diagram.InfiniteLine
All Implemented Interfaces:
java.lang.Cloneable

public class InfiniteLine 
extends Coordinate

Contains elements specifying the x- and y-coordinates of two points on an infinite line. The X and Y elements specify the x- and y-coordinates of the first point, and the A and B elements specify the x- and y-coordinates of the second point.


Constructor Summary
InfiniteLine()
           Creates an instance of the InfiniteLine class.
 
Property Getters/Setters Summary
DoubleValuegetA()
voidsetA(DoubleValue)
           An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.
DoubleValuegetB()
voidsetB(DoubleValue)
           A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.
intgetDel()
voidsetDel(int)
           A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
DoubleValuegetX()
voidsetX(DoubleValue)
           An x-coordinate of a point on the infinite line.
DoubleValuegetY()
voidsetY(DoubleValue)
           A y-coordinate of a point on the infinite line.
 
Method Summary
java.lang.ObjectdeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

InfiniteLine

public InfiniteLine()
Creates an instance of the InfiniteLine class.

Property Getters/Setters Detail

getIX/setIX

public int getIX() / public void setIX(int value)
The zero-based index of the element within its parent element.

getDel/setDel

public int getDel() / public void setDel(int value)
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getX/setX

public DoubleValue getX() / public void setX(DoubleValue value)
An x-coordinate of a point on the infinite line.

getY/setY

public DoubleValue getY() / public void setY(DoubleValue value)
A y-coordinate of a point on the infinite line.

getA/setA

public DoubleValue getA() / public void setA(DoubleValue value)
An x-coordinate of a point on the infinite line paired with the y-coordinate represented by the B element.

getB/setB

public DoubleValue getB() / public void setB(DoubleValue value)
A y-coordinate of a point on an infinite line paired with an x-coordinate represented by the A element.

Method Detail

deepClone

→ inherited from Coordinate
public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.