Package mindustry.ui.dialogs
Class ResearchDialog.View
java.lang.Object
arc.scene.Element
arc.scene.Group
mindustry.ui.dialogs.ResearchDialog.View
- All Implemented Interfaces:
arc.scene.utils.Cullable
- Enclosing class:
- ResearchDialog
public class ResearchDialog.View
extends arc.scene.Group
-
Field Summary
FieldsModifier and TypeFieldDescriptionarc.scene.ui.ImageButtonarc.scene.ui.layout.TablefloatbooleanfloatfloatFields inherited from class arc.scene.Group
children, cullingArea, transformFields inherited from class arc.scene.Element
color, cullable, fillParent, height, name, originX, originY, parent, parentAlpha, rotation, scaleX, scaleY, touchable, touchablility, translation, userObject, visibility, visible, width, x, y -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class arc.scene.Group
act, addChild, addChildAfter, addChildAt, addChildBefore, applyTransform, childrenChanged, clear, clearChildren, computeTransform, draw, fill, fill, fill, find, find, findVisible, forEach, getChildren, getCullingArea, hasChildren, hit, isTransform, localToDescendantCoordinates, removeChild, removeChild, resetTransform, setCullingArea, setScene, setTransform, swapActor, swapActor, toStringMethods inherited from class arc.scene.Element
actions, addAction, addCaptureListener, addListener, change, changed, clearActions, clearListeners, clicked, clicked, clicked, clicked, clipBegin, clipBegin, clipEnd, dragged, exited, fire, fireClick, getActions, getCaptureListeners, getHeight, getListeners, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, getRight, getRotation, getScene, getTop, getWidth, getX, getY, getZIndex, hasActions, hasKeyboard, hasMouse, hasParent, hasScroll, hovered, invalidate, invalidateHierarchy, isAscendantOf, isDescendantOf, isDescendantOf, isTouchable, keepInStage, keyDown, keyDown, layout, localToAscendantCoordinates, localToParentCoordinates, localToStageCoordinates, moveBy, needsLayout, notify, pack, parentToLocalCoordinates, released, remove, removeAction, removeCaptureListener, removeListener, requestKeyboard, requestScroll, rotateBy, rotationChanged, scaleBy, scaleBy, screenToLocalCoordinates, scrolled, setBounds, setColor, setColor, setFillParent, setHeight, setLayoutEnabled, setOrigin, setOrigin, setPosition, setPosition, setRotation, setRotationOrigin, setScale, setScale, setSize, setSize, setTranslation, setWidth, setZIndex, sizeBy, sizeBy, sizeChanged, stageToLocalCoordinates, tapped, toBack, toFront, touchable, update, updateVisibility, validate, visible
-
Field Details
-
panX
public float panX -
panY
public float panY -
lastZoom
public float lastZoom -
moved
public boolean moved -
hoverNode
public arc.scene.ui.ImageButton hoverNode -
infoTable
public arc.scene.ui.layout.Table infoTable
-
-
Constructor Details
-
View
public View()
-
-
Method Details
-
rebuildAll
public void rebuildAll() -
drawChildren
public void drawChildren()- Overrides:
drawChildrenin classarc.scene.Group
-