类 CompositeSprite

  • 所有已实现的接口:
    Sprite

    public class CompositeSprite
    extends java.lang.Object
    implements Sprite
    This Sprite is the composition of a list of Sprite objects.
    • 构造器概要

      构造器 
      构造器 说明
      CompositeSprite​(Sprite[] sprites)
      Creates a new CompositeSprite.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void paint​(java.awt.Graphics graphics, long time)
      Paints the object.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • CompositeSprite

        public CompositeSprite​(Sprite[] sprites)
        Creates a new CompositeSprite.
        参数:
        sprites - the array of Sprite objects to which the painting will be delegated, starting with the first element.
    • 方法详细资料

      • paint

        public void paint​(java.awt.Graphics graphics,
                          long time)
        从接口复制的说明: Sprite
        Paints the object.
        指定者:
        paint 在接口中 Sprite
        参数:
        graphics - the Graphics to paint on.
        time - the time since the start of the animation, expressed in milliseconds.