Uses of Class
java.awt.Dimension

Packages that use Dimension
com.jjt.utbeg   
java.applet   
java.awt   
 

Uses of Dimension in com.jjt.utbeg
 

Fields in com.jjt.utbeg declared as Dimension
private  Dimension SwathViewer.preferredSize
           
private  Dimension SwathViewer.sizeAt1x
           
 

Methods in com.jjt.utbeg that return Dimension
 Dimension SwathViewer.getPreferredSize()
          Over-ridden Component class method.
 Dimension SwathViewer.getMinimumSize()
          Over-ridden Component class method.
 Dimension SwathViewer.getMaximumSize()
          Over-ridden Component class method.
 

Methods in com.jjt.utbeg with parameters of type Dimension
private  void SwathViewer.rescale(Dimension componentSize)
          Sets the pixel-to-feet scale based on the given pixel size.
 

Uses of Dimension in java.applet
 

Methods in java.applet with parameters of type Dimension
 void Applet.resize(Dimension d)
          Requests that this applet be resized.
 

Uses of Dimension in java.awt
 

Fields in java.awt declared as Dimension
(package private)  Dimension Component.minSize
          Internal, cached size information.
(package private)  Dimension Component.prefSize
          Internal, cached size information (This field perhaps should have been transient).
private  Dimension Container.maxSize
           
 

Methods in java.awt that return Dimension
 Dimension Component.getSize()
          Returns the size of this component in the form of a Dimension object.
 Dimension Component.size()
          Deprecated. As of JDK version 1.1, replaced by getSize().
 Dimension Component.getSize(Dimension rv)
          Store the width/height of this component into "return value" rv and return rv.
 Dimension Component.getPreferredSize()
          Gets the preferred size of this component.
 Dimension Component.preferredSize()
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
 Dimension Component.getMinimumSize()
          Gets the mininimum size of this component.
 Dimension Component.minimumSize()
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
 Dimension Component.getMaximumSize()
          Gets the maximum size of this component.
 Dimension Container.getPreferredSize()
          Returns the preferred size of this container.
 Dimension Container.preferredSize()
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
 Dimension Container.getMinimumSize()
          Returns the minimum size of this container.
 Dimension Container.minimumSize()
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
 Dimension Container.getMaximumSize()
          Returns the maximum size of this container.
 Dimension CardLayout.preferredLayoutSize(Container parent)
          Determines the preferred size of the container argument using this card layout.
 Dimension CardLayout.minimumLayoutSize(Container parent)
          Calculates the minimum size for the specified panel.
 Dimension CardLayout.maximumLayoutSize(Container target)
          Returns the maximum dimensions for this layout given the components in the specified target container.
 Dimension Dimension.getSize()
          Gets the size of this Dimension object.
abstract  Dimension PrintJob.getPageDimension()
          Returns the dimensions of the page in pixels.
 Dimension LayoutManager2.maximumLayoutSize(Container target)
          Returns the maximum size of this component.
 Dimension GridLayout.preferredLayoutSize(Container parent)
          Determines the preferred size of the container argument using this grid layout.
 Dimension GridLayout.minimumLayoutSize(Container parent)
          Determines the minimum size of the container argument using this grid layout.
abstract  Dimension Toolkit.getScreenSize()
          Gets the size of the screen.
 Dimension Toolkit.getBestCursorSize(int preferredWidth, int preferredHeight)
          Returns the supported cursor dimension which is closest to the desired sizes.
 Dimension LightweightPeer.getPreferredSize()
           
 Dimension LightweightPeer.getMinimumSize()
           
 Dimension LightweightPeer.preferredSize()
           
 Dimension LightweightPeer.minimumSize()
           
 Dimension ScrollPane.getViewportSize()
          Returns the current size of the scroll pane's view port.
