COSObjectable
public final class PDLineDashPattern extends java.lang.Object implements COSObjectable
Constructor | Description |
---|---|
PDLineDashPattern() |
Creates a new line dash pattern, with no dashes and a phase of 0.
|
PDLineDashPattern(COSArray array,
int phase) |
Creates a new line dash pattern from a dash array and phase.
|
Modifier and Type | Method | Description |
---|---|---|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
float[] |
getDashArray() |
Returns the dash array.
|
int |
getPhase() |
Returns the dash phase.
|
public PDLineDashPattern()
public PDLineDashPattern(COSArray array, int phase)
array
- the dash arrayphase
- the phasepublic COSBase getCOSObject()
COSObjectable
getCOSObject
in interface COSObjectable
public int getPhase()
public float[] getDashArray()
Copyright © 2002–2018. All rights reserved.