|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.documents.contents.LineDash
@PDF(value=PDF10) public final class LineDash
Line Dash Pattern [PDF:1.6:4.3.2].
Constructor Summary | |
---|---|
LineDash()
|
|
LineDash(double[] dashArray)
|
|
LineDash(double[] dashArray,
double dashPhase)
|
Method Summary | |
---|---|
double[] |
getDashArray()
Gets the lengths of alternating dashes and gaps. |
double |
getDashPhase()
Gets the distance into the dash pattern at which to start the dash. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LineDash()
public LineDash(double[] dashArray)
public LineDash(double[] dashArray, double dashPhase)
Method Detail |
---|
public double[] getDashArray()
public double getDashPhase()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |