public class ShapeUtils extends Object
| Constructor and Description |
|---|
ShapeUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyConnections(Edge<?,?> edge,
CanvasHandler canvasHandler,
MutationContext mutationContext) |
static double |
dist(double x0,
double y0,
double x1,
double y1)
Returns the distance between two points in a dual axis cartesian graph.
|
static String |
getModuleAbsolutePath(String path) |
static void |
moveViewConnectorsToTop(AbstractCanvasHandler canvasHandler,
Node<?,Edge> node) |
public static void applyConnections(Edge<?,?> edge, CanvasHandler canvasHandler, MutationContext mutationContext)
public static void moveViewConnectorsToTop(AbstractCanvasHandler canvasHandler, Node<?,Edge> node)
public static double dist(double x0,
double y0,
double x1,
double y1)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.