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

    Fields
    Modifier and Type
    Field
    Description
    arc.scene.ui.ImageButton
     
    arc.scene.ui.layout.Table
     
    float
     
    boolean
     
    float
     
    float
     

    Fields inherited from class arc.scene.Group

    children, cullingArea, transform

    Fields 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    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, toString

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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:
      drawChildren in class arc.scene.Group