Package gen.lib.common
Class arrows__c
java.lang.Object
gen.lib.common.arrows__c
public class arrows__c
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.lang.Object
arrow_bb
(java.lang.Object... arg) static void
arrow_flags
(ST_Agedge_s e, int[] sflag, int[] eflag) static java.lang.Object
arrow_gen
(java.lang.Object... arg) static java.lang.Object
arrow_gen_type
(java.lang.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 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
(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
(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) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
inside
-
arrow_type_normal
-
arrow_type_crow
-
arrow_type_gap
-
arrow_type_tee
-
arrow_type_box
-
arrow_type_diamond
-
arrow_type_dot
-
arrow_type_curve
-
-
Constructor Details
-
arrows__c
public arrows__c()
-
-
Method Details
-
arrow_match_name_frag
-
arrow_match_shape
-
arrow_match_name
-
arrow_flags
-
arrow_length
-
inside
-
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) -
arrowOrthoClip
public static java.lang.Object arrowOrthoClip(java.lang.Object... arg) -
arrow_type_normal
public static java.lang.Object arrow_type_normal(java.lang.Object... arg_) -
arrow_type_crow
public static java.lang.Object arrow_type_crow(java.lang.Object... arg) -
arrow_type_gap
public static java.lang.Object arrow_type_gap(java.lang.Object... arg) -
arrow_type_tee
public static java.lang.Object arrow_type_tee(java.lang.Object... arg) -
arrow_type_box
public static java.lang.Object arrow_type_box(java.lang.Object... arg) -
arrow_type_diamond
public static java.lang.Object arrow_type_diamond(java.lang.Object... arg) -
arrow_type_dot
public static java.lang.Object arrow_type_dot(java.lang.Object... arg) -
arrow_type_curve
public static java.lang.Object arrow_type_curve(java.lang.Object... arg) -
arrow_gen_type
public static java.lang.Object arrow_gen_type(java.lang.Object... arg) -
arrow_bb
public static java.lang.Object arrow_bb(java.lang.Object... arg) -
arrow_gen
public static java.lang.Object arrow_gen(java.lang.Object... arg)
-