XpsPathSegment
Inheritance: java.lang.Object, com.aspose.xps.XpsObject
public abstract class XpsPathSegment extends XpsObject
Class incapsulating common features of all path segment elements.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
isStroked() | Returns the value specifying whether the stroke for this segment of the path is drawn. |
notify() | |
notifyAll() | |
setStroked(boolean value) | Sets the value specifying whether the stroke for this segment of the path is drawn. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
isStroked()
public boolean isStroked()
Returns the value specifying whether the stroke for this segment of the path is drawn.
Returns: boolean - The value specifying whether the stroke for this segment of the path is drawn.
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setStroked(boolean value)
public void setStroked(boolean value)
Sets the value specifying whether the stroke for this segment of the path is drawn.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value specifying whether the stroke for this segment of the path is drawn. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |