Class SchematicsDialog.SchematicImage

java.lang.Object
arc.scene.Element
arc.scene.ui.Image
mindustry.ui.dialogs.SchematicsDialog.SchematicImage
Enclosing class:
SchematicsDialog

public static class SchematicsDialog.SchematicImage extends arc.scene.ui.Image
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    arc.graphics.Color
     
    float
     
    float
     

    Fields inherited from class arc.scene.ui.Image

    imageHeight, imageWidth, imageX, imageY

    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
     

    Methods inherited from class arc.scene.ui.Image

    getDrawable, getImageHeight, getImageWidth, getImageX, getImageY, getMinHeight, getMinWidth, getPrefHeight, getPrefWidth, getRegion, layout, setAlign, setDrawable, setDrawable, setScaling

    Methods inherited from class arc.scene.Element

    act, actions, addAction, addCaptureListener, addListener, change, changed, clear, clearActions, clearListeners, clicked, clicked, clicked, clicked, clipBegin, clipBegin, clipEnd, dragged, exited, fire, fireClick, getActions, getCaptureListeners, getHeight, getListeners, getMaxHeight, getMaxWidth, getRight, getRotation, getScene, getTop, getWidth, getX, getY, getZIndex, hasActions, hasKeyboard, hasMouse, hasParent, hasScroll, hit, hovered, invalidate, invalidateHierarchy, isAscendantOf, isDescendantOf, isDescendantOf, isTouchable, keepInStage, keyDown, keyDown, 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, setScene, setSize, setSize, setTranslation, setWidth, setZIndex, sizeBy, sizeBy, sizeChanged, stageToLocalCoordinates, tapped, toBack, toFront, toString, touchable, update, updateVisibility, validate, visible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • scaling

      public float scaling
    • thickness

      public float thickness
    • borderColor

      public arc.graphics.Color borderColor
  • Constructor Details

    • SchematicImage

      public SchematicImage(Schematic s)
  • Method Details

    • draw

      public void draw()
      Overrides:
      draw in class arc.scene.ui.Image