com.aspose.diagram
Class ConnectionABCD

java.lang.Object
    extended by com.aspose.diagram.ConnectionABCD

public class ConnectionABCD 
extends java.lang.Object

The ConnectionABCD element is an obsolete version of the Connection element and exists only for backward compatibility.


Constructor Summary
ConnectionABCD()
           Constructor.
 
Property Getters/Setters Summary
DoubleValuegetA()
           Represents different information depending on its parent element.
DoubleValuegetB()
           Represents different information depending on its parent element.
DoubleValuegetC()
           Represents different information based on its parent element.
DoubleValuegetD()
           Represents different information based on its parent 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.
intgetID()
voidsetID(int)
           The unique ID of the element within its parent element.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
java.lang.StringgetName()
voidsetName(java.lang.String)
           The name of the element.
java.lang.StringgetNameU()
voidsetNameU(java.lang.String)
           The universal name of the element.
DoubleValuegetX()
           Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.
DoubleValuegetY()
           Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

ConnectionABCD

public ConnectionABCD()
Constructor.

Property Getters/Setters Detail

getName/setName

public java.lang.String getName() / public void setName(java.lang.String value)
The name of the element.

getNameU/setNameU

public java.lang.String getNameU() / public void setNameU(java.lang.String value)
The universal name of the element.

getID/setID

public int getID() / public void setID(int value)
The unique ID of the element within its parent element.

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

public DoubleValue getX()
Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it.

getY

public DoubleValue getY()
Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page.

getA

public DoubleValue getA()
Represents different information depending on its parent element.

getB

public DoubleValue getB()
Represents different information depending on its parent element.

getC

public DoubleValue getC()
Represents different information based on its parent element.

getD

public DoubleValue getD()
Represents different information based on its parent element.

Method Detail

deepClone

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.