src/java.desktop/share/classes/java/awt/GraphicsConfiguration.java

Print this page

        

*** 358,369 **** * {@code GraphicsConfiguration}. */ public abstract AffineTransform getDefaultTransform(); /** ! * ! * Returns a {@code AffineTransform} that can be concatenated * with the default {@code AffineTransform} * of a {@code GraphicsConfiguration} so that 72 units in user * space equals 1 inch in device space. * <p> * For a particular {@link Graphics2D}, g, one --- 358,368 ---- * {@code GraphicsConfiguration}. */ public abstract AffineTransform getDefaultTransform(); /** ! * Returns an {@code AffineTransform} that can be concatenated * with the default {@code AffineTransform} * of a {@code GraphicsConfiguration} so that 72 units in user * space equals 1 inch in device space. * <p> * For a particular {@link Graphics2D}, g, one