Searched defs:getWidth (Results 51 - 75 of 76) sorted by relevance

1234

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRaster.java869 * <code>location.x + sm.getWidth()</code> or
931 * <code>location.x + sm.getWidth()</code> or
956 * <code>location.x + sm.getWidth()</code> or
1015 * <code>origin.x + sampleModel.getWidth()</code> or
1027 sampleModel.getWidth(),
1042 * <code>origin.x + sampleModel.getWidth()</code> or
1055 sampleModel.getWidth(),
1250 * <code>childMinX + this.getWidth()</code> or
1377 final public int getWidth() { method in class:Raster
H A DBufferedImage.java1071 public int getWidth() { method in class:BufferedImage
1072 return raster.getWidth();
1088 public int getWidth(ImageObserver observer) { method in class:BufferedImage
1089 return raster.getWidth();
1350 return raster.getWidth();
1415 int width = raster.getWidth();
1483 int width = outRaster.getWidth();
1509 int width = r.getWidth();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCWarningWindow.java119 setBounds((int)point.getX(), (int)point.getY(), getWidth(), getHeight());
354 ownerWindow, ico.getWidth(), ico.getHeight());
392 private int getWidth() { method in class:CWarningWindow
393 return getSecurityIconInfo().getWidth();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java592 * @see #getWidth
608 public Spring getWidth() { method in class:SpringLayout.Constraints
662 east = sum(getX(), getWidth());
681 horizontalCenter = sum(getX(), scale(getWidth(), 0.5f));
816 (edgeName == WIDTH) ? getWidth() :
904 Spring width = pc.getWidth();
966 return addInsets(abandonCycles(pc.getWidth()).getMinimumValue(),
974 return addInsets(abandonCycles(pc.getWidth()).getPreferredValue(),
984 return addInsets(abandonCycles(pc.getWidth()).getMaximumValue(),
1218 abandonCycles(pc.getWidth())
[all...]
H A DJComponent.java823 clipBounds = new Rectangle(0, 0, getWidth(),
947 border.paintBorder(this, g, 0, 0, getWidth(), getHeight());
995 if ((getWidth() <= 0) || (getHeight() <= 0)) {
1010 clipW = getWidth();
1020 if(clipW > getWidth()) {
1021 clipW = getWidth();
4227 return new Rectangle(getX(), getY(), getWidth(), getHeight());
4230 rv.setBounds(getX(), getY(), getWidth(), getHeight());
4249 return new Dimension(getWidth(), getHeight());
4252 rv.setSize(getWidth(), getHeigh
4313 public int getWidth() { return super.getWidth(); } method in class:JComponent
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DBoxView.java717 public int getWidth() { method in class:BoxView
/openjdk7/jdk/src/share/classes/sun/applet/
H A DAppletPanel.java151 abstract public int getWidth(); method in class:AppletPanel
215 defaultAppletSize.width = getWidth();
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageRepresentation.java160 public int getWidth() { method in class:ImageRepresentation
280 int w = bimage.getWidth();
369 int biWidth = biRaster.getWidth();
646 int w = bimage.getWidth();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DXPStyle.java513 private int getWidth(State state) { method in class:XPStyle.Skin
520 int getWidth() { method in class:XPStyle.Skin
521 return getWidth((state != null) ? state : State.NORMAL);
558 paintSkin(g, dx, dy, getWidth(state), getHeight(state), state);
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageReader.java175 public int getWidth(int imageIndex) throws IIOException { method in class:GIFImageReader
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJFIFMarkerSegment.java311 return thumb.getWidth();
317 return jfxx.thumb.getWidth();
378 thumbWidth = thumb.getWidth();
589 BufferedImage ret = new BufferedImage(thumb.getWidth(),
809 abstract int getWidth(); method in class:JFIFMarkerSegment.JFIFThumb
882 thumbWidth = thumb.getWidth();
910 int getWidth() { method in class:JFIFMarkerSegment.JFIFThumbUncompressed
1224 int getWidth() { method in class:JFIFMarkerSegment.JFIFThumbJPEG
H A DJPEGImageReader.java615 * (e.g. getWidth, getHeight, etc.), if the header was not
706 public int getWidth(int imageIndex) throws IOException { method in class:JPEGImageReader
1266 raster.getWidth(), 1,
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRegion.java1062 public final int getWidth() { method in class:Region
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java101 public float getWidth() { return width; } method in class:AttributeValues
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageReader.java568 public abstract int getWidth(int imageIndex) throws IOException; method in class:ImageReader
641 * <code>(float)getWidth(imageIndex)/getHeight(imageIndex)</code>.
654 return (float)getWidth(imageIndex)/getHeight(imageIndex);
1332 * <code>getWidth(imageIndex)</code>, which is correct for
1346 return getWidth(imageIndex);
1667 * thumbnailIndex).getWidth()</code>. Subclasses should therefore
1685 return readThumbnail(imageIndex, thumbnailIndex).getWidth();
2688 image.getWidth(),
2696 int deltaX = destRegion.x + subsampledWidth - image.getWidth();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DOldHierarchicalLayoutManager.java157 public int getWidth() { method in class:OldHierarchicalLayoutManager.NodeData
765 curY += n.getData().getWidth();
958 return intersect(n1.getData().getCoordinate(), n1.getData().getWidth() + OFFSET, n2.getData().getCoordinate(), n2.getData().getWidth() + OFFSET);
966 if (n.getData().getCoordinate() + n.getData().getWidth() < pos) {
1004 int w = node.getData().getWidth() + OFFSET;
1008 minPos = alreadyAssigned.get(0).getData().getCoordinate() + alreadyAssigned.get(0).getData().getWidth() + OFFSET;
1026 int start = nextNode.getData().getCoordinate() + nextNode.getData().getWidth() + OFFSET;
1029 int bestPoss = end - node.getData().getWidth();
1035 if (end - start >= node.getData().getWidth()) {
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPImageReader.java190 public int getWidth(int imageIndex) throws IOException { method in class:BMPImageReader
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/png/
H A DPNGImageReader.java940 int dstMaxX = dstMinX + imRas.getWidth() - 1;
1024 passRow.getWidth(), 1,
1030 imRas.getWidth(),
1327 public int getWidth(int imageIndex) throws IIOException { method in class:PNGImageReader
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java959 addDrawingRect(x, y, dim.getWidth(), dim.getHeight());
1058 addDrawingRect(x, y, dim.getWidth(), dim.getHeight());
1769 (float) rect.getWidth(),
1841 while (img.getWidth(this) == -1) {
1849 return img.getWidth(this);
1882 public int getWidth() { method in class:PeekGraphics.ImageWaiter
1892 mWidth = img.getWidth(this);
1900 mWidth = img.getWidth(this);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXBaseWindow.java1143 int getWidth() { method in class:XBaseWindow
1197 return x >= 0 && y >= 0 && x < getWidth() && y < getHeight();
1204 return x >= getAbsoluteX() && y >= getAbsoluteY() && x < (getAbsoluteX()+getWidth()) && y < (getAbsoluteY()+getHeight());
H A DXDecoratedPeer.java899 public int getWidth() { method in class:XDecoratedPeer
1046 int getWidth = compAccessor.getWidth((Component)target);
1050 System.err.println(">>> Target: " + getTargetX + ", " + getTargetY + ", " + getWidth + ", " + getHeight);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java581 int sw = image.getWidth(null);
769 int w = titlePane.getWidth();
1055 r.width = titlePane.getWidth() - r.x - getInt("right_titlebar_edge");
1075 r.width = titlePane.getWidth() - r.x - getInt("right_titlebar_edge")
1278 variables.put("object_width", object.getWidth(null));
1974 public double getWidth() { method in class:Metacity.RoundRectClipShape
2079 this.w = rr.getWidth();
/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java1286 public int getWidth() { method in class:MenuItemLayoutHelper.RectSize
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java191 int getWidth(Component comp); method in interface:AWTAccessor.ComponentAccessor
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java1767 public String getWidth(); method in interface:CSS2Properties

Completed in 137 milliseconds

1234