Class GlyphSetWidget
java.lang.Object
org.netbeans.api.visual.widget.Widget
org.praxislive.ide.pxr.graph.scene.GlyphSetWidget
- All Implemented Interfaces:
Accessible,org.openide.util.Lookup.Provider
public class GlyphSetWidget
extends org.netbeans.api.visual.widget.Widget
This widget represents a list of glyphs rendered horizontally one after another. A glyph is a small image - usually 16x16px.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.netbeans.api.visual.widget.Widget
org.netbeans.api.visual.widget.Widget.Dependency -
Constructor Summary
ConstructorsConstructorDescriptionGlyphSetWidget(org.netbeans.api.visual.widget.Scene scene) Creates a glyph set widget. -
Method Summary
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, getCursorAt, getDependencies, getFont, getForeground, getGraphics, getLayout, getLocation, getLookup, getMaximumSize, getMinimumSize, getParentWidget, getPreferredBounds, getPreferredLocation, getPreferredSize, getResourceTable, getScene, getState, getToolTipText, hashCode, isCheckClipping, isEnabled, isHitAt, isOpaque, isPreferredBoundsSet, isRepaintRequiredForRevalidating, isValidated, isVisible, notifyAdded, notifyBackgroundChanged, notifyFontChanged, notifyForegroundChanged, notifyRemoved, notifyStateChanged, paint, paintBackground, paintBorder, paintChildren, paintWidget, removeChild, removeChildren, removeChildren, removeDependency, removeFromParent, repaint, resolveBounds, revalidate, revalidate, setAccessibleContext, setBackground, setBackgroundFromResource, setBorder, setBorder, setCheckClipping, setChildConstraint, setCursor, setEnabled, setFont, setFontFromResource, setForeground, setForegroundFromResource, setLayout, setMaximumSize, setMinimumSize, setOpaque, setPreferredBounds, setPreferredLocation, setPreferredSize, setResourceTable, setState, setToolTipText, setVisible, updateResources
-
Constructor Details
-
GlyphSetWidget
public GlyphSetWidget(org.netbeans.api.visual.widget.Scene scene) Creates a glyph set widget.- Parameters:
scene- the scene
-
-
Method Details
-
setGlyphs
Sets glyphs as a list of images.- Parameters:
glyphs- the list of images used as glyphs
-