Skip navigation links
Vector Graphics, 2.4
A B C D E F G H I L M N O P R S T U V W Y 

A

AbstractPSExportFileType - Class in org.freehep.graphicsio.ps
 
AbstractPSExportFileType() - Constructor for class org.freehep.graphicsio.ps.AbstractPSExportFileType
 
AbstractPSGraphics2D - Class in org.freehep.graphicsio.ps
 
AbstractPSGraphics2D(Dimension, boolean) - Constructor for class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
AbstractPSGraphics2D(Component, boolean) - Constructor for class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
AbstractPSGraphics2D(AbstractPSGraphics2D, boolean) - Constructor for class org.freehep.graphicsio.ps.AbstractPSGraphics2D
This protected method is used by the create() methods to create a clone of the given graphics object.

B

BACKGROUND - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
BACKGROUND_COLOR - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
bitsList - Static variable in class org.freehep.graphicsio.ps.AbstractPSExportFileType
 
black - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
blackAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
blackInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
blue - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
blueAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
blueInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
brighter() - Method in class org.freehep.graphicsio.ps.MappedColor
Make a brightened color based on this color.
brightness - Variable in class org.freehep.graphicsio.ps.MappedColor
Value of the brightness/darkness of this color.
bwBlack - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwBlackAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwBlackInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwBlue - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwBlueAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwBlueInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwCyan - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwCyanAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwCyanInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwDarkGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwDarkGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwDarkGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwGreen - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwGreenAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwGreenInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwLightGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwLightGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwLightGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwMagenta - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwMagentaAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwMagentaInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwMap - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwOrange - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwOrangeAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwOrangeInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwPink - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwPinkAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwPinkInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwRed - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwRedAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwRedInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwWhite - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwWhiteAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwWhiteInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwYellow - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwYellowAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
bwYellowInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 

C

closeEmbedFont() - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
Closes font dictionary.
closeGlyphs() - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
Closes Glyphs dictionary.
closeIncludeFont() - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
Closes font dictionary.
closePage() - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
closePath(double, double) - Method in class org.freehep.graphicsio.ps.PSPathConstructor
 
closeStream() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
colorIndex - Variable in class org.freehep.graphicsio.ps.MappedColor
Index of the color in the color map.
ColorMap - Class in org.freehep.graphicsio.ps
 
ColorMap() - Constructor for class org.freehep.graphicsio.ps.ColorMap
Constructor takes no arguments.
copyArea(int, int, int, int, int, int) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
create() - Method in class org.freehep.graphicsio.ps.EPSGraphics2D
 
create(double, double, double, double) - Method in class org.freehep.graphicsio.ps.EPSGraphics2D
 
create() - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
create(double, double, double, double) - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
createFontReference(Font) - Method in class org.freehep.graphicsio.ps.PSFontTable
Uses the font name as a reference.
createOptionPanel(Properties) - Method in class org.freehep.graphicsio.ps.AbstractPSExportFileType
 
createOptionPanel(Properties) - Method in class org.freehep.graphicsio.ps.EPSExportFileType
 
cubic(double, double, double, double, double, double) - Method in class org.freehep.graphicsio.ps.PSPathConstructor
 
currentColorMap - Variable in class org.freehep.graphicsio.ps.ColorMap
 
CUSTOM_PAGE_SIZE - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Property name (and value!) for setting a custom page size.
cyan - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
cyanAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
cyanInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 

D

darker() - Method in class org.freehep.graphicsio.ps.MappedColor
Make a darkened color based on this color.
darkGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
darkGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
darkGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
dictSize - Variable in class org.freehep.graphicsio.ps.PSFontEmbedder
 
displayBlack - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayBlackAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayBlackInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayBlue - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayBlueAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayBlueInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayCyan - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayCyanAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayCyanInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayDarkGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayDarkGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayDarkGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayGreen - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayGreenAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayGreenInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayLightGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayLightGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayLightGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayMagenta - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayMagentaAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayMagentaInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayMap - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayOrange - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayOrangeAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayOrangeInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayPink - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayPinkAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayPinkInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayRed - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayRedAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayRedInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayWhite - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayWhiteAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayWhiteInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayYellow - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayYellowAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
displayYellowInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
draw(Shape) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 

