public class arrows__c
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static CFunction |
arrow_type_box |
static CFunction |
arrow_type_crow |
static CFunction |
arrow_type_curve |
static CFunction |
arrow_type_diamond |
static CFunction |
arrow_type_dot |
static CFunction |
arrow_type_gap |
static CFunction |
arrow_type_normal |
static CFunction |
arrow_type_tee |
static CFunction |
inside |
Constructor and Description |
---|
arrows__c() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
arrow_bb(java.lang.Object... arg) |
static void |
arrow_flags(Globals zz,
ST_Agedge_s e,
int[] sflag,
int[] eflag) |
static java.lang.Object |
arrow_gen_type(java.lang.Object... arg) |
static java.lang.Object |
arrow_gen(java.lang.Object... arg) |
static double |
arrow_length(Globals zz,
ST_Agedge_s e,
int flag) |
static CString |
arrow_match_name_frag(CString name,
ST_arrowname_t[] arrownames,
int[] flag) |
static void |
arrow_match_name(Globals zz,
CString name,
int[] flag) |
static CString |
arrow_match_shape(Globals zz,
CString name,
int[] flag) |
static java.lang.Object |
arrow_type_box(java.lang.Object... arg) |
static java.lang.Object |
arrow_type_crow(java.lang.Object... arg) |
static java.lang.Object |
arrow_type_curve(java.lang.Object... arg) |
static java.lang.Object |
arrow_type_diamond(java.lang.Object... arg) |
static java.lang.Object |
arrow_type_dot(java.lang.Object... arg) |
static java.lang.Object |
arrow_type_gap(java.lang.Object... arg) |
static java.lang.Object |
arrow_type_normal(java.lang.Object... arg_) |
static java.lang.Object |
arrow_type_tee(java.lang.Object... arg) |
static int |
arrowEndClip(Globals zz,
ST_Agedge_s e,
CArray<ST_pointf> ps,
int startp,
int endp,
ST_bezier spl,
int eflag) |
static java.lang.Object |
arrowOrthoClip(java.lang.Object... arg) |
static int |
arrowStartClip(Globals zz,
ST_Agedge_s e,
CArray<ST_pointf> ps,
int startp,
int endp,
ST_bezier spl,
int sflag) |
static boolean |
inside(ST_inside_t inside_context,
ST_pointf p) |
public static CFunction inside
public static CFunction arrow_type_normal
public static CFunction arrow_type_crow
public static CFunction arrow_type_gap
public static CFunction arrow_type_tee
public static CFunction arrow_type_box
public static CFunction arrow_type_diamond
public static CFunction arrow_type_dot
public static CFunction arrow_type_curve
public static CString arrow_match_name_frag(CString name, ST_arrowname_t[] arrownames, int[] flag)
public static void arrow_flags(Globals zz, ST_Agedge_s e, int[] sflag, int[] eflag)
public static double arrow_length(Globals zz, ST_Agedge_s e, int flag)
public static boolean inside(ST_inside_t inside_context, ST_pointf p)
public static int arrowEndClip(Globals zz, ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int eflag)
public static int arrowStartClip(Globals zz, ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int sflag)
public static java.lang.Object arrowOrthoClip(java.lang.Object... arg)
public static java.lang.Object arrow_type_normal(java.lang.Object... arg_)
public static java.lang.Object arrow_type_crow(java.lang.Object... arg)
public static java.lang.Object arrow_type_gap(java.lang.Object... arg)
public static java.lang.Object arrow_type_tee(java.lang.Object... arg)
public static java.lang.Object arrow_type_box(java.lang.Object... arg)
public static java.lang.Object arrow_type_diamond(java.lang.Object... arg)
public static java.lang.Object arrow_type_dot(java.lang.Object... arg)
public static java.lang.Object arrow_type_curve(java.lang.Object... arg)
public static java.lang.Object arrow_gen_type(java.lang.Object... arg)
public static java.lang.Object arrow_bb(java.lang.Object... arg)
public static java.lang.Object arrow_gen(java.lang.Object... arg)