Uses of Class
vooga.levelEditor.annotations.EditableDouble

Packages that use EditableDouble
testing.levelEditor   
vooga.levelEditor.game.ballPathBuilder.items   
 

Uses of EditableDouble in testing.levelEditor
 

Method parameters in testing.levelEditor with annotations of type EditableDouble
 void TestGameItem.setBanana(double what, java.lang.String who)
           
 void TestGameItem.setPosition(double x, double y)
           
 void TestGameItem.setPosition(double x, double y)
           
 

Uses of EditableDouble in vooga.levelEditor.game.ballPathBuilder.items
 

Constructor parameters in vooga.levelEditor.game.ballPathBuilder.items with annotations of type EditableDouble
Ball(double radius, java.lang.String color)
          Construct a new Ball with the given radius
Block(double width, double height, double rotation)
          Constructs a new Barrier as a Rectangle with the given height and width
Block(double width, double height, double rotation)
          Constructs a new Barrier as a Rectangle with the given height and width
Block(double width, double height, double rotation)
          Constructs a new Barrier as a Rectangle with the given height and width