PDF Clown
0.1.2

org.pdfclown.documents.contents
Class LineDash

java.lang.Object
  extended by org.pdfclown.documents.contents.LineDash

@PDF(value=PDF10)
public final class LineDash
extends Object

Line Dash Pattern [PDF:1.6:4.3.2].

Since:
0.0.4
Version:
0.1.1, 11/01/11
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

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

LineDash

public LineDash()

LineDash

public LineDash(double[] dashArray)

LineDash

public LineDash(double[] dashArray,
                double dashPhase)
Method Detail

getDashArray

public double[] getDashArray()
Gets the lengths of alternating dashes and gaps.


getDashPhase

public double getDashPhase()
Gets the distance into the dash pattern at which to start the dash.


PDF Clown
0.1.2

Project home page

Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.