Class TextureWidget
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.Actor
-
- com.badlogic.gdx.scenes.scene2d.ui.Widget
-
- gaia.cu9.ari.gaiaorbit.util.scene2d.TextureWidget
-
- All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.utils.Layout
public class TextureWidget extends com.badlogic.gdx.scenes.scene2d.ui.Widget
-
-
Constructor Summary
Constructors Constructor Description TextureWidget(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
draw(com.badlogic.gdx.graphics.g2d.Batch batch, float parentAlpha)
float
getMaxHeight()
float
getMaxWidth()
float
getMinHeight()
float
getMinWidth()
float
getPrefHeight()
float
getPrefWidth()
-
Methods inherited from class com.badlogic.gdx.scenes.scene2d.ui.Widget
invalidate, invalidateHierarchy, layout, needsLayout, pack, setFillParent, setLayoutEnabled, sizeChanged, validate
-
Methods inherited from class com.badlogic.gdx.scenes.scene2d.Actor
act, addAction, addCaptureListener, addListener, ancestorsVisible, 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, screenToLocalCoordinates, setBounds, setColor, setColor, setDebug, setHeight, setName, setOrigin, setOrigin, setOriginX, setOriginY, setParent, setPosition, setPosition, setRotation, setScale, setScale, setScaleX, setScaleY, setSize, setStage, setTouchable, setUserObject, setVisible, setWidth, setX, setX, setY, setY, setZIndex, sizeBy, sizeBy, stageToLocalCoordinates, toBack, toFront, toString
-
-
-
-
Method Detail
-
draw
public void draw(com.badlogic.gdx.graphics.g2d.Batch batch, float parentAlpha)
- Overrides:
draw
in classcom.badlogic.gdx.scenes.scene2d.ui.Widget
-
getMinWidth
public float getMinWidth()
- Specified by:
getMinWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Layout
- Overrides:
getMinWidth
in classcom.badlogic.gdx.scenes.scene2d.ui.Widget
-
getMinHeight
public float getMinHeight()
- Specified by:
getMinHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Layout
- Overrides:
getMinHeight
in classcom.badlogic.gdx.scenes.scene2d.ui.Widget
-
getPrefWidth
public float getPrefWidth()
- Specified by:
getPrefWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Layout
- Overrides:
getPrefWidth
in classcom.badlogic.gdx.scenes.scene2d.ui.Widget
-
getPrefHeight
public float getPrefHeight()
- Specified by:
getPrefHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Layout
- Overrides:
getPrefHeight
in classcom.badlogic.gdx.scenes.scene2d.ui.Widget
-
getMaxWidth
public float getMaxWidth()
- Specified by:
getMaxWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Layout
- Overrides:
getMaxWidth
in classcom.badlogic.gdx.scenes.scene2d.ui.Widget
-
getMaxHeight
public float getMaxHeight()
- Specified by:
getMaxHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Layout
- Overrides:
getMaxHeight
in classcom.badlogic.gdx.scenes.scene2d.ui.Widget
-
-