PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.LineDash

Packages that use LineDash
org.pdfclown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
 

Uses of LineDash in org.pdfclown.documents.contents
 

Methods in org.pdfclown.documents.contents that return LineDash
 LineDash ExtGState.getLineDash()
           
 LineDash ContentScanner.GraphicsState.getLineDash()
          Gets the current line dash pattern [PDF:1.6:4.3.2].
 

Methods in org.pdfclown.documents.contents with parameters of type LineDash
 void ExtGState.setLineDash(LineDash value)
           
 void ContentScanner.GraphicsState.setLineDash(LineDash value)
           
 

Uses of LineDash in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition with parameters of type LineDash
 void PrimitiveComposer.setLineDash(LineDash value)
          Sets the line dash pattern [PDF:1.6:4.3.2].
 

Uses of LineDash in org.pdfclown.documents.contents.objects
 

Methods in org.pdfclown.documents.contents.objects that return LineDash
 LineDash SetLineDash.getValue()
           
 

Methods in org.pdfclown.documents.contents.objects with parameters of type LineDash
 void SetLineDash.setValue(LineDash value)
           
 

Constructors in org.pdfclown.documents.contents.objects with parameters of type LineDash
SetLineDash(LineDash lineDash)
           
 

Uses of LineDash in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return LineDash
 LineDash Border.getPattern()
          Gets the dash pattern used in case of dashed border.
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type LineDash
 void Border.setPattern(LineDash value)
           
 

Constructors in org.pdfclown.documents.interaction.annotations with parameters of type LineDash
Border(Document context, double width, Border.StyleEnum style, LineDash pattern)
           
 


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.