mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
15 lines
414 B
Java
Generated
15 lines
414 B
Java
Generated
// Generated automatically from javafx.print.PrintResolution for testing purposes
|
|
|
|
package javafx.print;
|
|
|
|
|
|
public class PrintResolution
|
|
{
|
|
protected PrintResolution() {}
|
|
public String toString(){ return null; }
|
|
public boolean equals(Object p0){ return false; }
|
|
public int getCrossFeedResolution(){ return 0; }
|
|
public int getFeedResolution(){ return 0; }
|
|
public int hashCode(){ return 0; }
|
|
}
|