Uses of Interface
de.unistuttgart.informatik.fius.icge.ui.Drawable
- 
Packages that use Drawable Package Description de.unistuttgart.informatik.fius.icge.simulation.entity de.unistuttgart.informatik.fius.icge.ui  - 
- 
Uses of Drawable in de.unistuttgart.informatik.fius.icge.simulation.entity
Classes in de.unistuttgart.informatik.fius.icge.simulation.entity that implement Drawable Modifier and Type Class Description classUntilableDrawableSame asBasicDrawablebut won't tile.Methods in de.unistuttgart.informatik.fius.icge.simulation.entity that return Drawable Modifier and Type Method Description DrawableBasicEntity. getDrawInformation()DrawableEntity. getDrawInformation()DrawableMovableEntity. getDrawInformation() - 
Uses of Drawable in de.unistuttgart.informatik.fius.icge.ui
Classes in de.unistuttgart.informatik.fius.icge.ui that implement Drawable Modifier and Type Class Description classAnimatedDrawableA class containing all information needed to draw a moving object onto the playfield by aPlayfieldDrawer.classBasicDrawableA class containing all information needed to draw an object onto the playfield by aPlayfieldDrawer.Methods in de.unistuttgart.informatik.fius.icge.ui with parameters of type Drawable Modifier and Type Method Description default intDrawable. compareTo(Drawable o)Method parameters in de.unistuttgart.informatik.fius.icge.ui with type arguments of type Drawable Modifier and Type Method Description voidPlayfieldDrawer. setDrawables(List<Drawable> drawables)Set the current list of Drawables to be rendered onto the playfield. 
 -