Release Notes yExport Extension Package
The latest version of the yExport extension package is 1.2.
Technical Requirements
- Graph visualization library yFiles for Java 2.8 version series.
- Oracle J2SDK 1.4 or higher for software development with yExport.
- Oracle J2RE 1.4 or higher to execute yExport powered programs.
- A browser to view the HTML documentation.
- An operating system that supports Java 2.
yExport 1.2 - Changes Since 1.1.0.2
Minor Feature Added
- OutputModule: Added support for ignoring selection state when exporting to one of yExport's supported file formats.
Bugfixes
- Fixed clipping to retain correct color/paint and transform properties in PDF output.
- Fixed problems with drawing complex paints to EMF output in the underlying FreeHEP VectorGraphics library code.
- Improved embedding fonts into EPS output in the underlying FreeHEP VectorGraphics library code.
yExport 1.1.0.2 - Changes Since 1.1.0.1
Licensing
yExport license terms have been updated to match the current yFiles for Java graph visualization library license terms.
Bugfixes
- Fixed writing affine transforms in the underlying FreeHEP VectorGraphics library code.
Improvements
- OutputModule: method mainrun has been enhanced to use the original view's background renderer for export if that renderer is of type DefaultBackgroundRenderer.
yExport 1.1.0.1 - Changes Since 1.1
Bugfixes
-
Fixed value of
Class-Pathattribute in META-INF/MANIFEST.MF ofyexport.jar.
Improvements
- Improved handling of image data in VisualTransferable's getTransferData method.
yExport 1.1 - Changes Since 1.0
Minor Features Added
-
EPSOutputHandler: replaced boolean property
fontEmbeddingEnabledwith enum propertytextRenderingPolicyto support regular text, text with embedded fonts, and vectorized text. -
PDFOutputHandler: replaced boolean property
fontEmbeddingEnabledwith enum propertytextRenderingPolicyto support regular text, text with embedded fonts, and vectorized text. -
SWFOutputHandler: added getter/setter for SWF version.
Currently, SWF file format versions 7 and 8 are supported.
Note: The main difference between versions 7 and 8 is the security policy applied to embedded links. Version 8 of the SWF file format allows embedded links to either local or external/network resources, but not both. -
SWFOutputHandler: added support for hyperlinks.
Note: Currently, only local links are supported for SWF version 8 files, i.e. embedded external (or network) links are blocked by Flash player implementations.
Incompatible API Changes
-
OutputHandler: removed obsolete constants
-
KEY_TEXT_RENDERING, -
VALUE_TEXT_RENDER_DEFAULT, -
VALUE_TEXT_RENDER_DEFAULT, -
VALUE_TEXT_RENDER_QUALITY, and -
VALUE_TEXT_RENDER_SPEED
-
-
EPSOutputHandler: replaced boolean property
fontEmbeddingEnabledwith byte propertytextRenderingPolicy. -
PDFOutputHandler: replaced boolean property
fontEmbeddingEnabledwith byte propertytextRenderingPolicy.









