PDF Clown
0.1.2

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

Packages that use DeviceRGBColor
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.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]. 
org.pdfclown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
org.pdfclown.documents.multimedia Features that allow a user to embed and play multimedia content within a PDF document [PDF:1.6:9]. 
 

Uses of DeviceRGBColor in org.pdfclown.documents.contents.colorSpaces
 

Fields in org.pdfclown.documents.contents.colorSpaces declared as DeviceRGBColor
static DeviceRGBColor DeviceRGBColor.Black
           
static DeviceRGBColor DeviceRGBColor.Default
           
static DeviceRGBColor DeviceRGBColor.White
           
 

Methods in org.pdfclown.documents.contents.colorSpaces that return DeviceRGBColor
static DeviceRGBColor DeviceRGBColor.get(Color color)
          Gets the color corresponding to the specified system color.
static DeviceRGBColor DeviceRGBColor.get(PdfArray components)
          Gets the color corresponding to the specified components.
 DeviceRGBColor DeviceRGBColorSpace.getColor(List<PdfDirectObject> components, IContentContext context)
           
 DeviceRGBColor DeviceRGBColorSpace.getDefaultColor()
           
 

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

Constructors in org.pdfclown.documents.contents.objects with parameters of type DeviceRGBColor
SetDeviceRGBFillColor(DeviceRGBColor value)
           
SetDeviceRGBStrokeColor(DeviceRGBColor value)
           
 

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

Methods in org.pdfclown.documents.interaction.annotations that return DeviceRGBColor
 DeviceRGBColor Line.getFillColor()
          Gets the color with which to fill the interior of the annotation's line endings.
 DeviceRGBColor Shape.getFillColor()
          Gets the color with which to fill the interior of the annotation's shape.
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type DeviceRGBColor
 void Line.setFillColor(DeviceRGBColor value)
           
 void Shape.setFillColor(DeviceRGBColor value)
           
 

Uses of DeviceRGBColor in org.pdfclown.documents.interaction.navigation.document
 

Methods in org.pdfclown.documents.interaction.navigation.document that return DeviceRGBColor
 DeviceRGBColor Bookmark.getColor()
          Gets the bookmark text color.
 

Methods in org.pdfclown.documents.interaction.navigation.document with parameters of type DeviceRGBColor
 void Bookmark.setColor(DeviceRGBColor value)
           
 

Uses of DeviceRGBColor in org.pdfclown.documents.multimedia
 

Methods in org.pdfclown.documents.multimedia that return DeviceRGBColor
 DeviceRGBColor MediaScreenParameters.Viability.getBackgroundColor()
          Gets the background color for the rectangle in which the media is being played.
 

Methods in org.pdfclown.documents.multimedia with parameters of type DeviceRGBColor
 void MediaScreenParameters.Viability.setBackgroundColor(DeviceRGBColor 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.