CmxArrowSpec
Contents
[
Hide
]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
Constructor | Description |
---|---|
CmxArrowSpec() |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
value | float | the arrow offset. |
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 hash code of the current object.
Returns: int - The hash code.