A C E G I L M O P R S T V W Y

A

ATTR_UNIT - Static variable in class yext.export.module.PDFOutputModule
 
addEpsOptions(OptionHandler) - Method in class yext.export.module.EPSOutputModule
 
addPdfOptions(OptionHandler) - Method in class yext.export.module.PDFOutputModule
 
addRenderingHint(RenderingHints.Key, Object) - Method in class yext.export.datatransfer.VisualTransferable
Adds a rendering hint key-value-pair, that is passed to the underlying rendering subsystem.
addRenderingHint(RenderingHints.Key, Object) - Method in class yext.export.io.OutputHandler
Adds a rendering hint key-value-pair, that is passed to the underlying rendering subsystem.
addTilingOptions(OptionHandler) - Method in class yext.export.module.PDFOutputModule
 

C

canRead() - Method in class yext.export.io.OutputHandler
Returns false, since this IOHandler can only export files.
canWrite() - Method in class yext.export.io.OutputHandler
Returns true.
createDefaultGraph2DView(Graph2D) - Method in class yext.export.io.OutputHandler
Creates the default view used as rendering context of this output handler in case there is no current view associated with the graph.
createIOHandler() - Method in class yext.export.module.EMFOutputModule
 
createIOHandler() - Method in class yext.export.module.EPSOutputModule
 
createIOHandler() - Method in class yext.export.module.PDFOutputModule
 
createIOHandler() - Method in class yext.export.module.SWFOutputModule
 
createOptionHandler() - Method in class yext.export.module.EPSOutputModule
 
createOptionHandler() - Method in class yext.export.module.OutputModule
 
createOptionHandler() - Method in class yext.export.module.PDFOutputModule
 

E

EMFOutputHandler - class yext.export.io.EMFOutputHandler.
Writes a Graph2D in EMF vector graphics format.
EMFOutputHandler() - Constructor for class yext.export.io.EMFOutputHandler
Creates a new instance of EMFOutputHandler
EMFOutputModule - class yext.export.module.EMFOutputModule.
 
EMFOutputModule() - Constructor for class yext.export.module.EMFOutputModule
 
EPSOutputHandler - class yext.export.io.EPSOutputHandler.
Writes a Graph2D in EPS vector graphics format.
EPSOutputHandler() - Constructor for class yext.export.io.EPSOutputHandler
Creates a new instance of EPSOutputHandler
EPSOutputModule - class yext.export.module.EPSOutputModule.
 
EPSOutputModule() - Constructor for class yext.export.module.EPSOutputModule
 
emfFlavor - Static variable in class yext.export.datatransfer.VisualTransferable
The DataFlavor representing a EMF Image, where: mimeType = "image/x-emf"

G

GROUP_MARGINS - Static variable in class yext.export.module.PDFOutputModule
 
GROUP_PAGE - Static variable in class yext.export.module.PDFOutputModule
 
getCreator() - Method in class yext.export.io.OutputHandler
Returns the name of the application which uses this OutputHandler.
getEdgeHitSensitivity() - Method in class yext.export.io.SWFOutputHandler
Returns the width of an additional hit-test-sensitive border applied to each hyperlinked edge path.
getFileFormatString() - Method in class yext.export.io.OutputHandler
Returns a descriptive string of the supported file format
getFileNameExtension() - Method in class yext.export.io.EMFOutputHandler
Returns "emf", the standard file name extension for Windows Enhanced Metafiles.
getFileNameExtension() - Method in class yext.export.io.EPSOutputHandler
Returns "eps", the standard file name extension for Encapsulated PostScript.
getFileNameExtension() - Method in class yext.export.io.PDFOutputHandler
Returns "pdf", the standard file name extension for the Portable Document Format.
getFileNameExtension() - Method in class yext.export.io.SWFOutputHandler
Returns "swf", the standard file name extension for Macromedia Flash.
getPageFormat() - Method in class yext.export.io.PDFOutputHandler
Returns a PageFormat object representing the desired page size and page orientation for this output handler.
getReferences() - Method in class yext.export.io.SWFOutputHandler
Gets the link map that maps graph items to references that will be included in the swf file.
getSwfVersion() - Method in class yext.export.io.SWFOutputHandler
Returns the SWF version of the SWF files this output handler produces.
getTextRenderingPolicy() - Method in class yext.export.io.EPSOutputHandler
Returns the text handling policy used by this output handler.
getTextRenderingPolicy() - Method in class yext.export.io.PDFOutputHandler
Returns the text handling policy used by this output handler.
getTransferData(DataFlavor) - Method in class yext.export.datatransfer.VisualTransferable
 
getTransferDataFlavors() - Method in class yext.export.datatransfer.VisualTransferable
 

I

isDataFlavorSupported(DataFlavor) - Method in class yext.export.datatransfer.VisualTransferable
 
