CmxPathSpec
Contents
[
Hide
]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
Constructor | Description |
---|---|
CmxPathSpec() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | CmxPathPointSpec[] | 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:
Parameter | Type | Description |
---|---|---|
value | int | the type. |
equals(Object o)
public boolean equals(Object o)
Check if objects are equal.
Parameters:
Parameter | Type | Description |
---|---|---|
o | java.lang.Object | The 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.