Package | Description |
---|---|
org.apache.xmlgraphics.ps |
Classes for the creation of PostScript files.
|
Modifier and Type | Method and Description |
---|---|
static ImageEncoder |
ImageEncodingHelper.createRenderedImageEncoder(RenderedImage img)
Create an ImageEncoder for the given RenderImage instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
PSImageUtils.writeImage(ImageEncoder encoder,
Dimension imgDim,
String imgDescription,
Rectangle2D targetRect,
ColorModel colorModel,
PSGenerator gen) |
static void |
PSImageUtils.writeImage(ImageEncoder encoder,
Dimension imgDim,
String imgDescription,
Rectangle2D targetRect,
ColorModel colorModel,
PSGenerator gen,
RenderedImage ri)
Writes a bitmap image to the PostScript stream.
|
static void |
PSImageUtils.writeImage(ImageEncoder encoder,
Dimension imgDim,
String imgDescription,
Rectangle2D targetRect,
ColorModel colorModel,
PSGenerator gen,
RenderedImage ri,
Color maskColor)
Writes a bitmap image to the PostScript stream.
|
static void |
PSImageUtils.writeImage(ImageEncoder encoder,
Dimension imgDim,
String imgDescription,
Rectangle2D targetRect,
ColorSpace colorSpace,
int bitsPerComponent,
boolean invertImage,
PSGenerator gen)
Writes a bitmap image to the PostScript stream.
|
protected static PSResource |
PSImageUtils.writeReusableImage(ImageEncoder encoder,
Dimension imgDim,
String formName,
String imageDescription,
ColorSpace colorSpace,
boolean invertImage,
PSGenerator gen)
Deprecated.
Please use
FormGenerator |
Constructor and Description |
---|
ImageFormGenerator(String formName,
String title,
Dimension2D dimensions,
Dimension dimensionsPx,
ImageEncoder encoder,
ColorSpace colorSpace,
boolean invertImage)
Main constructor.
|
ImageFormGenerator(String formName,
String title,
Dimension2D dimensions,
Dimension dimensionsPx,
ImageEncoder encoder,
ColorSpace colorSpace,
int bitsPerComponent,
boolean invertImage)
Main constructor.
|
Copyright © 2021 Apache Software Foundation. All rights reserved.