OEDepict TK 2.4.0¶
New features¶
The following API for marking up SVG images, introduced in the 2017.Jun and 2017.Oct releases, is no longer preliminary. It is now also available in both Java and C#:
OESVGClass
classOESVGGroup
classOEAtomSVGAtomIdxMarkup
classOEAtomSVGMarkupBase
classOEAtomSVGNoMarkup
classOEAtomSVGResidueMarkup
classOEAddBuiltInHiddenSVGClass
functionOEAddBuiltInVisibleSVGClass
functionOEAddSVGClickEvent
functionOEDrawSVGHoverText
functionOEDrawSVGToggleText
functionOEGetBuiltInHiddenSVGClass
functionOEGetBuiltInVisibleSVGClass
function
Two new functions,
OEIsValidSVGGroupId
andOEIsValidSVGClassName
, have been added.Two new low-level functions,
OEAddSVGHover
andOEAddSVGToggle
, have been added to generate hover and toggle effects, respectively, between two SVG groups.The
OEAtomSVGResidueMarkup
class now takes a separator option.A new function,
OEAddLabel
, has been added to render a label on an image at a user-defined location.Two new functions,
OEAddOpenEyeIcon
andOEAddInteractiveIcon
, and the namespaceOEIconLocation
have been added.Two new methods,
OE2DPath.GetStart
andOE2DPath.GetEnd
, have been added.Two new pens,
OETransparentPen
andOESVGAreaPen
, have been added.
Java-specific changes¶
The API for marking up SVG images is now fully supported in Java (see the list above).
C#-specific changes¶
The API for marking up SVG images is now fully supported in C# (see the list above).