| Package | Description |
|---|---|
| com.grapecity.documents.excel.drawing |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
IConnectorFormat.getType()
Gets the connector format type.
|
static ConnectorType |
ConnectorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorType |
ConnectorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorType[] |
ConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ConnectorType[] |
ConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IShape |
IChart.addConnector(ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IShapes.addConnector(ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IShapes.addConnector(java.lang.String name,
ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IChart.addConnectorInPixel(ConnectorType type,
double beginX,
double beginY,
double endX,
double endY)
Creates a connector.
|
IShape |
IShapes.addConnectorInPixel(ConnectorType type,
float beginX,
float beginY,
float endX,
float endY)
Creates a connector.
|
IShape |
IShapes.addConnectorInPixel(java.lang.String name,
ConnectorType type,
float beginX,
float beginY,
float endX,
float endY)
Creates a connector.
|
void |
IConnectorFormat.setType(ConnectorType value)
Sets the connector format type.
|