XpsPolyQuadraticBezierSegment
Inheritance: java.lang.Object, com.aspose.xps.XpsObject, com.aspose.xps.XpsPathSegment, com.aspose.xps.XpsPathPolySegment
public class XpsPolyQuadraticBezierSegment extends XpsPathPolySegment
Class incapsulating PolyQuadraticBezierSegment element features. This element describes a set of quadratic B?zier curves from the previous point in the path figure through a set of vertices, using specified control points.
Methods
Method | Description |
---|---|
deepClone() | Clones this set of quadratic B?zier curves. |
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) |
deepClone()
public XpsPolyQuadraticBezierSegment deepClone()
Clones this set of quadratic B?zier curves.
Returns: XpsPolyQuadraticBezierSegment - Clone of this set of quadratic B?zier curves.
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 |