public final class BatikUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
BatikUtil()
Private constructor.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
getRelativeCoordinates(org.w3c.dom.events.Event evt,
org.w3c.dom.Element reference)
Get the relative coordinates of a point within the coordinate system of a
particular SVG Element.
|
static boolean |
hasFOPInstalled()
Test whether FOP were installed (for PDF, PS and EPS output support).
|
public static double[] getRelativeCoordinates(org.w3c.dom.events.Event evt, org.w3c.dom.Element reference)
evt
- Event, needs to be a DOMMouseEventreference
- SVG Element the coordinate system is used ofpublic static boolean hasFOPInstalled()
true
when FOP is available.Copyright © 2019 ELKI Development Team. License information.