Class EmptyBackdrop

java.lang.Object
com.ardor3d.extension.ui.backdrop.UIBackdrop
com.ardor3d.extension.ui.backdrop.EmptyBackdrop

public class EmptyBackdrop extends UIBackdrop
A simple backdrop that does not alter the content area.
  • Constructor Details

    • EmptyBackdrop

      public EmptyBackdrop()
  • Method Details

    • draw

      public void draw(Renderer renderer, UIComponent comp)
      Description copied from class: UIBackdrop
      Draw this backdrop. Override this method to do the actual work.
      Specified by:
      draw in class UIBackdrop
      Parameters:
      renderer - the renderer to use in drawing.
      comp - the component we are drawing the background for.