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

A

addEpsOptions(OptionHandler) - Method in class yext.export.module.EPSOutputModule
Adds EPS specific output options to the given option handler.
addPdfOptions(OptionHandler) - Method in class yext.export.module.PDFOutputModule
Adds PDF specific output options to the given option handler.
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.
addRenderingOptions(OptionHandler) - Method in class yext.export.module.OutputModule
Adds rendering specific options to the given option handler instance.
addTilingOptions(OptionHandler) - Method in class yext.export.module.PDFOutputModule
Adds tiling specific output options to the given option handler.
ATTR_UNIT - Static variable 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.
configureRendering() - Method in class yext.export.module.OutputModule
Configures the module's OutputHandler according to the settings in the module's rendering specific options.
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.
createGraphicsContext(Graph2DView, Graphics2D) - Method in class yext.export.io.OutputHandler
Factory method that creates the GraphicsContext that will be used for the graphics object during the rendering of the image.
createIOHandler() - Method in class yext.export.module.EMFOutputModule
Returns a new instance of EMFOutputHandler.
createIOHandler() - Method in class yext.export.module.EPSOutputModule
Returns a new instance of EPSOutputHandler.
createIOHandler() - Method in class yext.export.module.PDFOutputModule
Returns a new instance of PDFOutputHandler.
createIOHandler() - Method in class yext.export.module.SWFOutputModule
Returns a new instance of SWFOutputHandler.
createOptionHandler() - Method in class yext.export.module.EPSOutputModule
Creates an option handler for EPS output.
createOptionHandler() - Method in class yext.export.module.OutputModule
Creates an option handler for EMF, EPS, PDF, and SWF output.
createOptionHandler() - Method in class yext.export.module.PDFOutputModule
Creates an option handler for PDF output.

E

emfFlavor - Static variable in class yext.export.datatransfer.VisualTransferable
The DataFlavor representing a EMF Image, where: mimeType = "image/x-emf"
EMFOutputHandler - Class in yext.export.io
Writes a Graph2D in EMF vector graphics format.
EMFOutputHandler() - Constructor for class yext.export.io.EMFOutputHandler
Creates a new instance of EMFOutputHandler
EMFOutputModule - Class in yext.export.module
Exports a diagram to a EMF file.
EMFOutputModule() - Constructor for class yext.export.module.EMFOutputModule
Initializes a new EMFOutputModule instance with the module name EMF_OUTPUT.
EPSOutputHandler - Class in yext.export.io
Writes a Graph2D in EPS vector graphics format.
EPSOutputHandler() - Constructor for class yext.export.io.EPSOutputHandler
Creates a new instance of EPSOutputHandler
EPSOutputModule - Class in yext.export.module
Exports a diagram to a EPS document.
EPSOutputModule() - Constructor for class yext.export.module.EPSOutputModule
Initializes a new EPSOutputModule instance with the module name EPS_OUTPUT.

G

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
 
GROUP_MARGINS - Static variable in class yext.export.module.PDFOutputModule
 
GROUP_PAGE - Static variable in class yext.export.module.PDFOutputModule
 

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 accommodate the content.
isPageOutlinesEnabled() - Method in class yext.export.io.PDFOutputHandler
Determines whether or not this output handler automatically creates outlines (or "bookmarks") for each page in the generated document.

L

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

M

mainrun() - Method in class yext.export.module.EPSOutputModule
Exports the module's associated graph to a EPS document.
mainrun() - Method in class yext.export.module.OutputModule
Exports the module's associated graph to either EMF, EPS, PDF, or SWF format.
mainrun() - Method in class yext.export.module.PDFOutputModule
Exports the module's associated graph to a PDF document.
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
 

O

OPTION_AUTOMATIC_PAGE_SIZE - Static variable in class yext.export.module.PDFOutputModule
 
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_SELECTION_PAINTING - Static variable in class yext.export.module.OutputModule
 
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 in yext.export.io
Base class for all vector graphics generating IOHandler implementations provided by yExport.
OutputModule - Class in yext.export.module
Abstract base class for EMF, EPS, PDF, and SWF output.
OutputModule(String) - Constructor for class yext.export.module.OutputModule
Initializes a new OutputModule instance.

P

PDFOutputHandler - Class in yext.export.io
Writes a Graph2D in PDF vector graphics format.
PDFOutputHandler() - Constructor for class yext.export.io.PDFOutputHandler
Creates a new instance of PDFOutputHandler
PDFOutputModule - Class in yext.export.module
Exports a diagram to a PDF document.
PDFOutputModule() - Constructor for class yext.export.module.PDFOutputModule
Initializes a new PDFOutputModule instance with the module name PDF_OUTPUT.
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

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 accommodate 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.
setPageOutlinesEnabled(boolean) - Method in class yext.export.io.PDFOutputHandler
Specifies whether or not this output handler should automatically create outlines (or "bookmarks") for each page in the generated document.
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.
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.
SWFOutputHandler - Class in yext.export.io
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 in yext.export.module
Exports a diagram to a SWF file.
SWFOutputModule() - Constructor for class yext.export.module.SWFOutputModule
Initializes a new SWFOutputModule instance with the module name SWF_OUTPUT.

T

TAB_EPS - Static variable in class yext.export.module.EPSOutputModule
 
TAB_IMAGE - Static variable in class yext.export.module.OutputModule
 
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.
VIEW_FORMAT - Static variable in class yext.export.io.PDFOutputHandler
Symbolic page format that may be used to create PDF documents for which the page size is determined by the size of the exported graph's view.
VisualTransferable - Class in yext.export.datatransfer
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-2015,
yWorks GmbH.
All rights reserved.