public class Control
Constructor Summary |
---|
Control()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
BoolValue | canGlue() | |
void | setCanGlue(BoolValue value) | |
Determines whether a control handle can be glued to other shapes. | ||
int | getDel() | |
void | setDel(intvalue) | |
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(intvalue) | |
The unique ID of the element within its parent element. | ||
int | getIX() | |
void | setIX(intvalue) | |
The zero-based index of the element within its parent element. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
The name of the element. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.Stringvalue) | |
The universal name of the element. | ||
Str2Value | getPrompt() | |
void | ||
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 value) | |
The x-coordinate that indicates the location of a shape's control handle. | ||
ConType | getXCon() | |
void | ||
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved. | ||
DoubleValue | getXDyn() | |
void | setXDyn(DoubleValue value) | |
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 value) | |
The y-coordinate that indicates the location of a shape's control handle. | ||
ConType | getYCon() | |
void | ||
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved. | ||
DoubleValue | getYDyn() | |
void | setYDyn(DoubleValue value) | |
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.
|
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public int getID() / public void setID(int value)
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public DoubleValue getX() / public void setX(DoubleValue value)
public DoubleValue getY() / public void setY(DoubleValue value)
public DoubleValue getXDyn() / public void setXDyn(DoubleValue value)
public DoubleValue getYDyn() / public void setYDyn(DoubleValue value)
public ConType getXCon() / public void setXCon(ConType value)
public ConType getYCon() / public void setYCon(ConType value)
public BoolValue canGlue() / public void setCanGlue(BoolValue value)
public Str2Value getPrompt() / public void setPrompt(Str2Value value)