public class CdrOutline extends CdrDictionaryItem
The cdr out line
CdrObjectContainer| Constructor and Description |
|---|
CdrOutline() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAangle()
Gets the angle.
|
short |
getCapsType()
Gets the type of the caps.
|
CdrColor |
getColor()
Gets the color.
|
List<Integer> |
getDashArray()
Gets the dash array.
|
int |
getEndMarkerId()
Gets the end marker identifier.
|
short |
getJoinType()
Gets the type of the join.
|
short |
getLineType()
Gets the type of the line.
|
double |
getLineWidth()
Gets the width of the line.
|
int |
getStartMarkerId()
Gets the start marker identifier.
|
double |
getStretch()
Gets the stretch.
|
void |
setAangle(double value)
Sets the angle.
|
void |
setCapsType(short value)
Sets the type of the caps.
|
void |
setColor(CdrColor value)
Sets the color.
|
void |
setDashArray(List<Integer> value)
Sets the dash array.
|
void |
setEndMarkerId(int value)
Sets the end marker identifier.
|
void |
setJoinType(short value)
Sets the type of the join.
|
void |
setLineType(short value)
Sets the type of the line.
|
void |
setLineWidth(double value)
Sets the width of the line.
|
void |
setStartMarkerId(int value)
Sets the start marker identifier.
|
void |
setStretch(double value)
Sets the stretch.
|
getId, setIdgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final short getLineType()
Gets the type of the line.
public final void setLineType(short value)
Sets the type of the line.
value - the type of the line.public final short getCapsType()
Gets the type of the caps.
public final void setCapsType(short value)
Sets the type of the caps.
value - the type of the caps.public final short getJoinType()
Gets the type of the join.
public final void setJoinType(short value)
Sets the type of the join.
value - the type of the join.public final double getLineWidth()
Gets the width of the line.
public final void setLineWidth(double value)
Sets the width of the line.
value - the width of the line.public final double getStretch()
Gets the stretch.
public final void setStretch(double value)
Sets the stretch.
value - the stretch.public final double getAangle()
Gets the angle.
public final void setAangle(double value)
Sets the angle.
value - the angle.public final CdrColor getColor()
Gets the color.
public final void setColor(CdrColor value)
Sets the color.
value - the color.public final List<Integer> getDashArray()
Gets the dash array.
public final void setDashArray(List<Integer> value)
Sets the dash array.
value - the dash array.public final int getStartMarkerId()
Gets the start marker identifier.
public final void setStartMarkerId(int value)
Sets the start marker identifier.
value - the start marker identifier.public final int getEndMarkerId()
Gets the end marker identifier.
public final void setEndMarkerId(int value)
Sets the end marker identifier.
value - the end marker identifier.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.