public class PointUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
convertToAbsoluteBounds(Node<?,?> targetNode) |
static void |
convertToRelativeBounds(Node<?,?> targetNode) |
static Point2D |
dmndiPointToPoint2D(JSIPoint dmndiPoint) |
static double |
heightOfShape(JSIDMNShape shape) |
static Bound |
lowerRightBound(View view) |
static JSIPoint |
point2dToDMNDIPoint(Point2D point2d) |
static Bound |
upperLeftBound(View view) |
static double |
widthOfShape(JSIDMNShape shape) |
static double |
xOfBound(Bound bound) |
static double |
xOfShape(JSIDMNShape shape) |
static double |
yOfBound(Bound bound) |
static double |
yOfShape(JSIDMNShape shape) |
public static void convertToAbsoluteBounds(Node<?,?> targetNode)
public static void convertToRelativeBounds(Node<?,?> targetNode)
public static double xOfShape(JSIDMNShape shape)
public static double yOfShape(JSIDMNShape shape)
public static double widthOfShape(JSIDMNShape shape)
public static double heightOfShape(JSIDMNShape shape)
public static double xOfBound(Bound bound)
public static double yOfBound(Bound bound)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.