Package gen.lib.common
Class arrows__c
- java.lang.Object
-
- gen.lib.common.arrows__c
-
public class arrows__c extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description arrows__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Object
add_point(java.lang.Object... arg)
static ST_pointf
add_pointf(ST_pointf p, ST_pointf q)
static 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[] arrowsynonyms, 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, ST_pointf.Array 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, ST_pointf.Array ps, int startp, int endp, ST_bezier spl, int sflag)
static java.lang.Object
box_bb(java.lang.Object... arg)
static java.lang.Object
box_contains(java.lang.Object... arg)
static java.lang.Object
box_intersect(java.lang.Object... arg)
static java.lang.Object
box_overlap(java.lang.Object... arg)
static java.lang.Object
boxf_bb(java.lang.Object... arg)
static java.lang.Object
boxf_contains(java.lang.Object... arg)
static java.lang.Object
boxf_intersect(java.lang.Object... arg)
static java.lang.Object
boxf_overlap(java.lang.Object... arg)
static java.lang.Object
boxof(java.lang.Object... arg)
static java.lang.Object
exch_xy(java.lang.Object... arg)
static java.lang.Object
exch_xyf(java.lang.Object... arg)
static boolean
inside(ST_inside_t inside_context, ST_pointf p)
static java.lang.Object
interpolate_pointf(java.lang.Object... arg)
static java.lang.Object
mid_point(java.lang.Object... arg)
static java.lang.Object
mid_pointf(java.lang.Object... arg)
static java.lang.Object
perp(java.lang.Object... arg)
static ST_pointf
pointfof(double x, double y)
static java.lang.Object
pointof(java.lang.Object... arg)
static java.lang.Object
scale(java.lang.Object... arg)
static java.lang.Object
sub_point(java.lang.Object... arg)
static java.lang.Object
sub_pointf(java.lang.Object... arg)
-
-
-
Method Detail
-
pointof
public static java.lang.Object pointof(java.lang.Object... arg)
-
pointfof
public static ST_pointf pointfof(double x, double y)
-
boxof
public static java.lang.Object boxof(java.lang.Object... arg)
-
add_point
public static java.lang.Object add_point(java.lang.Object... arg)
-
sub_point
public static java.lang.Object sub_point(java.lang.Object... arg)
-
sub_pointf
public static java.lang.Object sub_pointf(java.lang.Object... arg)
-
mid_point
public static java.lang.Object mid_point(java.lang.Object... arg)
-
mid_pointf
public static java.lang.Object mid_pointf(java.lang.Object... arg)
-
interpolate_pointf
public static java.lang.Object interpolate_pointf(java.lang.Object... arg)
-
exch_xy
public static java.lang.Object exch_xy(java.lang.Object... arg)
-
exch_xyf
public static java.lang.Object exch_xyf(java.lang.Object... arg)
-
box_bb
public static java.lang.Object box_bb(java.lang.Object... arg)
-
boxf_bb
public static java.lang.Object boxf_bb(java.lang.Object... arg)
-
box_intersect
public static java.lang.Object box_intersect(java.lang.Object... arg)
-
boxf_intersect
public static java.lang.Object boxf_intersect(java.lang.Object... arg)
-
box_overlap
public static java.lang.Object box_overlap(java.lang.Object... arg)
-
boxf_overlap
public static java.lang.Object boxf_overlap(java.lang.Object... arg)
-
box_contains
public static java.lang.Object box_contains(java.lang.Object... arg)
-
boxf_contains
public static java.lang.Object boxf_contains(java.lang.Object... arg)
-
perp
public static java.lang.Object perp(java.lang.Object... arg)
-
scale
public static java.lang.Object scale(java.lang.Object... arg)
-
arrow_match_name_frag
public static CString arrow_match_name_frag(CString name, ST_arrowname_t[] arrowsynonyms, 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, ST_pointf.Array ps, int startp, int endp, ST_bezier spl, int eflag)
-
arrowStartClip
public static int arrowStartClip(ST_Agedge_s e, ST_pointf.Array 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)
-
-