Class PALplate.interactors.backdrop_flow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class PALplate.interactors.backdrop_flow

java.lang.Object
   |
   +----sub_arctic.lib.min_interactor
           |
           +----sub_arctic.lib.base_interactor
                   |
                   +----sub_arctic.lib.base_parent_interactor
                           |
                           +----PALplate.interactors.component_flow
                                   |
                                   +----PALplate.interactors.backdrop_flow

public class backdrop_flow
extends component_flow
Interactor which makes a component_flow with a given background.

Variable Index

 o _pattern
Background pattern

Constructor Index

 o backdrop_flow()
Minimal constructor
 o backdrop_flow(int, int, int, int)
Medium constructor
 o backdrop_flow(int, int, int, int, loaded_image)
Medium constructor
 o backdrop_flow(int, int, loaded_image)
Full constructor.
 o backdrop_flow(loaded_image)
Medium constructor

Method Index

 o draw_self_local(drawable)
Draw the object.
 o pattern()
Get the background pattern.
 o set_pattern(loaded_image)
Set the Background pattern.

Variables

 o _pattern
  protected loaded_image _pattern
Background pattern

Constructors

 o backdrop_flow
  public backdrop_flow(int xv,
                       int yv,
                       loaded_image pat)
Full constructor. We assume you will set the size and position with constraints or directly set the values.
Parameters:
int - xv the x coordinate in the parent
int - yv the y coordinate in th eparent
loaded_image - pat the background pattern to use.
 o backdrop_flow
  public backdrop_flow(loaded_image pat)
Medium constructor
Parameters:
loaded_image - pat the background pattern to use.
 o backdrop_flow
  public backdrop_flow(int x,
                       int y,
                       int w,
                       int h,
                       loaded_image pat)
Medium constructor
Parameters:
x - The initial x position of the toolbar
y - The initial y position of the toolbar
w - The initial width of the toolbar
h - The initial height of the toolbar
loaded_image - pat the background pattern to use.
 o backdrop_flow
  public backdrop_flow(int x,
                       int y,
                       int w,
                       int h)
Medium constructor
Parameters:
x - The initial x position of the toolbar
y - The initial y position of the toolbar
w - The initial width of the toolbar
h - The initial height of the toolbar
 o backdrop_flow
  public backdrop_flow()
Minimal constructor

Methods

 o pattern
  public loaded_image pattern()
Get the background pattern.
Returns:
loaded_image the pattern on this background.
 o set_pattern
  public void set_pattern(loaded_image pat)
Set the Background pattern.
Parameters:
loaded_image - pat the new pattern for this background.
 o draw_self_local
  protected void draw_self_local(drawable d)
Draw the object.
Parameters:
drawable - d the surface to draw on.
Overrides:
draw_self_local in class base_interactor

All Packages  Class Hierarchy  This Package  Previous  Next  Index