JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
I
L
M
N
P
Q
R
S
V
L
LinearGradient
- Class in
ej.microvg
Represents a linear gradient on a vector.
LinearGradient(float, float, float, float, int[], float[])
- Constructor for class ej.microvg.
LinearGradient
Creates a linear gradient.
LinearGradient(float, float, float, float, int[])
- Constructor for class ej.microvg.
LinearGradient
Creates a linear gradient.
lineTo(float, float)
- Method in class ej.microvg.
Path
Adds a line from the last point to the specified point (x,y).
lineToRelative(float, float)
- Method in class ej.microvg.
Path
Same as
Path.lineTo(float, float)
, but the coordinates are considered relative to the last point on this contour.
loadFont(String)
- Static method in class ej.microvg.
VectorFont
Loads a vector font from a path using a simple text layout.
loadFont(String, boolean)
- Static method in class ej.microvg.
VectorFont
Loads a vector font from a path using the specified text layout(simple or complex).
A
B
C
D
E
F
G
I
L
M
N
P
Q
R
S
V
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes