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 Modifier and Type Field Description static CFunctionarrow_type_boxstatic CFunctionarrow_type_crowstatic CFunctionarrow_type_curvestatic CFunctionarrow_type_diamondstatic CFunctionarrow_type_dotstatic CFunctionarrow_type_gapstatic CFunctionarrow_type_normalstatic CFunctionarrow_type_teestatic CFunctioninside
-
Constructor Summary
Constructors Constructor Description arrows__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Objectarrow_bb(java.lang.Object... arg)static voidarrow_flags(ST_Agedge_s e, int[] sflag, int[] eflag)static java.lang.Objectarrow_gen(java.lang.Object... arg)static java.lang.Objectarrow_gen_type(java.lang.Object... arg)static doublearrow_length(ST_Agedge_s e, int flag)static voidarrow_match_name(CString name, int[] flag)static CStringarrow_match_name_frag(CString name, ST_arrowname_t[] arrownames, int[] flag)static CStringarrow_match_shape(CString name, int[] flag)static java.lang.Objectarrow_type_box(java.lang.Object... arg)static java.lang.Objectarrow_type_crow(java.lang.Object... arg)static java.lang.Objectarrow_type_curve(java.lang.Object... arg)static java.lang.Objectarrow_type_diamond(java.lang.Object... arg)static java.lang.Objectarrow_type_dot(java.lang.Object... arg)static java.lang.Objectarrow_type_gap(java.lang.Object... arg)static java.lang.Objectarrow_type_normal(java.lang.Object... arg_)static java.lang.Objectarrow_type_tee(java.lang.Object... arg)static intarrowEndClip(ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int eflag)static java.lang.ObjectarrowOrthoClip(java.lang.Object... arg)static intarrowStartClip(ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int sflag)static booleaninside(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)
-
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)
-
-