422423424425426427428429430431432
} key = COSName.getPDFName( csName + counter ); colorSpaces.setItem( key, colorSpace ); } } key.writePDF( output ); appendRawCommands( SPACE ); } /** * Set the color components of current stroking colorspace.
164165166167168169170171172173174
Iterator iter = dic.keyList().iterator(); while( iter.hasNext() ) { COSName key = (COSName)iter.next(); Object value = dic.getDictionaryObject( key ); key.writePDF( output ); output.write( SPACE ); writeObject( value ); output.write( EOL ); } output.write( "ID".getBytes() );