当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
VMDGlyphSetWidget (Visual Library API) - NetBeans API Javadoc (Current Development Version)
org.netbeans.api.visual.vmd
Class VMDGlyphSetWidget
java.lang.Object
org.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.vmd.VMDGlyphSetWidget
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.
Methods inherited from class org.netbeans.api.visual.widget.Widget |
addChild, addChild, addChild, addChild, addChildren, addDependency, bringToBack, bringToFront, calculateClientArea, convertLocalToScene, convertLocalToScene, convertSceneToLocal, convertSceneToLocal, createActions, equals, getAccessibleContext, getActions, getActions, getBackground, getBorder, getBounds, getChildConstraint, getChildren, getClientArea, getCursor, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyRemoved, notifyStateChanged, paint, paintBackground, paintBorder, paintChildren, paintWidget, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setForeground, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setState, setToolTipText, setVisible |
VMDGlyphSetWidget
public VMDGlyphSetWidget(Scene scene)
- Creates a glyph set widget.
- Parameters:
scene
- the scene
setGlyphs
public void setGlyphs(List<Image> glyphs)
- Sets glyphs as a list of images.
- Parameters:
glyphs
- the list of images used as glyphs