public class splines__c
extends java.lang.Object
Constructor and Description |
---|
splines__c() |
Modifier and Type | Method and Description |
---|---|
static void |
add_box(ST_path P,
ST_boxf b) |
static void |
arrow_clip(ST_Agedge_s fe,
ST_Agnode_s hn,
CArray<ST_pointf> ps,
int[] startp,
int[] endp,
ST_bezier spl,
ST_splineInfo info) |
static void |
beginpath(ST_path P,
ST_Agedge_s e,
int et,
ST_pathend_t endp,
boolean merge) |
static void |
bezier_clip(__ptr__ inside_context,
__ptr__ inside,
CArray<ST_pointf> sp,
boolean left_inside) |
static void |
clip_and_install(ST_Agedge_s fe,
ST_Agnode_s hn,
CArray<ST_pointf> ps,
int pn,
ST_splineInfo info) |
static double |
conc_slope(ST_Agnode_s n) |
static int |
convert_sides_to_points(int tail_side,
int head_side) |
static ST_pointf |
edgeMidpoint(ST_Agraph_s g,
ST_Agedge_s e) |
static void |
endpath(ST_path P,
ST_Agedge_s e,
int et,
ST_pathend_t endp,
boolean merge) |
static void |
endPoints(ST_splines spl,
ST_pointf p,
ST_pointf q) |
static ST_splines |
getsplinepoints(ST_Agedge_s e) |
static void |
makeSelfEdge(ST_path P,
CArrayOfStar<ST_Agedge_s> edges,
int ind,
int cnt,
double sizex,
double sizey,
ST_splineInfo sinfo) |
static ST_bezier |
new_spline(ST_Agedge_s e,
int sz) |
static java.lang.Object |
selfBottom(java.lang.Object... arg_) |
static java.lang.Object |
selfLeft(java.lang.Object... arg_) |
static void |
selfRight(CArrayOfStar<ST_Agedge_s> edges,
int ind,
int cnt,
double stepx,
double sizey,
ST_splineInfo sinfo) |
static int |
selfRightSpace(ST_Agedge_s e) |
static java.lang.Object |
selfTop(java.lang.Object... arg_) |
static void |
shape_clip0(__ptr__ inside_context,
ST_Agnode_s n,
CArray<ST_pointf> curve,
boolean left_inside) |
public static void arrow_clip(ST_Agedge_s fe, ST_Agnode_s hn, CArray<ST_pointf> ps, int[] startp, int[] endp, ST_bezier spl, ST_splineInfo info)
public static void bezier_clip(__ptr__ inside_context, __ptr__ inside, CArray<ST_pointf> sp, boolean left_inside)
public static void shape_clip0(__ptr__ inside_context, ST_Agnode_s n, CArray<ST_pointf> curve, boolean left_inside)
public static ST_bezier new_spline(ST_Agedge_s e, int sz)
public static void clip_and_install(ST_Agedge_s fe, ST_Agnode_s hn, CArray<ST_pointf> ps, int pn, ST_splineInfo info)
public static double conc_slope(ST_Agnode_s n)
public static void beginpath(ST_path P, ST_Agedge_s e, int et, ST_pathend_t endp, boolean merge)
public static void endpath(ST_path P, ST_Agedge_s e, int et, ST_pathend_t endp, boolean merge)
public static int convert_sides_to_points(int tail_side, int head_side)
public static java.lang.Object selfBottom(java.lang.Object... arg_)
public static java.lang.Object selfTop(java.lang.Object... arg_)
public static void selfRight(CArrayOfStar<ST_Agedge_s> edges, int ind, int cnt, double stepx, double sizey, ST_splineInfo sinfo)
public static java.lang.Object selfLeft(java.lang.Object... arg_)
public static int selfRightSpace(ST_Agedge_s e)
public static void makeSelfEdge(ST_path P, CArrayOfStar<ST_Agedge_s> edges, int ind, int cnt, double sizex, double sizey, ST_splineInfo sinfo)
public static void endPoints(ST_splines spl, ST_pointf p, ST_pointf q)
public static ST_pointf edgeMidpoint(ST_Agraph_s g, ST_Agedge_s e)
public static ST_splines getsplinepoints(ST_Agedge_s e)