Package ch.bailu.gtk.gsk
Schnittstelle PathForeachFlags
public interface PathForeachFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Allow emission of `GSK_PATH_CONIC` operations.static final int
Allow emission of `GSK_PATH_CUBIC` operations.static final int
The default behavior, only allow lines.static final int
Allow emission of `GSK_PATH_QUAD` operations
-
Felddetails
-
ONLY_LINES
static final int ONLY_LINESThe default behavior, only allow lines.- Siehe auch:
-
QUAD
static final int QUADAllow emission of `GSK_PATH_QUAD` operations- Siehe auch:
-
CUBIC
static final int CUBICAllow emission of `GSK_PATH_CUBIC` operations.- Siehe auch:
-
CONIC
static final int CONICAllow emission of `GSK_PATH_CONIC` operations.- Siehe auch:
-