PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.contents.ExtGState

Packages that use ExtGState
it.stefanochizzolini.clown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
 

Uses of ExtGState in it.stefanochizzolini.clown.documents.contents
 

Methods in it.stefanochizzolini.clown.documents.contents that return ExtGState
 ExtGState ExtGState.clone(Document context)
           
 ExtGState ExtGStateResources.get(Object key)
           
 ExtGState ExtGStateResources.put(PdfName key, ExtGState value)
           
 ExtGState ExtGStateResources.remove(Object key)
           
 

Methods in it.stefanochizzolini.clown.documents.contents that return types with arguments of type ExtGState
 Set<Map.Entry<PdfName,ExtGState>> ExtGStateResources.entrySet()
           
 Collection<ExtGState> ExtGStateResources.values()
           
 

Methods in it.stefanochizzolini.clown.documents.contents with parameters of type ExtGState
 PdfName ExtGStateResources.getKey(ExtGState value)
          Gets the key associated to a given value.
 ExtGState ExtGStateResources.put(PdfName key, ExtGState value)
           
 

Method parameters in it.stefanochizzolini.clown.documents.contents with type arguments of type ExtGState
 void ExtGStateResources.putAll(Map<? extends PdfName,? extends ExtGState> entries)
           
 


PDF Clown
0.0.8

Project home page

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