Home | History | Annotate | Download | only in awt

Lines Matching full:width

107      * Gets the width of this image. The specified ImageObserver object is
108 * notified when the width of this image is available.
111 * the ImageObserver object which is is notified when the width
113 * @return the width of image, or -1 if the width of this image is not
133 * width, height, and applied scaling algorithm.
135 * @param width
136 * the width of scaled Image.
143 public Image getScaledInstance(int width, int height, int hints) {
146 filter = new AreaAveragingScaleFilter(width, height);
148 filter = new ReplicateScaleFilter(width, height);