PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.contents.colorSpaces.DeviceColor

Packages that use DeviceColor
org.pdfclown.documents.contents.colorSpaces Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. 
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 DeviceColor in org.pdfclown.documents.contents.colorSpaces
 

Subclasses of DeviceColor in org.pdfclown.documents.contents.colorSpaces
 class DeviceCMYKColor
          Device Cyan-Magenta-Yellow-Key color value [PDF:1.6:4.5.3].
 class DeviceGrayColor
          Device Gray color value [PDF:1.6:4.5.3].
 class DeviceRGBColor
          Device Red-Green-Blue color value [PDF:1.6:4.5.3].
 

Methods in org.pdfclown.documents.contents.colorSpaces that return DeviceColor
static DeviceColor DeviceColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
 

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

Methods in org.pdfclown.documents.interaction.annotations that return DeviceColor
 DeviceColor AppearanceCharacteristics.getBackgroundColor()
          Gets the widget annotation's background color.
 DeviceColor AppearanceCharacteristics.getBorderColor()
          Gets the widget annotation's border color.
 DeviceColor Annotation.getColor()
          Gets the annotation color.
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type DeviceColor
 void AppearanceCharacteristics.setBackgroundColor(DeviceColor value)
          Sets the widget annotation's background color.
 void AppearanceCharacteristics.setBorderColor(DeviceColor value)
          Sets the widget annotation's border color.
 void Annotation.setColor(DeviceColor value)
           
 


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.