Connect
Inheritance: java.lang.Object
public class Connect
Represents a connection between two shapes in a drawing, such as a line and a box in an organization chart.
Constructors
| Constructor | Description |
|---|---|
| Connect() | Constructor. |
Methods
| Method | Description |
|---|---|
| deepClone() | Creates deep copy of this instance. |
| equals(Object arg0) | |
| getClass() | |
| getFromCell() | The cell from which a connection is made. |
| getFromPart() | The cell from which a connection originates. |
| getFromSheet() | The ID of the shape from which a connection or connections originate. |
| getToCell() | The cell to which a connection is made. |
| getToPart() | The part of a shape to which a connection is made. |
| getToSheet() | The ID of the shape to which one or more connections are made |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setFromCell(String value) | For the description of this property, please see getFromCell() |
| setFromPart(int value) | For the description of this property, please see getFromPart() |
| setFromSheet(long value) | For the description of this property, please see getFromSheet() |
| setToCell(String value) | For the description of this property, please see getToCell() |
| setToPart(int value) | For the description of this property, please see getToPart() |
| setToSheet(long value) | For the description of this property, please see getToSheet() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
Connect()
public Connect()
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
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getFromCell()
public String getFromCell()
The cell from which a connection is made.
Returns: java.lang.String
getFromPart()
public int getFromPart()
The cell from which a connection originates.
Returns: int
getFromSheet()
public long getFromSheet()
The ID of the shape from which a connection or connections originate.
Returns: long
getToCell()
public String getToCell()
The cell to which a connection is made.
Returns: java.lang.String
getToPart()
public int getToPart()
The part of a shape to which a connection is made.
Returns: int
getToSheet()
public long getToSheet()
The ID of the shape to which one or more connections are made
Returns: long
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setFromCell(String value)
public void setFromCell(String value)
For the description of this property, please see getFromCell()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setFromPart(int value)
public void setFromPart(int value)
For the description of this property, please see getFromPart()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setFromSheet(long value)
public void setFromSheet(long value)
For the description of this property, please see getFromSheet()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
setToCell(String value)
public void setToCell(String value)
For the description of this property, please see getToCell()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setToPart(int value)
public void setToPart(int value)
For the description of this property, please see getToPart()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setToSheet(long value)
public void setToSheet(long value)
For the description of this property, please see getToSheet()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
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 |