Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Package Functions | List of all members
org.skia.jetski.Path Class Reference

Public Member Functions

void release ()
 

Protected Member Functions

void finalize () throws Throwable
 

Package Functions

 Path (long native_instance)
 
long getNativeInstance ()
 

Detailed Description

Definition at line 10 of file Path.java.

Constructor & Destructor Documentation

◆ Path()

org.skia.jetski.Path.Path ( long  native_instance)
inlinepackage

Definition at line 13 of file Path.java.

13 {
14 mNativeInstance = native_instance;
15 }

Member Function Documentation

◆ finalize()

void org.skia.jetski.Path.finalize ( ) throws Throwable
inlineprotected

Definition at line 26 of file Path.java.

26 {
27 release();
28 }

◆ getNativeInstance()

long org.skia.jetski.Path.getNativeInstance ( )
inlinepackage

Definition at line 31 of file Path.java.

31{ return mNativeInstance; }

◆ release()

void org.skia.jetski.Path.release ( )
inline

Releases any resources associated with this Shader.

Definition at line 20 of file Path.java.

20 {
21 nRelease(mNativeInstance);
22 mNativeInstance = 0;
23 }

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