* @param ldp The existing line dash pattern.
* @param phase The phase for the line dash pattern.
*/
public PDLineDashPattern( COSArray ldp, int phase )
{
lineDashPattern = new COSArray();
lineDashPattern.add( ldp );
lineDashPattern.add( new COSInteger( phase ) );
}