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
El cdr out line
Constructores
| Constructor | Descripción |
|---|---|
| CdrOutline() |
Métodos
| Método | Descripción |
|---|---|
| getLineType() | Obtiene el tipo de la línea. |
| setLineType(short value) | Establece el tipo de la línea. |
| getCapsType() | Obtiene el tipo de los tapones. |
| setCapsType(short value) | Establece el tipo de los tapones. |
| getJoinType() | Obtiene el tipo de la unión. |
| setJoinType(short value) | Establece el tipo de la unión. |
| getLineWidth() | Obtiene el ancho de la línea. |
| setLineWidth(double value) | Establece el ancho de la línea. |
| getStretch() | Obtiene el estiramiento. |
| setStretch(double value) | Establece el estiramiento. |
| getAangle() | Obtiene el ángulo. |
| setAangle(double value) | Establece el ángulo. |
| getColor() | Obtiene el color. |
| setColor(CdrColor value) | Establece el color. |
| getDashArray() | Obtiene la matriz de guiones. |
| setDashArray(List | Establece la matriz de guiones. |
| getStartMarkerId() | Obtiene el identificador del marcador de inicio. |
| setStartMarkerId(int value) | Establece el identificador del marcador de inicio. |
| getEndMarkerId() | Obtiene el identificador del marcador final. |
| setEndMarkerId(int value) | Establece el identificador del marcador final. |
CdrOutline()
public CdrOutline()
getLineType()
public final short getLineType()
Obtiene el tipo de la línea.
Returns: short - el tipo de la línea.
setLineType(short value)
public final void setLineType(short value)
Establece el tipo de la línea.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | short | el tipo de la línea. |
getCapsType()
public final short getCapsType()
Obtiene el tipo de los tapones.
Returns: short - el tipo de los extremos.
setCapsType(short value)
public final void setCapsType(short value)
Establece el tipo de los tapones.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | short | el tipo de los extremos. |
getJoinType()
public final short getJoinType()
Obtiene el tipo de la unión.
Returns: short - el tipo de la unión.
setJoinType(short value)
public final void setJoinType(short value)
Establece el tipo de la unión.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | short | el tipo de la unión. |
getLineWidth()
public final double getLineWidth()
Obtiene el ancho de la línea.
Returns: double - el ancho de la línea.
setLineWidth(double value)
public final void setLineWidth(double value)
Establece el ancho de la línea.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | double | el ancho de la línea. |
getStretch()
public final double getStretch()
Obtiene el estiramiento.
Returns: double - la expansión.
setStretch(double value)
public final void setStretch(double value)
Establece el estiramiento.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | double | la expansión. |
getAangle()
public final double getAangle()
Obtiene el ángulo.
Returns: double - el ángulo.
setAangle(double value)
public final void setAangle(double value)
Establece el ángulo.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | double | el ángulo. |
getColor()
public final CdrColor getColor()
Obtiene el color.
Returns: CdrColor - the color.
setColor(CdrColor value)
public final void setColor(CdrColor value)
Establece el color.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | CdrColor | el color. |
getDashArray()
public final List<Integer> getDashArray()
Obtiene la matriz de guiones.
Returns: java.util.List<java.lang.Integer> - la matriz de guiones.
setDashArray(List value)
public final void setDashArray(List<Integer> value)
Establece la matriz de guiones.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | java.util.List<java.lang.Integer> | la matriz de guiones. |
getStartMarkerId()
public final int getStartMarkerId()
Obtiene el identificador del marcador de inicio.
Returns: int - el identificador del marcador de inicio.
setStartMarkerId(int value)
public final void setStartMarkerId(int value)
Establece el identificador del marcador de inicio.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | int | el identificador del marcador de inicio. |
getEndMarkerId()
public final int getEndMarkerId()
Obtiene el identificador del marcador final.
Returns: int - el identificador del marcador final.
setEndMarkerId(int value)
public final void setEndMarkerId(int value)
Establece el identificador del marcador final.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| valor | int | el identificador del marcador final. |