Class VMDGlyphSetWidget

java.lang.Object
org.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.vmd.VMDGlyphSetWidget
All Implemented Interfaces:
Accessible, org.openide.util.Lookup.Provider

public class VMDGlyphSetWidget extends Widget
This widget represents a list of glyphs rendered horizontally one after another. A glyph is a small image - usually 16x16px.
  • Constructor Details

    • VMDGlyphSetWidget

      public VMDGlyphSetWidget(Scene scene)
      Creates a glyph set widget.
      Parameters:
      scene - the scene
  • Method Details

    • setGlyphs

      public void setGlyphs(List<Image> glyphs)
      Sets glyphs as a list of images.
      Parameters:
      glyphs - the list of images used as glyphs