CdrOutline

Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrDictionaryItem

public class CdrOutline extends CdrDictionaryItem

The cdr out line

Constructors

ConstructorDescription
CdrOutline()

Methods

MethodDescription
getLineType()Gets the type of the line.
setLineType(short value)Sets the type of the line.
getCapsType()Gets the type of the caps.
setCapsType(short value)Sets the type of the caps.
getJoinType()Gets the type of the join.
setJoinType(short value)Sets the type of the join.
getLineWidth()Gets the width of the line.
setLineWidth(double value)Sets the width of the line.
getStretch()Gets the stretch.
setStretch(double value)Sets the stretch.
getAangle()Gets the angle.
setAangle(double value)Sets the angle.
getColor()Gets the color.
setColor(CdrColor value)Sets the color.
getDashArray()Gets the dash array.
setDashArray(List value)Sets the dash array.
getStartMarkerId()Gets the start marker identifier.
setStartMarkerId(int value)Sets the start marker identifier.
getEndMarkerId()Gets the end marker identifier.
setEndMarkerId(int value)Sets the end marker identifier.

CdrOutline()

public CdrOutline()

getLineType()

public final short getLineType()

Gets the type of the line.

Returns: short - the type of the line.

setLineType(short value)

public final void setLineType(short value)

Sets the type of the line.

Parameters:

ParameterTypeDescription
valueshortthe type of the line.

getCapsType()

public final short getCapsType()

Gets the type of the caps.

Returns: short - the type of the caps.

setCapsType(short value)

public final void setCapsType(short value)

Sets the type of the caps.

Parameters:

ParameterTypeDescription
valueshortthe type of the caps.

getJoinType()

public final short getJoinType()

Gets the type of the join.

Returns: short - the type of the join.

setJoinType(short value)

public final void setJoinType(short value)

Sets the type of the join.

Parameters:

ParameterTypeDescription
valueshortthe type of the join.

getLineWidth()

public final double getLineWidth()

Gets the width of the line.

Returns: double - the width of the line.

setLineWidth(double value)

public final void setLineWidth(double value)

Sets the width of the line.

Parameters:

ParameterTypeDescription
valuedoublethe width of the line.

getStretch()

public final double getStretch()

Gets the stretch.

Returns: double - the stretch.

setStretch(double value)

public final void setStretch(double value)

Sets the stretch.

Parameters:

ParameterTypeDescription
valuedoublethe stretch.

getAangle()

public final double getAangle()

Gets the angle.

Returns: double - the angle.

setAangle(double value)

public final void setAangle(double value)

Sets the angle.

Parameters:

ParameterTypeDescription
valuedoublethe angle.

getColor()

public final CdrColor getColor()

Gets the color.

Returns: CdrColor - the color.

setColor(CdrColor value)

public final void setColor(CdrColor value)

Sets the color.

Parameters:

ParameterTypeDescription
valueCdrColorthe color.

getDashArray()

public final List<Integer> getDashArray()

Gets the dash array.

Returns: java.util.List<java.lang.Integer> - the dash array.

setDashArray(List value)

public final void setDashArray(List<Integer> value)

Sets the dash array.

Parameters:

ParameterTypeDescription
valuejava.util.List<java.lang.Integer>the dash array.

getStartMarkerId()

public final int getStartMarkerId()

Gets the start marker identifier.

Returns: int - the start marker identifier.

setStartMarkerId(int value)

public final void setStartMarkerId(int value)

Sets the start marker identifier.

Parameters:

ParameterTypeDescription
valueintthe start marker identifier.

getEndMarkerId()

public final int getEndMarkerId()

Gets the end marker identifier.

Returns: int - the end marker identifier.

setEndMarkerId(int value)

public final void setEndMarkerId(int value)

Sets the end marker identifier.

Parameters:

ParameterTypeDescription
valueintthe end marker identifier.