universe.world.base
Interface OnDraw


public interface OnDraw

An interface that represents a function that draws the given World into/as a Scene


Method Summary
 Scene apply(World<?> w)
          Apply this function to draw the World into/as a Scene
 

Method Detail

apply

Scene apply(World<?> w)
Apply this function to draw the World into/as a Scene