E

EMBED_FONTS - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
EMBED_FONTS_AS - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
encodeDone() - Method in class org.freehep.graphicsio.ps.EPSIEncoder
 
encodePixels(int, int, int, int, int[], int, int) - Method in class org.freehep.graphicsio.ps.EPSIEncoder
 
encodeStart(int, int) - Method in class org.freehep.graphicsio.ps.EPSIEncoder
 
EPSExportFileType - Class in org.freehep.graphicsio.ps
 
EPSExportFileType() - Constructor for class org.freehep.graphicsio.ps.EPSExportFileType
 
EPSGraphics2D - Class in org.freehep.graphicsio.ps
Writes Encapsulated PostScript with bounding box.
EPSGraphics2D(File, Dimension) - Constructor for class org.freehep.graphicsio.ps.EPSGraphics2D
 
EPSGraphics2D(File, Component) - Constructor for class org.freehep.graphicsio.ps.EPSGraphics2D
 
EPSGraphics2D(OutputStream, Dimension) - Constructor for class org.freehep.graphicsio.ps.EPSGraphics2D
 
EPSGraphics2D(OutputStream, Component) - Constructor for class org.freehep.graphicsio.ps.EPSGraphics2D
 
EPSGraphics2D(EPSGraphics2D, boolean) - Constructor for class org.freehep.graphicsio.ps.EPSGraphics2D
 
EPSIEncoder - Class in org.freehep.graphicsio.ps
 
EPSIEncoder(Image, OutputStream, int, boolean) - Constructor for class org.freehep.graphicsio.ps.EPSIEncoder
Constructor from Image with number of grayscale bits to use.
EPSIEncoder(ImageProducer, OutputStream, int, boolean) - Constructor for class org.freehep.graphicsio.ps.EPSIEncoder
Constructor from ImageProducer with number of grayscale bits to use.

F

fill(Shape) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
fillAndDraw(Shape, Color) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
firstRequest(FontTable.Entry, boolean, String) - Method in class org.freehep.graphicsio.ps.PSFontTable
 
FIT_TO_PAGE - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
fixedPrecision(double) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
fixedPrecision(double) - Method in class org.freehep.graphicsio.ps.PSPathConstructor
 
FOR - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 

G

getBrightness() - Method in class org.freehep.graphicsio.ps.MappedColor
Get the brightness of this color.
getColor(int) - Method in class org.freehep.graphicsio.ps.ColorMap
Retrieve a mapped color as a Java Color from the color map.
getColorTag() - Method in class org.freehep.graphicsio.ps.MappedColor
Get the tag associated with this color.
getDefaultProperties() - Static method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
getDescription() - Method in class org.freehep.graphicsio.ps.EPSExportFileType
 
getDescription() - Method in class org.freehep.graphicsio.ps.PSExportFileType
 
getDeviceConfiguration() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
getEncodingTable() - Method in class org.freehep.graphicsio.ps.PSFontTable
 
getEscaped(String) - Static method in class org.freehep.graphicsio.ps.PSStringStyler
 
getExtensions() - Method in class org.freehep.graphicsio.ps.EPSExportFileType
 
getExtensions() - Method in class org.freehep.graphicsio.ps.PSExportFileType
 
getGraphics(OutputStream, Component) - Method in class org.freehep.graphicsio.ps.EPSExportFileType
 
getGraphics(OutputStream, Dimension) - Method in class org.freehep.graphicsio.ps.EPSExportFileType
 
getGraphics(OutputStream, Component) - Method in class org.freehep.graphicsio.ps.PSExportFileType
 
getGraphics(OutputStream, Dimension) - Method in class org.freehep.graphicsio.ps.PSExportFileType
 
getMappedColor(int) - Method in class org.freehep.graphicsio.ps.ColorMap
Retrieve a mapped color from the color map.
getMIMETypes() - Method in class org.freehep.graphicsio.ps.AbstractPSExportFileType
 
