public class CmxArrowSpec extends CmxPathSpec
Represents geometric info specified for outline arrow (marker).
CmxPathSpec| Constructor and Description |
|---|
CmxArrowSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check if objects are equal.
|
float |
getArrowOffset()
Gets the arrow offset.
|
int |
hashCode()
Get hash code of the current object.
|
void |
setArrowOffset(float value)
Sets the arrow offset.
|
getPoints, getType, setPoints, setTypepublic final float getArrowOffset()
Gets the arrow offset.
public final void setArrowOffset(float value)
Sets the arrow offset.
value - the arrow offset.public boolean equals(Object o)
Check if objects are equal.
equals in class CmxPathSpeco - The other object.public int hashCode()
Get hash code of the current object.
hashCode in class CmxPathSpecCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.