1{
2  "methods": {
3    "__constructor__(float,float,float,float,int,int,android.graphics.Shader.TileMode)": {
4      "isImplementation": true,
5      "modifiers": [
6        "protected"
7      ],
8      "params": [
9        "x0",
10        "y0",
11        "x1",
12        "y1",
13        "color0",
14        "color1",
15        "tile"
16      ],
17      "returnType": "void",
18      "exceptions": [],
19      "name": "__constructor__(float,float,float,float,int,int,android.graphics.Shader.TileMode)"
20    },
21    "getColor0()": {
22      "isImplementation": false,
23      "modifiers": [
24        "public"
25      ],
26      "params": [],
27      "returnType": "int",
28      "exceptions": [],
29      "name": "getColor0()"
30    },
31    "getColor1()": {
32      "isImplementation": false,
33      "modifiers": [
34        "public"
35      ],
36      "params": [],
37      "returnType": "int",
38      "exceptions": [],
39      "name": "getColor1()"
40    },
41    "getTile()": {
42      "isImplementation": false,
43      "modifiers": [
44        "public"
45      ],
46      "params": [],
47      "returnType": "android.graphics.Shader.TileMode",
48      "exceptions": [],
49      "name": "getTile()"
50    },
51    "getX0()": {
52      "isImplementation": false,
53      "modifiers": [
54        "public"
55      ],
56      "params": [],
57      "returnType": "float",
58      "exceptions": [],
59      "name": "getX0()"
60    },
61    "getX1()": {
62      "isImplementation": false,
63      "modifiers": [
64        "public"
65      ],
66      "params": [],
67      "returnType": "float",
68      "exceptions": [],
69      "name": "getX1()"
70    },
71    "getY0()": {
72      "isImplementation": false,
73      "modifiers": [
74        "public"
75      ],
76      "params": [],
77      "returnType": "float",
78      "exceptions": [],
79      "name": "getY0()"
80    },
81    "getY1()": {
82      "isImplementation": false,
83      "modifiers": [
84        "public"
85      ],
86      "params": [],
87      "returnType": "float",
88      "exceptions": [],
89      "name": "getY1()"
90    }
91  },
92  "imports": [
93    "android.graphics.LinearGradient",
94    "android.graphics.Shader",
95    "org.robolectric.annotation.Implementation",
96    "org.robolectric.annotation.Implements"
97  ],
98  "name": "org.robolectric.shadows.ShadowLinearGradient"
99}