-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathPaper.java
More file actions
35 lines (32 loc) · 1.22 KB
/
Paper.java
File metadata and controls
35 lines (32 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// Generated automatically from javafx.print.Paper for testing purposes
package javafx.print;
public class Paper
{
protected Paper() {}
public final String getName(){ return null; }
public final String toString(){ return null; }
public final boolean equals(Object p0){ return false; }
public final double getHeight(){ return 0; }
public final double getWidth(){ return 0; }
public final int hashCode(){ return 0; }
public static Paper A0 = null;
public static Paper A1 = null;
public static Paper A2 = null;
public static Paper A3 = null;
public static Paper A4 = null;
public static Paper A5 = null;
public static Paper A6 = null;
public static Paper C = null;
public static Paper DESIGNATED_LONG = null;
public static Paper EXECUTIVE = null;
public static Paper JAPANESE_POSTCARD = null;
public static Paper JIS_B4 = null;
public static Paper JIS_B5 = null;
public static Paper JIS_B6 = null;
public static Paper LEGAL = null;
public static Paper MONARCH_ENVELOPE = null;
public static Paper NA_8X10 = null;
public static Paper NA_LETTER = null;
public static Paper NA_NUMBER_10_ENVELOPE = null;
public static Paper TABLOID = null;
}