org.freedesktop.cairo

Class FillRule


public class FillRule
extends Enum

Field Summary

static FillRule
EVEN_ODD
static FillRule
WINDING

Method Summary

static FillRule
intern(int value)
boolean
test(FillRule other)

Field Details

EVEN_ODD

public static final FillRule EVEN_ODD


WINDING

public static final FillRule WINDING

Method Details

intern

public static FillRule intern(int value)


test

public boolean test(FillRule other)