// Generated automatically from javafx.print.PageRange for testing purposes package javafx.print; import javafx.beans.property.ReadOnlyIntegerProperty; public class PageRange { protected PageRange() {} public PageRange(int p0, int p1){} public String toString(){ return null; } public final ReadOnlyIntegerProperty endPageProperty(){ return null; } public final ReadOnlyIntegerProperty startPageProperty(){ return null; } public final int getEndPage(){ return 0; } public final int getStartPage(){ return 0; } }