|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Color | |
|---|---|
| org.pdfclown.documents.contents | Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. |
| 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.composition | Typographic composition. |
| org.pdfclown.documents.contents.objects | Content stream instructions [PDF:1.6:3.7.1]. |
| org.pdfclown.documents.interaction.forms.styles | Custom form field appearance. |
| Uses of Color in org.pdfclown.documents.contents |
|---|
| Methods in org.pdfclown.documents.contents that return Color | |
|---|---|
Color<?> |
ContentScanner.GraphicsState.getFillColor()
Gets the current color for nonstroking operations [PDF:1.6:4.5.1]. |
Color<?> |
TextStyle.getFillColor()
|
Color<?> |
ContentScanner.GraphicsState.getStrokeColor()
Gets the current color for stroking operations [PDF:1.6:4.5.1]. |
Color<?> |
TextStyle.getStrokeColor()
|
| Methods in org.pdfclown.documents.contents with parameters of type Color | |
|---|---|
void |
ContentScanner.GraphicsState.setFillColor(Color<?> value)
|
void |
ContentScanner.GraphicsState.setStrokeColor(Color<?> value)
|
| Constructors in org.pdfclown.documents.contents with parameters of type Color | |
|---|---|
TextStyle(Font font,
double fontSize,
TextRenderModeEnum renderMode,
Color<?> strokeColor,
ColorSpace<?> strokeColorSpace,
Color<?> fillColor,
ColorSpace<?> fillColorSpace)
|
|
TextStyle(Font font,
double fontSize,
TextRenderModeEnum renderMode,
Color<?> strokeColor,
ColorSpace<?> strokeColorSpace,
Color<?> fillColor,
ColorSpace<?> fillColorSpace)
|
|
| Uses of Color in org.pdfclown.documents.contents.colorSpaces |
|---|
| Subclasses of Color in org.pdfclown.documents.contents.colorSpaces | |
|---|---|
class |
CalGrayColor
Single-component CIE-based color value [PDF:1.6:4.5.4]. |
class |
CalRGBColor
CIE-based red-green-blue color value [PDF:1.6:4.5.4]. |
class |
DeviceCMYKColor
Device Cyan-Magenta-Yellow-Key color value [PDF:1.6:4.5.3]. |
class |
DeviceColor
Device color value [PDF:1.6:4.5.3]. |
class |
DeviceGrayColor
Device Gray color value [PDF:1.6:4.5.3]. |
class |
DeviceNColor
DeviceN color value [PDF:1.6:4.5.5]. |
class |
DeviceRGBColor
Device Red-Green-Blue color value [PDF:1.6:4.5.3]. |
class |
IndexedColor
Indexed color value [PDF:1.6:4.5.5]. |
class |
LabColor
CIE-based L*a*b* color value [PDF:1.6:4.5.4]. |
class |
LeveledColor
Color value defined by numeric-level components. |
class |
Pattern<TDataObject extends PdfDataObject>
Paint that consists of a repeating graphical figure or a smoothly varying color gradient instead of a simple color [PDF:1.6:4.6]. |
class |
SeparationColor
Separation color value [PDF:1.6:4.5.5]. |
class |
ShadingPattern
Pattern providing a smooth transition between colors across an area to be painted [PDF:1.6:4.6.3]. |
class |
TilingPattern
Pattern consisting of a small graphical figure called pattern cell [PDF:1.6:4.6.2]. |
static class |
TilingPattern.Colorized
Uncolored tiling pattern ("stencil") associated to a color. |
| Methods in org.pdfclown.documents.contents.colorSpaces that return Color | |
|---|---|
Color<?> |
IndexedColorSpace.getBaseColor(IndexedColor color)
Gets the color corresponding to the specified table index resolved according to the base space. |
Color<?> |
TilingPattern.Colorized.getColor()
Gets the color applied to the stencil. |
abstract Color<?> |
ColorSpace.getColor(List<PdfDirectObject> components,
IContentContext context)
Gets the color value corresponding to the specified components interpreted according to this color space [PDF:1.6:4.5.1]. |
Color<?> |
ICCBasedColorSpace.getColor(List<PdfDirectObject> components,
IContentContext context)
|
Color<?> |
PatternColorSpace.getColor(List<PdfDirectObject> components,
IContentContext context)
|
abstract Color<?> |
ColorSpace.getDefaultColor()
Gets the initial color value within this color space. |
Color<?> |
ICCBasedColorSpace.getDefaultColor()
|
Color<?> |
IndexedColorSpace.getDefaultColor()
|
| Methods in org.pdfclown.documents.contents.colorSpaces with parameters of type Color | |
|---|---|
TilingPattern.Colorized |
TilingPattern.colorize(Color<?> color)
Gets the colorized representation of this pattern. |
abstract Paint |
ColorSpace.getPaint(Color<?> color)
Gets the rendering representation of the specified color value. |
Paint |
DeviceRGBColorSpace.getPaint(Color<?> color)
|
Paint |
CalGrayColorSpace.getPaint(Color<?> color)
|
Paint |
LabColorSpace.getPaint(Color<?> color)
|
Paint |
DeviceCMYKColorSpace.getPaint(Color<?> color)
|
Paint |
ICCBasedColorSpace.getPaint(Color<?> color)
|
Paint |
DeviceGrayColorSpace.getPaint(Color<?> color)
|
Paint |
CalRGBColorSpace.getPaint(Color<?> color)
|
Paint |
SpecialDeviceColorSpace.getPaint(Color<?> color)
|
Paint |
PatternColorSpace.getPaint(Color<?> color)
|
Paint |
IndexedColorSpace.getPaint(Color<?> color)
|
| Uses of Color in org.pdfclown.documents.contents.composition |
|---|
| Methods in org.pdfclown.documents.contents.composition with parameters of type Color | |
|---|---|
void |
PrimitiveComposer.setFillColor(Color<?> value)
Sets the nonstroking color value [PDF:1.6:4.5.7]. |
void |
PrimitiveComposer.setStrokeColor(Color<?> value)
Sets the stroking color value [PDF:1.6:4.5.7]. |
| Uses of Color in org.pdfclown.documents.contents.objects |
|---|
| Constructors in org.pdfclown.documents.contents.objects with parameters of type Color | |
|---|---|
SetFillColor(Color<?> value)
|
|
SetFillColor(String operator,
Color<?> value)
|
|
SetFillColor(String operator,
PdfName name,
Color<?> underlyingColor)
|
|
SetStrokeColor(Color<?> value)
|
|
SetStrokeColor(String operator,
Color<?> value)
|
|
SetStrokeColor(String operator,
PdfName name,
Color<?> underlyingColor)
|
|
| Uses of Color in org.pdfclown.documents.interaction.forms.styles |
|---|
| Methods in org.pdfclown.documents.interaction.forms.styles that return Color | |
|---|---|
Color<?> |
FieldStyle.getBackColor()
|
Color<?> |
FieldStyle.getForeColor()
|
| Methods in org.pdfclown.documents.interaction.forms.styles with parameters of type Color | |
|---|---|
void |
FieldStyle.setBackColor(Color<?> value)
|
void |
FieldStyle.setForeColor(Color<?> value)
|
|
PDF Clown 0.1.2 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||