java.lang.Object
com.aspose.diagram.Control
- All Implemented Interfaces:
- java.lang.Cloneable
public class Control
- extends java.lang.Object
Contains elements for the x- and y-coordinates of each control handle defined for a shape, and elements that specify the way the control handle should behave.
|
Constructor Summary |
Control()
Constructor.
|
|
Property Getters/Setters Summary |
BoolValue | canGlue() | |
void | setCanGlue(BoolValue) | |
|
Determines whether a control handle can be glued to other shapes.
|
int | getDel() | |
void | setDel(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. |
int | getID() | |
void | setID(int) | |
|
The unique ID of the element within its parent element.
|
int | getIX() | |
void | setIX(int) | |
|
The zero-based index of the element within its parent element.
|
java.lang.String | getName() | |
void | setName(java.lang.String) | |
|
The name of the element.
|
java.lang.String | getNameU() | |
void | setNameU(java.lang.String) | |
|
The universal name of the element.
|
Str2Value | getPrompt() | |
void | setPrompt(Str2Value) | |
|
Prompt element specifies descriptive text that appears as a tool tip when the mouse pointer is paused over a shape's control handle.
|
DoubleValue | getX() | |
void | setX(DoubleValue) | |
|
The x-coordinate that indicates the location of a shape's control handle.
|
ConType | getXCon() | |
void | setXCon(ConType) | |
|
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.
|
DoubleValue | getXDyn() | |
void | setXDyn(DoubleValue) | |
|
Specifies the x-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.
|
DoubleValue | getY() | |
void | setY(DoubleValue) | |
|
The y-coordinate that indicates the location of a shape's control handle.
|
ConType | getYCon() | |
void | setYCon(ConType) | |
|
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.
|
DoubleValue | getYDyn() | |
void | setYDyn(DoubleValue) | |
|
Specifies the y-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.
|
|
Method Summary |
java.lang.Object | deepClone() | |
|
Creates deep copy of this instance.
|
Control
public Control()
-
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.
-
The x-coordinate that indicates the location of a shape's control handle.
-
The y-coordinate that indicates the location of a shape's control handle.
-
Specifies the x-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.
-
Specifies the y-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics.
getXCon/setXCon | |
public ConType getXCon() / public void setXCon(ConType value)
|
-
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.
getYCon/setYCon | |
public ConType getYCon() / public void setYCon(ConType value)
|
-
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved.
-
Determines whether a control handle can be glued to other shapes.
-
Prompt element specifies descriptive text that appears as a tool tip when the mouse pointer is paused over a shape's control handle.
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.