PathJumpTypes

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class PathJumpTypes extends System.Enum

Types of transitions between points of the CmxPathSpec

Fields

FieldDescription
MoveToThe point is not connected to the previous one.
LineToThe point is connected to the previous one through a straight line.
BezierToThe point is connected to the previous visible point through a bi-cubic bezier curve.
BezierSupportUses for invisible auxiliary point to build a bi-cubic bezier curve.

MoveTo

public static final int MoveTo

The point is not connected to the previous one. Uses for visible points.

LineTo

public static final int LineTo

The point is connected to the previous one through a straight line. Uses for visible points.

BezierTo

public static final int BezierTo

The point is connected to the previous visible point through a bi-cubic bezier curve. Uses for visible points.

BezierSupport

public static final int BezierSupport

Uses for invisible auxiliary point to build a bi-cubic bezier curve.