ConnectionABCD
Inheritance: java.lang.Object
public class ConnectionABCD
The ConnectionABCD element is an obsolete version of the Connection element and exists only for backward compatibility.
Constructors
Constructor | Description |
---|---|
ConnectionABCD() | Constructor. |
Methods
Method | Description |
---|---|
deepClone() | Creates deep copy of this instance. |
equals(Object arg0) | |
getA() | Represents different information depending on its parent element. |
getB() | Represents different information depending on its parent element. |
getC() | Represents different information based on its parent element. |
getClass() | |
getD() | Represents different information based on its parent element. |
getDel() | A flag indicating whether the element has been deleted locally. |
getID() | The unique ID of the element within its parent element. |
getIX() | The zero-based index of the element within its parent element. |
getName() | The name of the element. |
getNameU() | The universal name of the element. |
getX() | Specifies an x-coordinate on a shape in local coordinates. |
getY() | Specifies a y-coordinate on a shape in local coordinates. |
hashCode() | |
notify() | |
notifyAll() | |
setDel(int value) | For the description of this property, please see getDel() |
setID(int value) | For the description of this property, please see getID() |
setIX(int value) | For the description of this property, please see getIX() |
setName(String value) | For the description of this property, please see getName() |
setNameU(String value) | For the description of this property, please see getNameU() |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ConnectionABCD()
public ConnectionABCD()
Constructor.
deepClone()
public Object deepClone()
Creates deep copy of this instance.
Returns: java.lang.Object -
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getA()
public DoubleValue getA()
Represents different information depending on its parent element.
Returns: DoubleValue
getB()
public DoubleValue getB()
Represents different information depending on its parent element.
Returns: DoubleValue
getC()
public DoubleValue getC()
Represents different information based on its parent element.
Returns: DoubleValue
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getD()
public DoubleValue getD()
Represents different information based on its parent element.
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
getID()
public int getID()
The unique ID of the element within its parent element.
Returns: int
getIX()
public int getIX()
The zero-based index of the element within its parent element.
Returns: int
getName()
public String getName()
The name of the element.
Returns: java.lang.String
getNameU()
public String getNameU()
The universal name of the element.
Returns: java.lang.String
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.
Returns: DoubleValue
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.
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:
Parameter | Type | Description |
---|---|---|
value | int |
setID(int value)
public void setID(int value)
For the description of this property, please see getID()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setIX(int value)
public void setIX(int value)
For the description of this property, please see getIX()
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setName(String value)
public void setName(String value)
For the description of this property, please see getName()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setNameU(String value)
public void setNameU(String value)
For the description of this property, please see getNameU()
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |