OpenFairyGUI API
    Preparing search index...

    Class GLabel

    A label display object with title and icon.

    Hierarchy (View Summary)

    Index
    addEventListener addGear addRelation clone copy detach dispatchEvent dispose equals getAlpha getAspect getBlendMode getControllerOverrides getCustomData getExtension getExtras getFileName getFilter getFilterData getGrayed getGroup getHeight getIcon getId getInitHeight getInitWidth getInstanceChecked getInstanceComboItems getInstanceController getInstanceExtType getInstanceIcon getInstanceMax getInstanceMin getInstancePage getInstancePromptText getInstanceSelectedIcon getInstanceSelectedTitle getInstanceSelectionController getInstanceSound getInstanceSoundVolumeScale getInstanceTitle getInstanceTitleColor getInstanceTitleFontSize getInstanceValue getInstanceVisibleItemCount getLocked getMargin getMaxHeight getMaxWidth getMinHeight getMinWidth getName getOverflow getPackageId getPageController getPivotAsAnchor getPivotX getPivotY getRelations getRotation getScaleX getScaleY getScrollBarDisplay getScrollType getSkewX getSkewY getSound getSoundVolumeScale getSourceHeight getSourceWidth getSrc getTitle getTitleColor getTitleFontSize getTooltips getTouchable getVisible getWidth getX getY isDisposed listExtensions listGears listParents removeEventListener removeGear setAlpha setAspect setBlendMode setControllerOverrides setCustomData setExtension setExtras setFileName setFilter setFilterData setGrayed setGroup setIcon setId setInitHeight setInitWidth setInstanceChecked setInstanceComboItems setInstanceController setInstanceExtType setInstanceIcon setInstanceMax setInstanceMin setInstancePage setInstancePromptText setInstanceSelectedIcon setInstanceSelectedTitle setInstanceSelectionController setInstanceSound setInstanceSoundVolumeScale setInstanceTitle setInstanceTitleColor setInstanceTitleFontSize setInstanceValue setInstanceVisibleItemCount setLocked setMargin setMaxHeight setMaxWidth setMinHeight setMinWidth setName setOverflow setPackageId setPageController setPivot setPivotAsAnchor setRelations setRotation setScale setScrollBarDisplay setScrollType setSize setSkew setSound setSoundVolumeScale setSourceHeight setSourceWidth setSrc setTitle setTitleColor setTitleFontSize setTooltips setTouchable setVisible setX setXY setY
    propertyType: G_LABEL
    • Parameters

      • type: string
      • listener: EventListener<GraphNodeEvent>

      Returns this

    • Removes all inbound references to this object. At the end of the process the object is considered 'detached': it may hold references to child resources, but nothing holds references to it. A detached object may be re-attached.

      Returns this

    • Dispatches an event on the GraphNode, and on the associated Graph. Event types on the graph are prefixed, "node:[type]".

      Parameters

      • event: BaseEvent

      Returns this

    • Removes both inbound references to and outbound references from this object. At the end of the process the object holds no references, and nothing holds references to it. A disposed object is not reusable.

      Returns void

    • Returns true if the node has been permanently removed from the graph.

      Returns boolean

    • Parameters

      • type: string
      • listener: EventListener<GraphNodeEvent>

      Returns this