isFallbackFlavorsEnabled() - Method in class yext.export.datatransfer.VisualTransferable
Returns true iff this transferable is configured to support several image based data flavors for EMF unaware use cases.
isMultiPageTilingEnabled() - Method in class yext.export.io.PDFOutputHandler
Returns true, iff this output handler is configured to split content across multiple pages if necessary; false, if the page will be resized to accomodate the content.

L

lostOwnership(Clipboard, Transferable) - Method in class yext.export.datatransfer.VisualTransferable
 

M

MODULE_NAME - Static variable in class yext.export.module.EMFOutputModule
 
MODULE_NAME - Static variable in class yext.export.module.EPSOutputModule
 
MODULE_NAME - Static variable in class yext.export.module.PDFOutputModule
 
MODULE_NAME - Static variable in class yext.export.module.SWFOutputModule
 
mainrun() - Method in class yext.export.module.EPSOutputModule
 
mainrun() - Method in class yext.export.module.OutputModule
 
mainrun() - Method in class yext.export.module.PDFOutputModule
 

O

OPTION_MARGIN_BOTTOM - Static variable in class yext.export.module.PDFOutputModule
 
OPTION_MARGIN_LEFT - Static variable in class yext.export.module.PDFOutputModule
 
OPTION_MARGIN_RIGHT - Static variable in class yext.export.module.PDFOutputModule
 
OPTION_MARGIN_TOP - Static variable in class yext.export.module.PDFOutputModule
 
OPTION_ORIENTATION - Static variable in class yext.export.module.PDFOutputModule
 
OPTION_PAPER - Static variable in class yext.export.module.PDFOutputModule
 
OPTION_TEXT_RENDERING_POLICY - Static variable in class yext.export.module.EPSOutputModule
 
OPTION_TEXT_RENDERING_POLICY - Static variable in class yext.export.module.PDFOutputModule
 
OutputHandler - class yext.export.io.OutputHandler.
Base class for all vector graphics generating IOHandler implementations provided by yExport.
OutputModule - class yext.export.module.OutputModule.
 
OutputModule(String) - Constructor for class yext.export.module.OutputModule
 

P

PDFOutputHandler - class yext.export.io.PDFOutputHandler.
Writes a Graph2D in PDF vector graphics format.
PDFOutputHandler() - Constructor for class yext.export.io.PDFOutputHandler
Creates a new instance of PDFOutputHandler
PDFOutputModule - class yext.export.module.PDFOutputModule.
 
PDFOutputModule() - Constructor for class yext.export.module.PDFOutputModule
 
PLAIN_TEXT - Static variable in class yext.export.io.EPSOutputHandler
Text handling policy which will result in regular text (i.e. plain text glyphs).
PLAIN_TEXT - Static variable in class yext.export.io.PDFOutputHandler
Text handling policy which will result in regular text (i.e. plain text glyphs).
PLAIN_TEXT_WITH_EMBEDDED_FONTS - Static variable in class yext.export.io.EPSOutputHandler
Text handling policy which will result in regular text (i.e. plain text glyphs) and fonts used in labeled graph elements being embedded into the resulting PDF output.
PLAIN_TEXT_WITH_EMBEDDED_FONTS - Static variable in class yext.export.io.PDFOutputHandler
Text handling policy which will result in regular text (i.e. plain text glyphs) and fonts used in labeled graph elements being embedded into the resulting PDF output.

R

read(Graph2D, InputStream) - Method in class yext.export.io.OutputHandler
Unsupported Operation.
removeRenderingHint(RenderingHints.Key) - Method in class yext.export.datatransfer.VisualTransferable
Removes a rendering hint key-value-pair, so that it is no longer passed to the underlying rendering subsystem.
removeRenderingHint(RenderingHints.Key) - Method in class yext.export.io.OutputHandler
Removes a rendering hint key-value-pair, so that it is no longer passed to the underlying rendering subsystem.

S

SWFOutputHandler - class yext.export.io.SWFOutputHandler.
Writes a Graph2D in SWF vector graphics format.
SWFOutputHandler() - Constructor for class yext.export.io.SWFOutputHandler
Creates a new output handler using the default SWF version number.
SWFOutputHandler(LinkMap) - Constructor for class yext.export.io.SWFOutputHandler
Creates a new output handler using the given link map and the default SWF version number.
SWFOutputHandler(int) - Constructor for class yext.export.io.SWFOutputHandler
Creates a new output handler using the given swf version.
SWFOutputHandler(int, LinkMap) - Constructor for class yext.export.io.SWFOutputHandler
Creates a new output handler using the given swf version number and link map.
SWFOutputModule - class yext.export.module.SWFOutputModule.
 
SWFOutputModule() - Constructor for class yext.export.module.SWFOutputModule
 
