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;
113 * the transparency strategy, @see java.awt.Transparency.
122 // awt.26B=The number of bits in the pixel values is less than 1
123 throw new IllegalArgumentException(Messages.getString("awt.26B")); //$NON-NLS-1$
127 // awt.26C=bits is null
128 throw new NullPointerException(Messages.getString("awt.26C")); //$NON-NLS-1$
134 // awt.26D=The elements in bits is less than 0
135 throw new IllegalArgumentException(Messages.getString("awt.26D")); //$NON-NLS-1$
141 // awt.26E=The sum of the number of bits in bits is less than 1
142 throw new NullPointerException(Messages.getString("awt.26E")); //$NON-NLS-1$
146 // awt.26F=The cspace is null
147 throw new IllegalArgumentException(Messages.getString("awt.26F")); //$NON-NLS-1$
151 // awt.270=The transparency is not a valid value
152 throw new IllegalArgumentException(Messages.getString("awt.270")); //$NON-NLS-1$
194 // awt.271=The number of bits in bits is less than 1
195 throw new IllegalArgumentException(Messages.getString("awt.271")); //$NON-NLS-1$
353 // awt.294=pixel is null
354 throw new NullPointerException(Messages.getString("awt.294")); //$NON-NLS-1$
525 // awt.26C=bits is null
526 throw new UnsupportedOperationException(Messages.getString("awt.26C")); //$NON-NLS-1$
593 // awt.26C=bits is null
594 throw new UnsupportedOperationException(Messages.getString("awt.26C")); //$NON-NLS-1$
598 // awt.273=The length of normComponents minus normOffset is less
600 throw new IllegalArgumentException(Messages.getString("awt.273")); //$NON-NLS-1$
607 // awt.272=The length of components minus offset is less than
609 throw new IllegalArgumentException(Messages.getString("awt.272")); //$NON-NLS-1$
711 // awt.26C=bits is null
712 throw new NullPointerException(Messages.getString("awt.26C")); //$NON-NLS-1$
716 // awt.274=componentIdx is greater than the number of components or
718 throw new ArrayIndexOutOfBoundsException(Messages.getString("awt.274")); //$NON-NLS-1$
900 // awt.275=This pixel representation is not suuported by tis
902 throw new UnsupportedOperationException(Messages.getString("awt.275")); //$NON-NLS-1$
910 // awt.275=This pixel representation is not suuported by tis
912 throw new UnsupportedOperationException(Messages.getString("awt.275")); //$NON-NLS-1$
920 // awt.275=This pixel representation is not suuported by tis
922 throw new UnsupportedOperationException(Messages.getString("awt.275")); //$NON-NLS-1$
928 // awt.22D=This transferType ( {0} ) is not supported by this
930 throw new UnsupportedOperationException(Messages.getString("awt.22D", //$NON-NLS-1$