XpsPolyBezierSegment

Inheritance: java.lang.Object, com.aspose.xps.XpsObject, com.aspose.xps.XpsPathSegment, com.aspose.xps.XpsPathPolySegment

public class XpsPolyBezierSegment extends XpsPathPolySegment

Class incapsulating PolyBezierSegment element features. This element describes a set of cubic B?zier curves.

Methods

MethodDescription
deepClone()Clones this set of cubic 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 XpsPolyBezierSegment deepClone()

Clones this set of cubic B?zier curves.

Returns: XpsPolyBezierSegment - Clone of this set of cubic B?zier curves.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuebooleanThe 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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int