getPageSize() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Reads the PAGE_SIZE Property.
getStyledString(Map<AttributedCharacterIterator.Attribute, Object>, String) - Static method in class org.freehep.graphicsio.ps.PSStringStyler
Must override the parse method because the PostScript string must be initialized and terminated.
getTag(int) - Static method in class org.freehep.graphicsio.ps.ColorMap
Get a terse tag which describes which color a particular color index represents.
getUnicodes(String) - Static method in class org.freehep.graphicsio.ps.PSStringStyler
Converts str into unicodes
gray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayBlack - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayBlackAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayBlackInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayBlue - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayBlueAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayBlueInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayCyan - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayCyanAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayCyanInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayDarkGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayDarkGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayDarkGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayGreen - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayGreenAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayGreenInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayLightGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayLightGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayLightGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayMagenta - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayMagentaAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayMagentaInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayMap - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayOrange - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayOrangeAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayOrangeInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayPink - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayPinkAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayPinkInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayRed - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayRedAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayRedInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayWhite - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayWhiteAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayWhiteInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayYellow - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayYellowAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
grayYellowInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
green - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
greenAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
greenInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 

H

hasOptionPanel() - Method in class org.freehep.graphicsio.ps.AbstractPSExportFileType
 

I

init(OutputStream) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
init(OutputStream) - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
isMultiPage() - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
isMultipageCapable() - Method in class org.freehep.graphicsio.ps.PSExportFileType
 

L

LEVEL_2 - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
LEVEL_3 - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
lightGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
lightGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
lightGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
line(double, double) - Method in class org.freehep.graphicsio.ps.PSPathConstructor
 

M

magenta - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
magentaAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
magentaInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
MappedColor - Class in org.freehep.graphicsio.ps
 
MappedColor(int, int, int, int) - Constructor for class org.freehep.graphicsio.ps.MappedColor
Constructor takes the RGB color components and the color index.
MappedColor(int, int, int, int, int) - Constructor for class org.freehep.graphicsio.ps.MappedColor
Constructor takes the RGB color components, the color index, and the brightness.
move(double, double) - Method in class org.freehep.graphicsio.ps.PSPathConstructor
 

N

normalize(Map<AttributedCharacterIterator.Attribute, Object>) - Static method in class org.freehep.graphicsio.ps.PSFontTable
Replaces TextAttribute.FAMILY by values of replaceFonts.

O

openGlyphs() - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
Writes necessary commands to find Glyphs dictionary from font dictionary and puts it on the stack, opens dictionary to write glyph definitions.
openIncludeFont() - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
Writes initial parts of the font dictionary.
openPage(Dimension, String, Component) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
openPage(Component) - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
openPage(Dimension, String) - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
openPage(Dimension, String, Component) - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
orange - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
orangeAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
orangeInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
org.freehep.graphicsio.ps - package org.freehep.graphicsio.ps
PS, EPS (PostScript and Encapsulated PostScript) Output Format.
ORIENTATION - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
os - Variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
os - Variable in class org.freehep.graphicsio.ps.PSFontEmbedder
 

P

PAGE_MARGINS - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Set this to an Insets object to set the page margins.
PAGE_SIZE - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Property name for setting the size of the pages output by this AbstractPSGraphics2D.
pink - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
pinkAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
pinkInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
preview - Variable in class org.freehep.graphicsio.ps.AbstractPSExportFileType
 
PREVIEW - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
PREVIEW_BITS - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
previewCheckBox - Variable in class org.freehep.graphicsio.ps.AbstractPSExportFileType
 
printBlack - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printBlackAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printBlackInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printBlue - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printBlueAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printBlueInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printCyan - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printCyanAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printCyanInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printDarkGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printDarkGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printDarkGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printGreen - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printGreenAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printGreenInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printLightGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printLightGrayAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printLightGrayInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printMagenta - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printMagentaAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printMagentaInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printMap - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printOrange - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printOrangeAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printOrangeInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printPink - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printPinkAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printPinkInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printRed - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printRedAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printRedInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printWhite - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printWhiteAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printWhiteInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printYellow - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printYellowAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
printYellowInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
psColorTag - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
PSExportFileType - Class in org.freehep.graphicsio.ps
 
PSExportFileType() - Constructor for class org.freehep.graphicsio.ps.PSExportFileType
 
PSFontEmbedder - Class in org.freehep.graphicsio.ps
Type 3 Font Embedder class for Postscript.
PSFontEmbedder(FontRenderContext, PrintStream) - Constructor for class org.freehep.graphicsio.ps.PSFontEmbedder
 
