PDF Clown
0.0.8

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

Packages that use LineDash
it.stefanochizzolini.clown.documents.contents Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. 
it.stefanochizzolini.clown.documents.contents.objects Content stream instructions [PDF:1.6:3.7.1]. 
it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.contents
 

Fields in it.stefanochizzolini.clown.documents.contents declared as LineDash
 LineDash ContentScanner.GraphicsState.lineDash
          Current line dash pattern [PDF:1.6:4.3.2].
 

Methods in it.stefanochizzolini.clown.documents.contents that return LineDash
 LineDash ExtGState.getLineDash()
           
 

Uses of LineDash in it.stefanochizzolini.clown.documents.contents.objects
 

Methods in it.stefanochizzolini.clown.documents.contents.objects that return LineDash
 LineDash SetLineDash.getValue()
           
 

Methods in it.stefanochizzolini.clown.documents.contents.objects with parameters of type LineDash
 void SetLineDash.setValue(LineDash value)
           
 

Uses of LineDash in it.stefanochizzolini.clown.documents.interaction.annotations
 

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

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type LineDash
 void Border.setPattern(LineDash value)
           
 

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


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.