Class LayeredIcon

java.lang.Object
javax.swing.ImageIcon
edu.uci.ics.jung.visualization.LayeredIcon
All Implemented Interfaces:
Serializable, Accessible, Icon

public class LayeredIcon extends ImageIcon
An icon that is made up of a collection of Icons. They are rendered in layers starting with the first Icon added (from the constructor).
See Also:
  • Field Details

  • Constructor Details

    • LayeredIcon

      public LayeredIcon(Image image)
  • Method Details