SWF_VERSION_7 - Static variable in class yext.export.io.SWFOutputHandler
Version constant representing SWF file version 7.
SWF_VERSION_8 - Static variable in class yext.export.io.SWFOutputHandler
Version constant representing SWF file version 8.
setCreator(String) - Method in class yext.export.io.OutputHandler
Specifies the name of the application which uses this OutputHandler.
setEdgeHitSensitivity(double) - Method in class yext.export.io.SWFOutputHandler
Sets the width of an additional hit-test-sensitive border applied to each hyperlinked edge path.
setMultiPageTilingEnabled(boolean) - Method in class yext.export.io.PDFOutputHandler
Specifies whether this output handler should split content that does not fit onto a single page across multiple pages instead of automatically resizing the page to accomodate the content.
setPageFormat(PageFormat) - Method in class yext.export.io.PDFOutputHandler
Specifies the desired page size and page orientation to be used in the generated PDF.
setReferences(LinkMap) - Method in class yext.export.io.SWFOutputHandler
Sets the link map that maps graph items to references that will be included in the swf file.
setSWFVersion(int) - Method in class yext.export.io.SWFOutputHandler
Sets the SWF version to write to the SWF header.
setTextRenderingPolicy(byte) - Method in class yext.export.io.EPSOutputHandler
Specifies the text handling policy to be used by this output handler.
setTextRenderingPolicy(byte) - Method in class yext.export.io.PDFOutputHandler
Specifies the text handling policy to be used by this output handler.

T

TAB_EPS - Static variable in class yext.export.module.EPSOutputModule
 
TAB_PDF - Static variable in class yext.export.module.PDFOutputModule
 

V

VALUE_LANDSCAPE - Static variable in class yext.export.module.PDFOutputModule
 
VALUE_PLAIN_TEXT - Static variable in class yext.export.module.EPSOutputModule
 
VALUE_PLAIN_TEXT - Static variable in class yext.export.module.PDFOutputModule
 
VALUE_PLAIN_TEXT_WITH_EMBEDDED_FONTS - Static variable in class yext.export.module.EPSOutputModule
 
VALUE_PLAIN_TEXT_WITH_EMBEDDED_FONTS - Static variable in class yext.export.module.PDFOutputModule
 
VALUE_PORTRAIT - Static variable in class yext.export.module.PDFOutputModule
 
VALUE_VECTORIZED_TEXT - Static variable in class yext.export.module.EPSOutputModule
 
VALUE_VECTORIZED_TEXT - Static variable in class yext.export.module.PDFOutputModule
 
VECTORIZED_TEXT - Static variable in class yext.export.io.EPSOutputHandler
Text handling policy which will result in text being rendered as vectorized shapes instead of plain text glyphs.
VECTORIZED_TEXT - Static variable in class yext.export.io.PDFOutputHandler
Text handling policy which will result in text being rendered as vectorized shapes instead of plain text glyphs.
VisualTransferable - class yext.export.datatransfer.VisualTransferable.
A transferable implementation for transferring a Graph2DView's contents EMF representation.
VisualTransferable(Graph2DView) - Constructor for class yext.export.datatransfer.VisualTransferable
Constructs a new VisualTransferable for the given view.
VisualTransferable(Graph2DView, boolean) - Constructor for class yext.export.datatransfer.VisualTransferable
Constructs a new VisualTransferable for the given view.

W

write(Graph2D, OutputStream) - Method in class yext.export.io.OutputHandler
Writes the contents of the given graph to a stream
writeLinkInfo(YSWFGraphics2D, LinkInfo, NodeRealizer) - Method in class yext.export.io.SWFOutputHandler
Write a LinkInfo instance for the given node realizer to the given swf graphics.
writeLinkInfo(YSWFGraphics2D, LinkInfo, EdgeRealizer) - Method in class yext.export.io.SWFOutputHandler
Write a LinkInfo instance for the given edge realizer to the given swf graphics.
writeLinkInfo(YSWFGraphics2D, LinkInfo, YLabel) - Method in class yext.export.io.SWFOutputHandler
Write a LinkInfo instance for the given label to the given swf graphics.
writeReferences(YSWFGraphics2D, Graph2DView, LinkMap) - Method in class yext.export.io.SWFOutputHandler
Writes the link references that were stored in the given linkMap.

Y

yext.export.datatransfer - package yext.export.datatransfer
Provides a mechanism to transfer the contents of a Graph2DView into Clipboards and/or between and within applications using several data formats/data flavors.
yext.export.io - package yext.export.io
Provides classes for writing a Graph2D object to various export file formats.
yext.export.module - package yext.export.module
Provides so-called IO modules, that is to say classes which encapsulate application-level set-up services for the yExport input/output handlers.

A C E G I L M O P R S T V W Y

© Copyright 2007,
yWorks GmbH.
All rights reserved.