Class OwnLabel

java.lang.Object
com.badlogic.gdx.scenes.scene2d.Actor
com.badlogic.gdx.scenes.scene2d.ui.Widget
com.badlogic.gdx.scenes.scene2d.ui.Label
gaiasky.util.scene2d.OwnLabel
All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.utils.Disableable, com.badlogic.gdx.scenes.scene2d.utils.Layout
Direct Known Subclasses:
ClickableLabel

public class OwnLabel extends com.badlogic.gdx.scenes.scene2d.ui.Label implements com.badlogic.gdx.scenes.scene2d.utils.Disableable
  • Nested Class Summary Link icon

    Nested classes/interfaces inherited from class com.badlogic.gdx.scenes.scene2d.ui.Label Link icon

    com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
    OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style)
     
    OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
     
    OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, float width)
     
    OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String styleName)
     
    OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String styleName, int breakCharacters)
     
    OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String fontName, com.badlogic.gdx.graphics.Color color)
     
    OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String fontName, String colorName)
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    float
     
    float
     
    boolean
     
    void
     
    void
    setDisabled(boolean isDisabled)
     
    void
    setHeight(float height)
     
    void
    setSize(float width, float height)
     
    void
    setWidth(float width)
     

    Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Label Link icon

    computePrefSize, draw, getBitmapFontCache, getFontScaleX, getFontScaleY, getGlyphLayout, getLabelAlign, getLineAlign, getStyle, getText, getWrap, invalidate, layout, setAlignment, setAlignment, setEllipsis, setEllipsis, setFontScale, setFontScale, setFontScaleX, setFontScaleY, setStyle, setText, setText, setWrap, textEquals, toString

    Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Widget Link icon

    getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, invalidateHierarchy, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validate

    Methods inherited from class com.badlogic.gdx.scenes.scene2d.Actor Link icon

    act, addAction, addCaptureListener, addListener, ancestorsVisible, ascendantsVisible, clear, clearActions, clearListeners, clipBegin, clipBegin, clipEnd, debug, drawDebug, drawDebugBounds, fire, firstAscendant, getActions, getCaptureListeners, getColor, getDebug, getHeight, getListeners, getName, getOriginX, getOriginY, getParent, getRight, getRotation, getScaleX, getScaleY, getStage, getTop, getTouchable, getUserObject, getWidth, getX, getX, getY, getY, getZIndex, hasActions, hasKeyboardFocus, hasParent, hasScrollFocus, hit, isAscendantOf, isDescendantOf, isTouchable, isTouchFocusListener, isTouchFocusTarget, isVisible, localToActorCoordinates, localToAscendantCoordinates, localToParentCoordinates, localToScreenCoordinates, localToStageCoordinates, moveBy, notify, parentToLocalCoordinates, positionChanged, remove, removeAction, removeCaptureListener, removeListener, rotateBy, rotationChanged, scaleBy, scaleBy, scaleChanged, screenToLocalCoordinates, setBounds, setColor, setColor, setDebug, setName, setOrigin, setOrigin, setOriginX, setOriginY, setParent, setPosition, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setStage, setTouchable, setUserObject, setVisible, setX, setX, setY, setY, setZIndex, sizeBy, sizeBy, stageToLocalCoordinates, toBack, toFront

    Methods inherited from class java.lang.Object Link icon

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details Link icon

    • OwnLabel Link icon

      public OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, float width)
    • OwnLabel Link icon

      public OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String styleName, int breakCharacters)
    • OwnLabel Link icon

      public OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
    • OwnLabel Link icon

      public OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style)
    • OwnLabel Link icon

      public OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String fontName, com.badlogic.gdx.graphics.Color color)
    • OwnLabel Link icon

      public OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String fontName, String colorName)
    • OwnLabel Link icon

      public OwnLabel(CharSequence text, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, String styleName)
  • Method Details Link icon

    • receiveScrollEvents Link icon

      public void receiveScrollEvents()
    • setWidth Link icon

      public void setWidth(float width)
      Overrides:
      setWidth in class com.badlogic.gdx.scenes.scene2d.Actor
    • setHeight Link icon

      public void setHeight(float height)
      Overrides:
      setHeight in class com.badlogic.gdx.scenes.scene2d.Actor
    • setSize Link icon

      public void setSize(float width, float height)
      Overrides:
      setSize in class com.badlogic.gdx.scenes.scene2d.Actor
    • getPrefWidth Link icon

      public float getPrefWidth()
      Specified by:
      getPrefWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Layout
      Overrides:
      getPrefWidth in class com.badlogic.gdx.scenes.scene2d.ui.Label
    • getPrefHeight Link icon

      public float getPrefHeight()
      Specified by:
      getPrefHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Layout
      Overrides:
      getPrefHeight in class com.badlogic.gdx.scenes.scene2d.ui.Label
    • isDisabled Link icon

      public boolean isDisabled()
      Specified by:
      isDisabled in interface com.badlogic.gdx.scenes.scene2d.utils.Disableable
    • setDisabled Link icon

      public void setDisabled(boolean isDisabled)
      Specified by:
      setDisabled in interface com.badlogic.gdx.scenes.scene2d.utils.Disableable