ucar.unidata.ui
Class GraphPaperLayout.Location

java.lang.Object
  extended by ucar.unidata.ui.GraphPaperLayout.Location
Enclosing class:
GraphPaperLayout

public static class GraphPaperLayout.Location
extends Object

Class Location _more_

Version:
$Revision: 1.12 $
Author:
IDV Development Team

Constructor Summary
GraphPaperLayout.Location(JComponent comp, int x, int y)
          _more_
GraphPaperLayout.Location(JComponent comp, Object object, String label)
          _more_
GraphPaperLayout.Location(JComponent comp, Object object, String label, Rectangle rect)
          _more_
GraphPaperLayout.Location(JComponent comp, String label, int x, int y, int width, int height)
          _more_
 
Method Summary
 JComponent getComponent()
          _more_
 String getLabel()
          _more_
 Object getObject()
          _more_
 Rectangle getRect()
          _more_
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphPaperLayout.Location

public GraphPaperLayout.Location(JComponent comp,
                                 Object object,
                                 String label)
_more_

Parameters:
comp - _more_
object - _more_
label - _more_

GraphPaperLayout.Location

public GraphPaperLayout.Location(JComponent comp,
                                 Object object,
                                 String label,
                                 Rectangle rect)
_more_

Parameters:
comp - _more_
object - _more_
label - _more_
rect - _more_

GraphPaperLayout.Location

public GraphPaperLayout.Location(JComponent comp,
                                 String label,
                                 int x,
                                 int y,
                                 int width,
                                 int height)
_more_

Parameters:
comp - _more_
label - _more_
x - _more_
y - _more_
width - _more_
height - _more_

GraphPaperLayout.Location

public GraphPaperLayout.Location(JComponent comp,
                                 int x,
                                 int y)
_more_

Parameters:
comp - _more_
x - _more_
y - _more_
Method Detail

getLabel

public String getLabel()
_more_

Returns:
_more_

getComponent

public JComponent getComponent()
_more_

Returns:
_more_

getRect

public Rectangle getRect()
_more_

Returns:
_more_

getObject

public Object getObject()
_more_

Returns:
_more_