Package zombie.iso

Class IsoWorld.Frame

java.lang.Object
zombie.iso.IsoWorld.Frame
Enclosing class:
IsoWorld

public class IsoWorld.Frame
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.ArrayList Type  
    java.util.ArrayList xPos  
    java.util.ArrayList yPos  
  • Constructor Summary

    Constructors
    Constructor Description
    Frame()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • xPos

      public java.util.ArrayList xPos
    • yPos

      public java.util.ArrayList yPos
    • Type

      public java.util.ArrayList Type
  • Constructor Details

    • Frame

      public Frame()