PolarAdjustHandle Class
A polar adjustment handle in a custom shape.
Declaration
public class PolarAdjustHandle extends AdjustHandleBase
Inherited Members
Inheritance
Constructors
PolarAdjustHandle() Constructor
Initializes a new instance of the PolarAdjustHandle class.
Declaration
public PolarAdjustHandle()
PolarAdjustHandle(String angleGuide, String radialGuide, AdjustAngle maxAngle, AdjustCoordinate maxRadial, AdjustAngle minAngle, AdjustCoordinate minRadial, AdjustPoint center) Constructor
Initializes a new instance of the PolarAdjustHandle class with specified settings.
Declaration
public PolarAdjustHandle(String angleGuide, String radialGuide, AdjustAngle maxAngle, AdjustCoordinate maxRadial, AdjustAngle minAngle, AdjustCoordinate minRadial, AdjustPoint center)
Parameters
| Name | Type | Description |
|---|---|---|
| angleGuide | String | The angle guide name. |
| radialGuide | String | The radial guide name. |
| maxAngle | AdjustAngle | The maximum angle. |
| maxRadial | AdjustCoordinate | The maximum radial value. |
| minAngle | AdjustAngle | The minimum angle. |
| minRadial | AdjustCoordinate | The minimum radial value. |
| center | AdjustPoint | The center point. |
Methods
deepClone() Method
Clones the current PolarAdjustHandle instance.
Declaration
public PolarAdjustHandle deepClone()
Returns
| Type | Description |
|---|---|
PolarAdjustHandle |
The cloned |
getAngleGuide() Method
Returns the guide that is updated with the adjustment angle of this PolarAdjustHandle.
Declaration
public String getAngleGuide()
Returns
| Type | Description |
|---|---|
| String | The guide name. |
getCenter() Method
Returns the center point of the polar adjustment handle.
Declaration
public AdjustPoint getCenter()
Returns
| Type | Description |
|---|---|
| AdjustPoint | The center point. |
getMaxAngle() Method
Returns the maximum adjustment angle position.
Declaration
public AdjustAngle getMaxAngle()
Returns
| Type | Description |
|---|---|
| AdjustAngle | The maximum angle position. |
getMaxRadial() Method
Returns the maximum radius position.
Declaration
public AdjustCoordinate getMaxRadial()
Returns
| Type | Description |
|---|---|
| AdjustCoordinate | The maximum radius position. |
getMinAngle() Method
Returns the minimum angle position.
Declaration
public AdjustAngle getMinAngle()
Returns
| Type | Description |
|---|---|
| AdjustAngle | The minimum angle position. |
getMinRadial() Method
Returns the minimum radius position.
Declaration
public AdjustCoordinate getMinRadial()
Returns
| Type | Description |
|---|---|
| AdjustCoordinate | The minimum radius position. |
getRadialGuide() Method
Returns the guide that is updated with the adjustment radius from this PolarAdjustHandle.
Declaration
public String getRadialGuide()
Returns
| Type | Description |
|---|---|
| String | The guide name. |
setAngleGuide(String value) Method
Sets the guide that is updated with the adjustment angle of this PolarAdjustHandle.
Declaration
public void setAngleGuide(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The guide name. |
setCenter(AdjustPoint value) Method
Sets the center point of the polar adjustment handle.
Declaration
public void setCenter(AdjustPoint value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AdjustPoint | The center point. |
setMaxAngle(AdjustAngle value) Method
Sets the maximum adjustment angle position.
Declaration
public void setMaxAngle(AdjustAngle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AdjustAngle | The maximum angle position. |
setMaxRadial(AdjustCoordinate value) Method
Sets the maximum radius position.
Declaration
public void setMaxRadial(AdjustCoordinate value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AdjustCoordinate | The maximum radius position. |
setMinAngle(AdjustAngle value) Method
Sets the minimum angle position.
Declaration
public void setMinAngle(AdjustAngle value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AdjustAngle | The minimum angle position. |
setMinRadial(AdjustCoordinate value) Method
Sets the minimum radius position.
Declaration
public void setMinRadial(AdjustCoordinate value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | AdjustCoordinate | The minimum radius position. |
setRadialGuide(String value) Method
Sets the guide that is updated with the adjustment radius from this PolarAdjustHandle.
Declaration
public void setRadialGuide(String value)
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The guide name. |