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 Image
  • Field Details

    • scaling

      public float scaling
    • thickness

      public float thickness
    • borderColor

      public Color borderColor
  • Constructor Details

    • SchematicImage

      public SchematicImage(Schematic s)
  • Method Details

    • draw

      public void draw()
      Description copied from class: Element
      Draws the element. Does nothing by default.
      Overrides:
      draw in class Image