// 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; }