Skip to main content

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

com.devexpress.system.IEquatable<com.devexpress.docs.presentation.ShapeGuideFormula>

Inherited Members

com.devexpress.system.Struct.equals(java.lang.Object)
com.devexpress.system.Struct.getHashCode()
com.devexpress.system.Struct.hashCode()
java.lang.Object.clone()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)

Inheritance

Object
com.devexpress.system.Struct
ShapeGuideFormula

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

true if the specified object is equal to the current ShapeGuideFormula object; otherwise, false.

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 ShapeGuideFormula to compare.

Returns

Type Description
boolean

true if the specified ShapeGuideFormula is equal to the current ShapeGuideFormula; otherwise, false.

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.