Class GraphPaperLayout.Location

java.lang.Object
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 Details

    • Location

      public Location(JComponent comp, Object object, String label)
      _more_
      Parameters:
      comp - _more_
      object - _more_
      label - _more_
    • Location

      public Location(JComponent comp, Object object, String label, Rectangle rect)
      _more_
      Parameters:
      comp - _more_
      object - _more_
      label - _more_
      rect - _more_
    • Location

      public 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_
    • Location

      public Location(JComponent comp, int x, int y)
      _more_
      Parameters:
      comp - _more_
      x - _more_
      y - _more_
  • Method Details

    • 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_