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
| Constructor | Description |
|---|---|
| CdrOutline() |
Methods
| Method | Description |
|---|---|
| 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 | 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:
| Parameter | Type | Description |
|---|---|---|
| value | short | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | short | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | short | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | double | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | double | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | double | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | CdrColor | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | int | the 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:
| Parameter | Type | Description |
|---|---|---|
| value | int | the end marker identifier. |