Uses of Interface
gov.noaa.pmel.sgt.LayerChild

Packages that use LayerChild
gov.noaa.pmel.sgt Core classes for the Scientific Graphics Toolkit. 
gov.noaa.pmel.sgt.swing Components that use the package javax.swing
 

Uses of LayerChild in gov.noaa.pmel.sgt
 

Subinterfaces of LayerChild in gov.noaa.pmel.sgt
 interface DataKey
          Inticates the class is a key or legend.
 

Classes in gov.noaa.pmel.sgt that implement LayerChild
 class ColorKey
          The ColorKey class provides a graphical depiction of the relationship between a ColorMap and user values.
 class LineKey
          LineKey is used to create a key for the LineCartesianRenderer.
 class Logo
          Logo displays an Image on its parent Layer.
 class PointCollectionKey
          PointCollectionKey is used to create a key for the PointCartesianRenderer.
 class Ruler
          Description of Class Ruler
 class SGLabel
          Draws text on a layer object.
 class VectorKey
          VectorKey is used to create a key for the VectorCartesianRenderer.
 

Methods in gov.noaa.pmel.sgt that return LayerChild
 LayerChild VectorKey.copy()
          Create of copy of VectorKey.
 LayerChild SGLabel.copy()
           
 LayerChild Ruler.copy()
           
 LayerChild PointCollectionKey.copy()
          Create of copy of PointCollectionKey.
 LayerChild Logo.copy()
          Create of copy of Logo.
 LayerChild LineKey.copy()
          Create of copy of LineKey.
 LayerChild LayerChild.copy()
          Create a copy of the LayerChild.
 LayerChild ColorKey.copy()
          Create a copy of ColorKey.
 LayerChild Layer.findChild(java.lang.String id)
          Find LayerChild in Layer.
 LayerChild Layer.getChild(java.lang.String labid)
          Get a child associated with the Layer.
 LayerChild[] Layer.getChildren()
           
 

Methods in gov.noaa.pmel.sgt with parameters of type LayerChild
 void Layer.addChild(LayerChild child)
          Add a LayerChild to the Layer.
 boolean Layer.isChildAttached(LayerChild child)
          Tests if a LayerChild is attached to the Layer.
 void Layer.removeChild(LayerChild child)
          Remove a LayerChild object from the Layer.
 

Uses of LayerChild in gov.noaa.pmel.sgt.swing
 

Classes in gov.noaa.pmel.sgt.swing that implement LayerChild
 class UserIcon
          UserIcon extends ImageIcon to create a icon than can be dragged on a sgt plot displaying a user defined text string along with the image.
 class ValueIcon
          ValueIcon extends ImageIcon to create a icon than can be dragged on a sgt plot displaying the local coordinates along with the image.
 

Methods in gov.noaa.pmel.sgt.swing that return LayerChild
 LayerChild ValueIcon.copy()
           
 LayerChild UserIcon.copy()