PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.annotations.Line.LineEndStyleEnum

Packages that use Line.LineEndStyleEnum
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 Line.LineEndStyleEnum in it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return Line.LineEndStyleEnum
static Line.LineEndStyleEnum Line.LineEndStyleEnum.get(PdfName value)
          Gets the line ending style corresponding to the given value.
 Line.LineEndStyleEnum Line.getEndStyle()
          Gets the style of the ending line ending.
 Line.LineEndStyleEnum Line.getStartStyle()
          Gets the style of the starting line ending.
static Line.LineEndStyleEnum Line.LineEndStyleEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Line.LineEndStyleEnum[] Line.LineEndStyleEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Line.LineEndStyleEnum
 void Line.setEndStyle(Line.LineEndStyleEnum value)
           
 void Line.setStartStyle(Line.LineEndStyleEnum value)
           
 


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.