PSFontTable - Class in org.freehep.graphicsio.ps
FontTable for PS files.
PSFontTable(OutputStream, FontRenderContext) - Constructor for class org.freehep.graphicsio.ps.PSFontTable
 
PSGraphics2D - Class in org.freehep.graphicsio.ps
 
PSGraphics2D(File, Dimension) - Constructor for class org.freehep.graphicsio.ps.PSGraphics2D
 
PSGraphics2D(File, Component) - Constructor for class org.freehep.graphicsio.ps.PSGraphics2D
 
PSGraphics2D(OutputStream, Dimension) - Constructor for class org.freehep.graphicsio.ps.PSGraphics2D
 
PSGraphics2D(OutputStream, Component) - Constructor for class org.freehep.graphicsio.ps.PSGraphics2D
 
PSGraphics2D(PSGraphics2D, boolean) - Constructor for class org.freehep.graphicsio.ps.PSGraphics2D
 
PSPathConstructor - Class in org.freehep.graphicsio.ps
 
PSPathConstructor(PrintStream, boolean, boolean) - Constructor for class org.freehep.graphicsio.ps.PSPathConstructor
 
PSStringStyler - Class in org.freehep.graphicsio.ps
Class to create a "cfont" tag in PS.
PSStringStyler() - Constructor for class org.freehep.graphicsio.ps.PSStringStyler
 

R

red - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
redAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
redInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
ros - Variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 

S

setClipEnabled(boolean) - Static method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Set the clipping enabled flag.
setFooter(Font, TagString, TagString, TagString, int) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
setHeader(Font, TagString, TagString, TagString, int) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
setMultiPage(boolean) - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
setPaintMode() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
setXORMode(Color) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
showString(Font, String) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Write the string str the the stream.
substituteFont(Font) - Method in class org.freehep.graphicsio.ps.PSFontTable
removes any transformation and superscript, changes the names to PS font name

T

TITLE - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
toString() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 

U

useBlackAndWhiteColorMap() - Method in class org.freehep.graphicsio.ps.ColorMap
Change to the black&white color map.
useDisplayColorMap() - Method in class org.freehep.graphicsio.ps.ColorMap
Change to the display color map.
useGrayscaleColorMap() - Method in class org.freehep.graphicsio.ps.ColorMap
Change to the grayscale color map.
usePrintColorMap() - Method in class org.freehep.graphicsio.ps.ColorMap
Change to the print color map.

V

version - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 

W

white - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
whiteAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
whiteInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
WRITE_IMAGES_AS - Static variable in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeBackground() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeBuildProcs() - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
 
writeCap(int) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeClip(Shape) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeComment(String) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Embed a PostScript comment into the output file.
writeDash(float[], float) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeEncoding(CharTable) - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
writes encoding array.
writeFont(Font) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeGlyph(String, Shape, GlyphMetrics) - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
Writes Glyph definition of given glyph.
writeGraphicsRestore() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Embed a grestore in the PostScript file.
writeGraphicsSave() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Embed a gsave in the PostScript file.
writeHeader() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
Write out the header of this EPS file.
writeHeader() - Method in class org.freehep.graphicsio.ps.EPSGraphics2D
 
writeHeader() - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
writeImage(RenderedImage, AffineTransform, Color) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeJoin(int) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeMiterLimit(float) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writePaint(Color) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writePaint(GradientPaint) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writePaint(TexturePaint) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writePaint(Paint) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeSetClip(Shape) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeSetTransform(AffineTransform) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeString(String, double, double) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeTrailer() - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeTrailer() - Method in class org.freehep.graphicsio.ps.EPSGraphics2D
 
writeTrailer() - Method in class org.freehep.graphicsio.ps.PSGraphics2D
 
writeTransform(AffineTransform) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeWidth(float) - Method in class org.freehep.graphicsio.ps.AbstractPSGraphics2D
 
writeWidths(double[]) - Method in class org.freehep.graphicsio.ps.PSFontEmbedder
writes metric dictionary for the font.

Y

yellow - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
yellowAsGray - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
yellowInvisible - Static variable in class org.freehep.graphicsio.ps.ColorMap
 
A B C D E F G H I L M N O P R S T U V W Y 
Skip navigation links
Vector Graphics, 2.4

Copyright © 2020. All rights reserved.