Lines Matching defs:awt

22 package java.awt.image;
24 import java.awt.Transparency;
25 import java.awt.color.ColorSpace;
28 import org.apache.harmony.awt.internal.nls.Messages;
69 * the transparency strategy, @see java.awt.Transparency.
84 // awt.236=The bits is less than 1 or greater than 32
85 throw new IllegalArgumentException(Messages.getString("awt.236")); //$NON-NLS-1$
121 * the transparency strategy, @see java.awt.Transparency.
136 // awt.236=The bits is less than 1 or greater than 32
137 throw new IllegalArgumentException(Messages.getString("awt.236")); //$NON-NLS-1$
141 // awt.239=The space is not a TYPE_RGB space
142 throw new IllegalArgumentException(Messages.getString("awt.239")); //$NON-NLS-1$
147 // awt.23A=The min/max normalized component values are not
149 throw new IllegalArgumentException(Messages.getString("awt.23A")); //$NON-NLS-1$
264 // awt.23B=The mask of the {0} component is not contiguous
265 throw new IllegalArgumentException(Messages.getString("awt.23B", i)); //$NON-NLS-1$
273 // awt.23C=The mask of the alpha component is not contiguous
274 throw new IllegalArgumentException(Messages.getString("awt.23C")); //$NON-NLS-1$
306 // awt.23D=The mask of the red component is not contiguous
307 throw new IllegalArgumentException(Messages.getString("awt.23D")); //$NON-NLS-1$
312 // awt.23E=The mask of the green component is not contiguous
313 throw new IllegalArgumentException(Messages.getString("awt.23E")); //$NON-NLS-1$
318 // awt.23F=The mask of the blue component is not contiguous
319 throw new IllegalArgumentException(Messages.getString("awt.23F")); //$NON-NLS-1$
325 // awt.23C=The mask of the alpha component is not contiguous
326 throw new IllegalArgumentException(Messages.getString("awt.23C")); //$NON-NLS-1$
371 // awt.240=The transferType not is one of DataBuffer.TYPE_BYTE,
373 throw new IllegalArgumentException(Messages.getString("awt.240")); //$NON-NLS-1$