Package ch.bailu.gtk.gsk
Schnittstelle FillRule
public interface FillRule
-
Feldübersicht
Felder
-
Felddetails
-
WINDING
static final int WINDINGIf the path crosses the ray from
left-to-right, counts +1. If the path crosses the ray
from right to left, counts -1. (Left and right are determined
from the perspective of looking along the ray from the starting
point.) If the total count is non-zero, the point will be filled.- Siehe auch:
-
EVEN_ODD
static final int EVEN_ODDCounts the total number of
intersections, without regard to the orientation of the contour. If
the total number of intersections is odd, the point will be
filled.- Siehe auch:
-