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 dashpublic PdfDashPattern(float dash, float gap)
dash
- length of dashgap
- length of gappublic PdfDashPattern(float dash, float gap, float phase)
dash
- length of dashgap
- length of gapphase
- this is the phaseCopyright © 1998–2023 Apryse Group NV. All rights reserved.