CmxPathSpec

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.imaging.fileformats.cmx.objectmodel.specs.ICmxObjectSpec

public class CmxPathSpec implements ICmxObjectSpec

Represents geometric info specified for a path.

Constructors

ConstructorDescription
CmxPathSpec()

Methods

MethodDescription
getPoints()Gets the points.
setPoints(CmxPathPointSpec[] value)Sets the points.
getType()Gets the type.
setType(int value)Sets the type.
equals(Object o)Check if objects are equal.
hashCode()Get the hash code of the current object.

CmxPathSpec()

public CmxPathSpec()

getPoints()

public final CmxPathPointSpec[] getPoints()

Gets the points.

Returns: com.aspose.imaging.fileformats.cmx.objectmodel.specs.CmxPathPointSpec[] - the points.

setPoints(CmxPathPointSpec[] value)

public final void setPoints(CmxPathPointSpec[] value)

Sets the points.

Parameters:

ParameterTypeDescription
valueCmxPathPointSpec[]the points.

getType()

public final int getType()

Gets the type.

Value: The type.

Returns: int - the type.

setType(int value)

public final void setType(int value)

Sets the type.

Value: The type.

Parameters:

ParameterTypeDescription
valueintthe type.

equals(Object o)

public boolean equals(Object o)

Check if objects are equal.

Parameters:

ParameterTypeDescription
ojava.lang.ObjectThe other object.

Returns: boolean - The equality comparison result.

hashCode()

public int hashCode()

Get the hash code of the current object.

Returns: int - The hash code.