public static class SvgStrokeParameterConverter.PdfLineDashParameters extends Object
| Constructor and Description |
|---|
PdfLineDashParameters(float[] dashArray,
float dashPhase)
Construct PDF dash parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Check if some object is equal to the given object.
|
float[] |
getDashArray()
Return dash array.
|
float |
getDashPhase()
Return dash phase.
|
int |
hashCode()
Generate a hash code for this object.
|
public PdfLineDashParameters(float[] dashArray,
float dashPhase)
dashArray - Numbers that specify the lengths of alternating dashes and gaps;
the numbers shall be nonnegative and not all zero.dashPhase - A number that specifies the distance into the dash pattern at which to start the dash.public float[] getDashArray()
public float getDashPhase()
public boolean equals(Object o)
Copyright © 1998–2025 Apryse Group NV. All rights reserved.