Class PE_0_6P.Anim

java.lang.Object
PE_0_6P.Anim
Enclosing class:
PE_0_6P

class PE_0_6P.Anim extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) ArrayList<processing.core.PImage>
     
    (package private) String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Anim(String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    addAnim(processing.core.PImage spritesheet, int lignes, int colonnes)
     
    (package private) void
    addImage(processing.core.PImage image)
     
    (package private) processing.core.PImage
    getImage(int index)
     
    (package private) void
     

    Methods inherited from class java.lang.Object

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

  • Constructor Details

  • Method Details

    • reset

      void reset()
    • addImage

      void addImage(processing.core.PImage image)
    • addAnim

      void addAnim(processing.core.PImage spritesheet, int lignes, int colonnes)
    • getImage

      processing.core.PImage getImage(int index)