public class PdfDashPattern extends Object
Constructor and Description |
---|
PdfDashPattern()
Creates a new line dash pattern.
|
PdfDashPattern(float dash)
Creates a new line dash pattern.
|
PdfDashPattern(float dash, float gap)
Creates a new line dash pattern.
|
PdfDashPattern(float dash, float gap, float phase)
Creates a new line dash pattern.
|
Modifier and Type | Method and Description |
---|---|
float |
getDash()
Gets dash of PdfDashPattern.
|
float |
getGap()
Gets gap of PdfDashPattern.
|
float |
getPhase()
Gets phase of PdfDashPattern.
|
public PdfDashPattern()
public PdfDashPattern(float dash)
dash
- length of dash
public PdfDashPattern(float dash, float gap)
dash
- length of dash
gap
- length of gap
public PdfDashPattern(float dash, float gap, float phase)
dash
- length of dash
gap
- length of gap
phase
- this is the phase
Copyright © 1998–2023 iText Group NV. All rights reserved.