Class mheg5.POM.PSlider
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.POM.PSlider

java.lang.Object
   |
   +----mheg5.POM.PVisible
           |
           +----mheg5.POM.PSlider

public class PSlider
extends PVisible
implements PInteractible

Variable Index

 o highlight_flag
 o highlightColor

Constructor Index

 o PSlider(Slider)

Method Index

 o DisplayFeedback(AIInteractible, Color, boolean)
 o getChocolateBar()
 o hasTransparentParts()
 o notifyMouseDraggedAt(int, int)
 o notifyMousePressedAt(int, int)
 o notifyMouseReleasedAt(int, int)
 o paint(Graphics)
 o SetHighlightColor(Color)

Variables

 o highlight_flag
  protected boolean highlight_flag
 o highlightColor
  protected Color highlightColor

Constructors

 o PSlider
  public PSlider(Slider _slider)

Methods

 o hasTransparentParts
  public boolean hasTransparentParts()
Overrides:
hasTransparentParts in class PVisible
 o paint
  public void paint(Graphics g)
Overrides:
paint in class PVisible
 o getChocolateBar
  public Rectangle getChocolateBar()
 o SetHighlightColor
  public void SetHighlightColor(Color _highlightColor)
 o DisplayFeedback
  public void DisplayFeedback(AIInteractible interactible,
                              Color _highlightColor,
                              boolean _actual_highlight_flag)
 o notifyMousePressedAt
  public int notifyMousePressedAt(int mouse_x,
                                  int mouse_y)
 o notifyMouseDraggedAt
  public int notifyMouseDraggedAt(int mouse_x,
                                  int mouse_y)
 o notifyMouseReleasedAt
  public int notifyMouseReleasedAt(int mouse_x,
                                   int mouse_y)

All Packages  Class Hierarchy  This Package  Previous  Next  Index