ShapeGuideFormula Class
A guide formula that defines a shape’s geometry in a presentation.
Declaration
public final class ShapeGuideFormula extends Struct<ShapeGuideFormula> implements IEquatable<ShapeGuideFormula>
Implements
Inherited Members
Inheritance
Constructors
ShapeGuideFormula() Constructor
Initializes a new instance of the ShapeGuideFormula class.
Declaration
public ShapeGuideFormula()
ShapeGuideFormula(ShapeGuideFormulaType type, AdjustCoordinate arg1, AdjustCoordinate arg2, AdjustCoordinate arg3) Constructor
Initializes a new instance of the ShapeGuideFormula class with specified settings.
Declaration
public ShapeGuideFormula(ShapeGuideFormulaType type, AdjustCoordinate arg1, AdjustCoordinate arg2, AdjustCoordinate arg3)
Parameters
| Name | Type | Description |
|---|---|---|
| type | ShapeGuideFormulaType | The formula type. |
| arg1 | AdjustCoordinate | The first argument. |
| arg2 | AdjustCoordinate | The second argument. |
| arg3 | AdjustCoordinate | The third argument. |
Methods
equals(Object obj) Method
Determines whether the specified object is equal to the current ShapeGuideFormula object.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare. |
Returns
| Type | Description |
|---|---|
| boolean |
|
equals(ShapeGuideFormula other) Method
Determines whether the specified ShapeGuideFormula is equal to the current ShapeGuideFormula.
Declaration
public boolean equals(ShapeGuideFormula other)
Parameters
| Name | Type | Description |
|---|---|---|
| other | ShapeGuideFormula |
The |
Returns
| Type | Description |
|---|---|
| boolean |
|
getArgument1() Method
Returns the first argument of the shape guide formula.
Declaration
public AdjustCoordinate getArgument1()
Returns
| Type | Description |
|---|---|
| AdjustCoordinate | The argument of the shape guide formula. |
getArgument2() Method
Returns the second argument of the shape guide formula.
Declaration
public AdjustCoordinate getArgument2()
Returns
| Type | Description |
|---|---|
| AdjustCoordinate | The argument of the shape guide formula. |
getArgument3() Method
Returns the third argument of the shape guide formula.
Declaration
public AdjustCoordinate getArgument3()
Returns
| Type | Description |
|---|---|
| AdjustCoordinate | The argument of the shape guide formula. |
getType() Method
Returns the type of the shape guide formula.
Declaration
public ShapeGuideFormulaType getType()
Returns
| Type | Description |
|---|---|
| ShapeGuideFormulaType | Enumeration value that specifies the type of the shape guide formula. |
hashCode() Method
Returns a hash code for this ShapeGuideFormula object.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The identification number. |