Package gen.lib.common
Class arrows__c
- java.lang.Object
-
- gen.lib.common.arrows__c
-
public class arrows__c extends Object
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description arrows__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
arrow_bb(Object... arg)
static void
arrow_flags(ST_Agedge_s e, int[] sflag, int[] eflag)
static Object
arrow_gen(Object... arg)
static Object
arrow_gen_type(Object... arg)
static double
arrow_length(ST_Agedge_s e, int flag)
static void
arrow_match_name(CString name, int[] flag)
static CString
arrow_match_name_frag(CString name, ST_arrowname_t[] arrownames, int[] flag)
static CString
arrow_match_shape(CString name, int[] flag)
static Object
arrow_type_box(Object... arg)
static Object
arrow_type_crow(Object... arg)
static Object
arrow_type_curve(Object... arg)
static Object
arrow_type_diamond(Object... arg)
static Object
arrow_type_dot(Object... arg)
static Object
arrow_type_gap(Object... arg)
static Object
arrow_type_normal(Object... arg_)
static Object
arrow_type_tee(Object... arg)
static int
arrowEndClip(ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int eflag)
static Object
arrowOrthoClip(Object... arg)
static int
arrowStartClip(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)
-
-
-
Field Detail
-
inside
public static CFunction inside
-
arrow_type_normal
public static CFunction arrow_type_normal
-
arrow_type_crow
public static CFunction arrow_type_crow
-
arrow_type_gap
public static CFunction arrow_type_gap
-
arrow_type_tee
public static CFunction arrow_type_tee
-
arrow_type_box
public static CFunction arrow_type_box
-
arrow_type_diamond
public static CFunction arrow_type_diamond
-
arrow_type_dot
public static CFunction arrow_type_dot
-
arrow_type_curve
public static CFunction arrow_type_curve
-
-
Method Detail
-
arrow_match_name_frag
public static CString arrow_match_name_frag(CString name, ST_arrowname_t[] arrownames, int[] flag)
-
arrow_match_name
public static void arrow_match_name(CString name, int[] flag)
-
arrow_flags
public static void arrow_flags(ST_Agedge_s e, int[] sflag, int[] eflag)
-
arrow_length
public static double arrow_length(ST_Agedge_s e, int flag)
-
inside
public static boolean inside(ST_inside_t inside_context, ST_pointf p)
-
arrowEndClip
public static int arrowEndClip(ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int eflag)
-
arrowStartClip
public static int arrowStartClip(ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int sflag)
-
-