CmxArrowSpec

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.cmx.objectmodel.specs.CmxPathSpec

public class CmxArrowSpec extends CmxPathSpec

Represents geometric info specified for outline arrow (marker).

Constructors

ConstructorDescription
CmxArrowSpec()

Methods

MethodDescription
getArrowOffset()Gets the arrow offset.
setArrowOffset(float value)Sets the arrow offset.
equals(Object o)Check if objects are equal.
hashCode()Get hash code of the current object.

CmxArrowSpec()

public CmxArrowSpec()

getArrowOffset()

public final float getArrowOffset()

Gets the arrow offset.

Returns: float - the arrow offset.

setArrowOffset(float value)

public final void setArrowOffset(float value)

Sets the arrow offset.

Parameters:

ParameterTypeDescription
valuefloatthe arrow offset.

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 hash code of the current object.

Returns: int - The hash code.