iText 9.1.0 API
|
Represents the line dash pattern. More...
Public Member Functions |
|
PdfDashPattern () | |
Creates a new line dash pattern. More... |
|
PdfDashPattern (float dash) | |
Creates a new line dash pattern. More... |
|
PdfDashPattern (float dash, float gap) | |
Creates a new line dash pattern. More... |
|
PdfDashPattern (float dash, float gap, float phase) | |
Creates a new line dash pattern. More... |
|
virtual float | GetDash () |
Gets dash of PdfDashPattern. More... |
|
virtual float | GetGap () |
Gets gap of PdfDashPattern. More... |
|
virtual float | GetPhase () |
Gets phase of PdfDashPattern. More... |
|
Represents the line dash pattern.
Represents the line dash pattern. The line dash pattern shall control the pattern of dashes and gaps used to stroke paths. It shall be specified by a dash, gap and a dash phase.
|
inline |
Creates a new line dash pattern.
|
inline |
Creates a new line dash pattern.
dash | length of dash |
|
inline |
Creates a new line dash pattern.
dash | length of dash |
gap | length of gap |
|
inline |
Creates a new line dash pattern.
dash | length of dash |
gap | length of gap |
phase | this is the phase |
|
inlinevirtual |
Gets dash of PdfDashPattern.
|
inlinevirtual |
Gets gap of PdfDashPattern.
|
inlinevirtual |
Gets phase of PdfDashPattern.