Class Dialog

java.lang.Object
ch.epfl.cs107.play.engine.actor.Dialog
All Implemented Interfaces:
Graphics, Updatable

public final class Dialog extends Object implements Updatable, Graphics
XML Dialog Shou
  • Constructor Details

    • Dialog

      public Dialog(String path)
  • Method Details

    • update

      public void update(float deltaTime)
      Description copied from interface: Updatable
      Simulates a single time step. Note: Need to be Override
      Specified by:
      update in interface Updatable
      Parameters:
      deltaTime - elapsed time since last update, in seconds, non-negative
    • draw

      public void draw(Canvas canvas)
      Description copied from interface: Graphics
      Renders itself on specified canvas.
      Specified by:
      draw in interface Graphics
      Parameters:
      canvas - target, not null
    • isCompleted

      public boolean isCompleted()