Package gen.lib.label
Class rectangle__c
- java.lang.Object
-
- gen.lib.label.rectangle__c
-
public class rectangle__c extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description rectangle__c()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ST_Rect_t
CombineRect(ST_Rect_t r, ST_Rect_t rr)
static void
InitRect(ST_Rect_t r)
static ST_Rect_t
NullRect()
static boolean
Overlap(ST_Rect_t r, ST_Rect_t s)
static int
RectArea(ST_Rect_t r)
-