Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
org.skia.jetski.PathBuilder.FillType Enum Reference

Public Member Functions

 FillType (int nativeInt)
 

Public Attributes

 WINDING =(0)
 
 EVEN_ODD =(1)
 
 INVERSE_WINDING =(2)
 
 INVERSE_EVEN_ODD =(3)
 
final int nativeInt
 

Detailed Description

Definition at line 40 of file PathBuilder.java.

Constructor & Destructor Documentation

◆ FillType()

org.skia.jetski.PathBuilder.FillType.FillType ( int  nativeInt)
inline

Definition at line 47 of file PathBuilder.java.

47 {
48 this.nativeInt = nativeInt;
49 }

Member Data Documentation

◆ EVEN_ODD

org.skia.jetski.PathBuilder.FillType.EVEN_ODD =(1)

Definition at line 42 of file PathBuilder.java.

◆ INVERSE_EVEN_ODD

org.skia.jetski.PathBuilder.FillType.INVERSE_EVEN_ODD =(3)

Definition at line 44 of file PathBuilder.java.

◆ INVERSE_WINDING

org.skia.jetski.PathBuilder.FillType.INVERSE_WINDING =(2)

Definition at line 43 of file PathBuilder.java.

◆ nativeInt

final int org.skia.jetski.PathBuilder.FillType.nativeInt

Definition at line 50 of file PathBuilder.java.

◆ WINDING

org.skia.jetski.PathBuilder.FillType.WINDING =(0)

Definition at line 41 of file PathBuilder.java.


The documentation for this enum was generated from the following file: