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
-
highlight_flag
-
-
highlightColor
-
-
PSlider(Slider)
-
-
DisplayFeedback(AIInteractible, Color, boolean)
-
-
getChocolateBar()
-
-
hasTransparentParts()
-
-
notifyMouseDraggedAt(int, int)
-
-
notifyMousePressedAt(int, int)
-
-
notifyMouseReleasedAt(int, int)
-
-
paint(Graphics)
-
-
SetHighlightColor(Color)
-
highlight_flag
protected boolean highlight_flag
highlightColor
protected Color highlightColor
PSlider
public PSlider(Slider _slider)
hasTransparentParts
public boolean hasTransparentParts()
- Overrides:
- hasTransparentParts in class PVisible
paint
public void paint(Graphics g)
- Overrides:
- paint in class PVisible
getChocolateBar
public Rectangle getChocolateBar()
SetHighlightColor
public void SetHighlightColor(Color _highlightColor)
DisplayFeedback
public void DisplayFeedback(AIInteractible interactible,
Color _highlightColor,
boolean _actual_highlight_flag)
notifyMousePressedAt
public int notifyMousePressedAt(int mouse_x,
int mouse_y)
notifyMouseDraggedAt
public int notifyMouseDraggedAt(int mouse_x,
int mouse_y)
notifyMouseReleasedAt
public int notifyMouseReleasedAt(int mouse_x,
int mouse_y)
All Packages Class Hierarchy This Package Previous Next Index