(package private)  Dimension ScrollPane.calculateChildSize()
          Determine the size to allocate the child component.
 Dimension TextField.getPreferredSize(int columns)
          Gets the preferred size of this text field with the specified number of columns.
 Dimension TextField.preferredSize(int columns)
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
 Dimension TextField.getPreferredSize()
          Gets the preferred size of this text field.
 Dimension TextField.preferredSize()
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
 Dimension TextField.getMinimumSize(int columns)
          Gets the minumum dimensions for a text field with the specified number of columns.
 Dimension TextField.minimumSize(int columns)
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
 Dimension TextField.getMinimumSize()
          Gets the minumum dimensions for this text field.
 Dimension TextField.minimumSize()
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
 Dimension Rectangle.getSize()
          Gets the size of this Rectangle, represented by the returned Dimension.
 Dimension LayoutManager.preferredLayoutSize(Container parent)
          Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
 Dimension LayoutManager.minimumLayoutSize(Container parent)
          Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
 Dimension TextArea.getPreferredSize(int rows, int columns)
          Determines the preferred size of a text area with the specified number of rows and columns.
 Dimension TextArea.preferredSize(int rows, int columns)
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int, int).
 Dimension TextArea.getPreferredSize()
          Determines the preferred size of this text area.
 Dimension TextArea.preferredSize()
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
 Dimension TextArea.getMinimumSize(int rows, int columns)
          Determines the minimum size of a text area with the specified number of rows and columns.
 Dimension TextArea.minimumSize(int rows, int columns)
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int, int).
 Dimension TextArea.getMinimumSize()
          Determines the minimum size of this text area.
 Dimension TextArea.minimumSize()
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
 Dimension List.getPreferredSize(int rows)
          Gets the preferred dimensions for a list with the specified number of rows.
 Dimension List.preferredSize(int rows)
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize(int).
 Dimension List.getPreferredSize()
          Gets the preferred size of this scrolling list.
 Dimension List.preferredSize()
          Deprecated. As of JDK version 1.1, replaced by getPreferredSize().
 Dimension List.getMinimumSize(int rows)
          Gets the minumum dimensions for a list with the specified number of rows.
 Dimension List.minimumSize(int rows)
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize(int).
 Dimension List.getMinimumSize()
          Determines the minimum size of this scrolling list.
 Dimension List.minimumSize()
          Deprecated. As of JDK version 1.1, replaced by getMinimumSize().
 Dimension GridBagLayout.preferredLayoutSize(Container parent)
          Determines the preferred size of the target container using this grid bag layout.
 Dimension GridBagLayout.minimumLayoutSize(Container parent)
          Determines the minimum size of the target container using this grid bag layout.
 Dimension GridBagLayout.maximumLayoutSize(Container target)
          Returns the maximum dimensions for this layout given the components in the specified target container.
protected  Dimension GridBagLayout.GetMinSize(Container parent, GridBagLayoutInfo info)
           
 Dimension FlowLayout.preferredLayoutSize(Container target)
          Returns the preferred dimensions for this layout given the components in the specified target container.
 Dimension FlowLayout.minimumLayoutSize(Container target)
          Returns the minimum dimensions needed to layout the components contained in the specified target container.
 Dimension BorderLayout.minimumLayoutSize(Container target)
          Determines the minimum size of the target container using this layout manager.
 Dimension BorderLayout.preferredLayoutSize(Container target)
          Determines the preferred size of the target container using this layout manager, based on the components in the container.
 Dimension BorderLayout.maximumLayoutSize(Container target)
          Returns the maximum dimensions for this layout given the components in the specified target container.
 

Methods in java.awt with parameters of type Dimension
 void Component.setSize(Dimension d)
          Resizes this component so that it has width d.width and height d.height.
 void Component.resize(Dimension d)
          Deprecated. As of JDK version 1.1, replaced by setSize(Dimension).
 Dimension Component.getSize(Dimension rv)
          Store the width/height of this component into "return value" rv and return rv.
 void Dimension.setSize(Dimension d)
          Set the size of this Dimension object to the specified size.
 void Rectangle.setSize(Dimension d)
          Sets the size of this Rectangle to match the specified Dimension.
 

Constructors in java.awt with parameters of type Dimension
Dimension.Dimension(Dimension d)
          Creates an instance of Dimension whose width and height are the same as for the specified dimension.
Rectangle.Rectangle(Point p, Dimension d)
          Constructs a new Rectangle whose top-left corner is specified by the Point argument, and whose width and height are specified by the Dimension argument.
Rectangle.Rectangle(Dimension d)
          Constructs a new Rectangle whose top left corner is (0, 0) and whose width and height are specified by the Dimension argument.