com.aspose.diagram
Class ConnectionPointPlace

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

public class ConnectionPointPlace 
extends java.lang.Object

Utility class containing constants. Specifies the location on the shape where connector will be connected.


Field Summary
static final intTOP
           Top of the shape.
static final intBOTTOM
           Bottom of the shape.
static final intLEFT
           Left of the shape.
static final intRIGHT
           Right of the shape.
static final intCENTER
           Center of the shape.
 

Field Detail

TOP

public static final int TOP
Top of the shape.

BOTTOM

public static final int BOTTOM
Bottom of the shape.

LEFT

public static final int LEFT
Left of the shape.

RIGHT

public static final int RIGHT
Right of the shape.

CENTER

public static final int CENTER
Center of the shape.

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