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 class
UntilableDrawable
Same asBasicDrawable
but won't tile.Methods in de.unistuttgart.informatik.fius.icge.simulation.entity that return Drawable Modifier and Type Method Description Drawable
BasicEntity. getDrawInformation()
Drawable
Entity. getDrawInformation()
Drawable
MovableEntity. 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 class
AnimatedDrawable
A class containing all information needed to draw a moving object onto the playfield by aPlayfieldDrawer
.class
BasicDrawable
A 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 int
Drawable. compareTo(Drawable o)
Method parameters in de.unistuttgart.informatik.fius.icge.ui with type arguments of type Drawable Modifier and Type Method Description void
PlayfieldDrawer. setDrawables(List<Drawable> drawables)
Set the current list of Drawables to be rendered onto the playfield.
-