ShapePathPoint

Inheritance: java.lang.Object

public class ShapePathPoint

Specify position coordinates or angle markers. Position coordinates represent the coordinates of a path in a coordinate space (e.g. X/Y). Angle markers indicate angular changes in a path (e.g. the start and swing angles of an arc).

Methods

MethodDescription
equals(Object arg0)
getClass()
getType()Specifies the value type of the current object.
getX()Gets x coordinate for this position coordinate.
getXAngle()When the object is an angle marker, get or set the first angle in degrees.
getXPixel()When the object is a position coordinate, get or set the x coordinate in pixels.
getY()Gets y coordinate for this position coordinate.
getYAngle()When the object is an angle marker, get or set the second angle in degrees.
getYPixel()When the object is a position coordinate, get or set the y coordinate in pixels.
hashCode()
notify()
notifyAll()
setX(int value)Sets x coordinate for this position coordinate.
setXAngle(int value)When the object is an angle marker, get or set the first angle in degrees.
setXPixel(int value)When the object is a position coordinate, get or set the x coordinate in pixels.
setY(int value)Gets y coordinate for this position coordinate.
setYAngle(int value)When the object is an angle marker, get or set the second angle in degrees.
setYPixel(int value)When the object is a position coordinate, get or set the y coordinate in pixels.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

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

getType()

public int getType()

Specifies the value type of the current object.

See ShapePathPointValueType.

Returns: int

getX()

public int getX()

Gets x coordinate for this position coordinate. Unit EMUs.

Remarks

NOTE: This member is now obsolete. Instead, please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.

Returns: int

getXAngle()

public int getXAngle()

When the object is an angle marker, get or set the first angle in degrees.

Remarks

If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.

Returns: int

getXPixel()

public int getXPixel()

When the object is a position coordinate, get or set the x coordinate in pixels.

Returns: int

getY()

public int getY()

Gets y coordinate for this position coordinate. Unit EMUs.

Remarks

NOTE: This member is now obsolete. Instead, please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.

Returns: int

getYAngle()

public int getYAngle()

When the object is an angle marker, get or set the second angle in degrees.

Remarks

If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.

Returns: int

getYPixel()

public int getYPixel()

When the object is a position coordinate, get or set the y coordinate in pixels.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setX(int value)

public void setX(int value)

Sets x coordinate for this position coordinate. Unit EMUs.

Remarks

NOTE: This member is now obsolete. Instead, please use ShapePathPoint.XPixel and ShapePathPoint.XAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.

Parameters:

ParameterTypeDescription
valueint

setXAngle(int value)

public void setXAngle(int value)

When the object is an angle marker, get or set the first angle in degrees.

Remarks

If this angle is the starting angle of an arc. This angle will specify what angle along the supposed circle path will be used as the start position for drawing the arc. This start angle will be locked to the last known pen position in the shape path. Thus guaranteeing a continuos shape path.

Parameters:

ParameterTypeDescription
valueint

setXPixel(int value)

public void setXPixel(int value)

When the object is a position coordinate, get or set the x coordinate in pixels.

Parameters:

ParameterTypeDescription
valueint

setY(int value)

public void setY(int value)

Gets y coordinate for this position coordinate. Unit EMUs.

Remarks

NOTE: This member is now obsolete. Instead, please use ShapePathPoint.YPixel and ShapePathPoint.YAngle properties. This property will be removed 12 months later since August 2025. Aspose apologizes for any inconvenience you may have experienced.

Parameters:

ParameterTypeDescription
valueint

setYAngle(int value)

public void setYAngle(int value)

When the object is an angle marker, get or set the second angle in degrees.

Remarks

If this angle is the swing angle of an arc. This angle will specify how far angle-wise along the supposed cicle path the arc will be extended. The extension from the start angle will always be in the clockwise direction around the supposed circle.

Parameters:

ParameterTypeDescription
valueint

setYPixel(int value)

public void setYPixel(int value)

When the object is a position coordinate, get or set the y coordinate in pixels.

Parameters:

ParameterTypeDescription
valueint

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