public final class EmfPlusPenOptionalData extends EmfPlusStructureObjectType
The EmfPlusPenOptionalData object specifies optional data for a graphics pen
Constructor and Description |
---|
EmfPlusPenOptionalData() |
Modifier and Type | Method and Description |
---|---|
EmfPlusCompoundLineData |
getCompoundLineData()
Gets or sets optional EmfPlusCompoundLineData object (section 2.2.2.9)
that specifies an array of floating-point values that define
the compound line of a pen, which is made up of parallel lines
and spaces.
|
EmfPlusCustomEndCapData |
getCustomEndCapData()
Gets or sets optional EmfPlusCustomEndCapData object (section 2.2.2.11)
that defines the custom end-cap shape, which is the shape to
use at the end of a line drawn with this pen.
|
EmfPlusCustomStartCapData |
getCustomStartCapData()
Gets or sets optional EmfPlusCustomStartCapData object (section 2.2.2.15)
that defines the custom start-cap shape, which is the shape to
use at the start of a line drawn with this pen.
|
int |
getDashedLineCapType()
Gets or sets optional 32-bit signed integer that specifies the shape for
both ends of each dash in a dashed line.
|
EmfPlusDashedLineData |
getDashedLineData()
Gets or sets optional EmfPlusDashedLineData object (section 2.2.2.16)
that specifies the lengths of dashes and spaces in a custom
dashed line.
|
float |
getDashOffset()
Gets or sets optional 32-bit floating-point value that specifies the
distance from the start of a line to the start of the
first space in a dashed line pattern.
|
int |
getEndCap()
Gets or sets optional 32-bit signed integer that specifies the shape
for the end of a line in the CustomEndCapData field.
|
int |
getJoin()
Gets or sets an optional 32-bit signed integer that specifies how to join
two lines that are drawn by the same pen and whose ends meet.
|
int |
getLineStyle()
Gets or sets optional 32-bit signed integer that specifies the style
used for lines drawn with this pen object.
|
float |
getMiterLimit()
Gets or sets optional 32-bit floating-point value that specifies the miter
limit, which is the maximum allowed ratio of miter length to
line width.
|
int |
getPenAlignment()
Gets or sets optional 32-bit signed integer that specifies the
distribution of the pen width with respect to the
coordinates of the line being drawn.
|
int |
getStartCap()
Gets or sets an optional 32-bit signed integer that specifies the shape for
the start of a line in the CustomStartCapData field.
|
Matrix |
getTransformMatrix()
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47)
that specifies a world space to device space transform for
the pen.
|
void |
setCompoundLineData(EmfPlusCompoundLineData value)
Gets or sets optional EmfPlusCompoundLineData object (section 2.2.2.9)
that specifies an array of floating-point values that define
the compound line of a pen, which is made up of parallel lines
and spaces.
|
void |
setCustomEndCapData(EmfPlusCustomEndCapData value)
Gets or sets optional EmfPlusCustomEndCapData object (section 2.2.2.11)
that defines the custom end-cap shape, which is the shape to
use at the end of a line drawn with this pen.
|
void |
setCustomStartCapData(EmfPlusCustomStartCapData value)
Gets or sets optional EmfPlusCustomStartCapData object (section 2.2.2.15)
that defines the custom start-cap shape, which is the shape to
use at the start of a line drawn with this pen.
|
void |
setDashedLineCapType(int value)
Gets or sets optional 32-bit signed integer that specifies the shape for
both ends of each dash in a dashed line.
|
void |
setDashedLineData(EmfPlusDashedLineData value)
Gets or sets optional EmfPlusDashedLineData object (section 2.2.2.16)
that specifies the lengths of dashes and spaces in a custom
dashed line.
|
void |
setDashOffset(float value)
Gets or sets optional 32-bit floating-point value that specifies the
distance from the start of a line to the start of the
first space in a dashed line pattern.
|
void |
setEndCap(int value)
Gets or sets optional 32-bit signed integer that specifies the shape
for the end of a line in the CustomEndCapData field.
|
void |
setJoin(int value)
Gets or sets an optional 32-bit signed integer that specifies how to join
two lines that are drawn by the same pen and whose ends meet.
|
void |
setLineStyle(int value)
Gets or sets optional 32-bit signed integer that specifies the style
used for lines drawn with this pen object.
|
void |
setMiterLimit(float value)
Gets or sets optional 32-bit floating-point value that specifies the miter
limit, which is the maximum allowed ratio of miter length to
line width.
|
void |
setPenAlignment(int value)
Gets or sets optional 32-bit signed integer that specifies the
distribution of the pen width with respect to the
coordinates of the line being drawn.
|
void |
setStartCap(int value)
Gets or sets an optional 32-bit signed integer that specifies the shape for
the start of a line in the CustomStartCapData field.
|
void |
setTransformMatrix(Matrix value)
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47)
that specifies a world space to device space transform for
the pen.
|
public Matrix getTransformMatrix()
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the pen. This field MUST be present if the PenDataTransform flag is set in the PenDataFlags field of the EmfPlusPenData object.
public void setTransformMatrix(Matrix value)
Gets or sets an optional EmfPlusTransformMatrix object (section 2.2.2.47) that specifies a world space to device space transform for the pen. This field MUST be present if the PenDataTransform flag is set in the PenDataFlags field of the EmfPlusPenData object.
public int getStartCap()
Gets or sets an optional 32-bit signed integer that specifies the shape for the start of a line in the CustomStartCapData field. This field MUST be present if the PenDataStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration (section 2.1.1.18).
public void setStartCap(int value)
Gets or sets an optional 32-bit signed integer that specifies the shape for the start of a line in the CustomStartCapData field. This field MUST be present if the PenDataStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration (section 2.1.1.18).
public int getEndCap()
Gets or sets optional 32-bit signed integer that specifies the shape for the end of a line in the CustomEndCapData field. This field MUST be present if the PenDataEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration
public void setEndCap(int value)
Gets or sets optional 32-bit signed integer that specifies the shape for the end of a line in the CustomEndCapData field. This field MUST be present if the PenDataEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineCapType enumeration
public int getJoin()
Gets or sets an optional 32-bit signed integer that specifies how to join two lines that are drawn by the same pen and whose ends meet. This field MUST be present if the PenDataJoin flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineJoinType enumeration (section 2.1.1.19).
public void setJoin(int value)
Gets or sets an optional 32-bit signed integer that specifies how to join two lines that are drawn by the same pen and whose ends meet. This field MUST be present if the PenDataJoin flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineJoinType enumeration (section 2.1.1.19).
public float getMiterLimit()
Gets or sets optional 32-bit floating-point value that specifies the miter limit, which is the maximum allowed ratio of miter length to line width. The miter length is the distance from the intersection of the line walls on the inside the join to the intersection of the line walls outside the join. The miter length can be large when the angle between two lines is small. This field MUST be present if the PenDataMiterLimit flag is set in the PenDataFlags field of the EmfPlusPenData object.
public void setMiterLimit(float value)
Gets or sets optional 32-bit floating-point value that specifies the miter limit, which is the maximum allowed ratio of miter length to line width. The miter length is the distance from the intersection of the line walls on the inside the join to the intersection of the line walls outside the join. The miter length can be large when the angle between two lines is small. This field MUST be present if the PenDataMiterLimit flag is set in the PenDataFlags field of the EmfPlusPenData object.
public int getLineStyle()
Gets or sets optional 32-bit signed integer that specifies the style used for lines drawn with this pen object. This field MUST be present if the PenDataLineStyle flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineStyle enumeration (section 2.1.1.20).
public void setLineStyle(int value)
Gets or sets optional 32-bit signed integer that specifies the style used for lines drawn with this pen object. This field MUST be present if the PenDataLineStyle flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the LineStyle enumeration (section 2.1.1.20).
public int getDashedLineCapType()
Gets or sets optional 32-bit signed integer that specifies the shape for both ends of each dash in a dashed line. This field MUST be present if the PenDataDashedLineCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the DashedLineCapType enumeration (section 2.1.1.10).
public void setDashedLineCapType(int value)
Gets or sets optional 32-bit signed integer that specifies the shape for both ends of each dash in a dashed line. This field MUST be present if the PenDataDashedLineCap flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the DashedLineCapType enumeration (section 2.1.1.10).
public float getDashOffset()
Gets or sets optional 32-bit floating-point value that specifies the distance from the start of a line to the start of the first space in a dashed line pattern. This field MUST be present if the PenDataDashedLineOffset flag is set in the PenDataFlags field of the EmfPlusPenData object.
public void setDashOffset(float value)
Gets or sets optional 32-bit floating-point value that specifies the distance from the start of a line to the start of the first space in a dashed line pattern. This field MUST be present if the PenDataDashedLineOffset flag is set in the PenDataFlags field of the EmfPlusPenData object.
public EmfPlusDashedLineData getDashedLineData()
Gets or sets optional EmfPlusDashedLineData object (section 2.2.2.16) that specifies the lengths of dashes and spaces in a custom dashed line. This field MUST be present if the PenDataDashedLine flag is set in the PenDataFlags field of the EmfPlusPenData object.
public void setDashedLineData(EmfPlusDashedLineData value)
Gets or sets optional EmfPlusDashedLineData object (section 2.2.2.16) that specifies the lengths of dashes and spaces in a custom dashed line. This field MUST be present if the PenDataDashedLine flag is set in the PenDataFlags field of the EmfPlusPenData object.
public int getPenAlignment()
Gets or sets optional 32-bit signed integer that specifies the distribution of the pen width with respect to the coordinates of the line being drawn. This field MUST be present if the PenDataNonCenter flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the PenAlignment enumeration (section 2.1.1.24).
public void setPenAlignment(int value)
Gets or sets optional 32-bit signed integer that specifies the distribution of the pen width with respect to the coordinates of the line being drawn. This field MUST be present if the PenDataNonCenter flag is set in the PenDataFlags field of the EmfPlusPenData object, and the value MUST be defined in the PenAlignment enumeration (section 2.1.1.24).
public EmfPlusCompoundLineData getCompoundLineData()
Gets or sets optional EmfPlusCompoundLineData object (section 2.2.2.9) that specifies an array of floating-point values that define the compound line of a pen, which is made up of parallel lines and spaces. This field MUST be present if the PenDataCompoundLine flag is set in the PenDataFlags field of the EmfPlusPenData object
public void setCompoundLineData(EmfPlusCompoundLineData value)
Gets or sets optional EmfPlusCompoundLineData object (section 2.2.2.9) that specifies an array of floating-point values that define the compound line of a pen, which is made up of parallel lines and spaces. This field MUST be present if the PenDataCompoundLine flag is set in the PenDataFlags field of the EmfPlusPenData object
public EmfPlusCustomStartCapData getCustomStartCapData()
Gets or sets optional EmfPlusCustomStartCapData object (section 2.2.2.15) that defines the custom start-cap shape, which is the shape to use at the start of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object
public void setCustomStartCapData(EmfPlusCustomStartCapData value)
Gets or sets optional EmfPlusCustomStartCapData object (section 2.2.2.15) that defines the custom start-cap shape, which is the shape to use at the start of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomStartCap flag is set in the PenDataFlags field of the EmfPlusPenData object
public EmfPlusCustomEndCapData getCustomEndCapData()
Gets or sets optional EmfPlusCustomEndCapData object (section 2.2.2.11) that defines the custom end-cap shape, which is the shape to use at the end of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object
public void setCustomEndCapData(EmfPlusCustomEndCapData value)
Gets or sets optional EmfPlusCustomEndCapData object (section 2.2.2.11) that defines the custom end-cap shape, which is the shape to use at the end of a line drawn with this pen. It can be any of various shapes, such as a square, circle, or diamond. This field MUST be present if the PenDataCustomEndCap flag is set in the PenDataFlags field of the EmfPlusPenData object