All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static void |
adjustregularpath(ST_path P,
int fb,
int lb) |
static ST_Agedge_s |
bot_bound(ST_Agedge_s e,
int side) |
static ST_boxf |
boxfof(double llx,
double lly,
double urx,
double ury) |
static ST_Agraph_s |
cl_bound(ST_Agraph_s g,
ST_Agnode_s n,
ST_Agnode_s adj) |
static boolean |
cl_vninside(ST_Agraph_s cl,
ST_Agnode_s n) |
static void |
completeregularpath(ST_path P,
ST_Agedge_s first,
ST_Agedge_s last,
ST_pathend_t tendp,
ST_pathend_t hendp,
ST_boxf[] boxes,
int boxn,
int flag) |
static void |
dot_splines(ST_Agraph_s g) |
static void |
edge_normalize(ST_Agraph_s g) |
static int |
edgecmp(CArrayOfStar<ST_Agedge_s> ptr0,
CArrayOfStar<ST_Agedge_s> ptr1) |
static int |
edgelblcmpfn(CArrayOfStar<ST_Agedge_s> ptr0,
CArrayOfStar<ST_Agedge_s> ptr1) |
static ST_Agedge_s |
getmainedge(ST_Agedge_s e) |
static void |
make_flat_adj_edges(ST_Agraph_s g,
ST_path P,
CArrayOfStar<ST_Agedge_s> edges,
int ind,
int cnt,
ST_Agedge_s e0,
int et) |
static java.lang.Object |
make_flat_bottom_edges(java.lang.Object... arg_) |
static void |
make_flat_edge(ST_Agraph_s g,
ST_spline_info_t sp,
ST_path P,
CArrayOfStar<ST_Agedge_s> edges,
int ind,
int cnt,
int et) |
static void |
make_flat_labeled_edge(ST_Agraph_s g,
ST_spline_info_t sp,
ST_path P,
ST_Agedge_s e,
int et) |
static void |
make_regular_edge(ST_Agraph_s g,
ST_spline_info_t sp,
ST_path P,
CArrayOfStar<ST_Agedge_s> edges,
int ind,
int cnt,
int et) |
static void |
makeFlatEnd(ST_Agraph_s g,
ST_spline_info_t sp,
ST_path P,
ST_Agnode_s n,
ST_Agedge_s e,
ST_pathend_t endp,
boolean isBegin) |
static int |
makeLineEdge(ST_Agraph_s g,
ST_Agedge_s fe,
__ptr__ points,
__ptr__ hp) |
static ST_boxf |
makeregularend(ST_boxf b,
int side,
double y) |
static void |
makeSimpleFlat(ST_Agnode_s tn,
ST_Agnode_s hn,
CArrayOfStar<ST_Agedge_s> edges,
int ind,
int cnt,
int et) |
static void |
makeSimpleFlatLabels(ST_Agnode_s tn,
ST_Agnode_s hn,
CArrayOfStar<ST_Agedge_s> edges,
int ind,
int cnt,
int et,
int n_lbls) |
static ST_boxf |
maximal_bbox(ST_Agraph_s g,
ST_spline_info_t sp,
ST_Agnode_s vn,
ST_Agedge_s ie,
ST_Agedge_s oe) |
static ST_Agnode_s |
neighbor(ST_Agraph_s g,
ST_Agnode_s vn,
ST_Agedge_s ie,
ST_Agedge_s oe,
int dir) |
static boolean |
pathscross(ST_Agnode_s n0,
ST_Agnode_s n1,
ST_Agedge_s ie1,
ST_Agedge_s oe1) |
static void |
place_vnlabel(ST_Agnode_s n) |
static int |
portcmp(ST_port p0,
ST_port p1) |
static ST_boxf |
rank_box(ST_spline_info_t sp,
ST_Agraph_s g,
int r) |
static void |
recover_slack(ST_Agedge_s e,
ST_path p) |
static java.lang.Object |
resetRW(java.lang.Object... arg_) |
static void |
resize_vn(ST_Agnode_s vn,
int lx,
int cx,
int rx) |
static void |
setflags(ST_Agedge_s e,
int hint1,
int hint2,
int f3) |
static boolean |
spline_merge(ST_Agnode_s n) |
static int |
straight_len(ST_Agnode_s n) |
static ST_Agedge_s |
straight_path(ST_Agedge_s e,
int cnt,
CArray<ST_pointf> plist,
int[] np) |
static void |
swap_bezier(CArray<ST_bezier> old,
CArray<ST_bezier> new_) |
static boolean |
swap_ends_p(ST_Agedge_s e) |
static void |
swap_spline(ST_splines s) |
static ST_Agedge_s |
top_bound(ST_Agedge_s e,
int side) |