PathClose Class
The segment that ends the path of a custom shape.
Declaration
public final class PathClose extends Struct<PathClose> implements IPathSegment
Implements
Inherited Members
com.devexpress.system.Struct.equals(java.lang.Object)
com.devexpress.system.Struct.getHashCode()
com.devexpress.system.Struct.hashCode()
java.lang.Object.clone()
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Inheritance
Object
com.devexpress.system.Struct
PathClose
PathClose()
Initializes a new instance of the PathClose class.
Declaration
public PathClose()
Methods
equals(Object obj) Method
Determines whether the specified object is equal to the current object.
Declaration
public boolean equals(Object obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | Object | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| boolean |
|
hashCode() Method
Returns a hash code for this PathClose object.
Declaration
public int hashCode()
Returns
| Type | Description |
|---|---|
| int | The identification number. |