|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmhframework.gui.MHGUIComponent
mhframework.gui.MHGUICycleControl
mhframework.gui.MHGUIColorCycleControl
public class MHGUIColorCycleControl
Field Summary |
---|
Fields inherited from class mhframework.gui.MHGUICycleControl |
---|
btnNext, btnPrevious, lblValue |
Fields inherited from class mhframework.gui.MHGUIComponent |
---|
focusable, height, state, width |
Constructor Summary | |
---|---|
MHGUIColorCycleControl()
|
Method Summary | |
---|---|
java.awt.Color |
getSelectedValue()
|
void |
render(java.awt.Graphics2D g)
Tells an object to draw itself onto the sent Graphics object. |
Methods inherited from class mhframework.gui.MHGUICycleControl |
---|
actionPerformed, advance, decrement, getNextButton, getPreviousButton, getSelectedIndex, increment, keyPressed, keyReleased, keyTyped, main, mouseClicked, mouseMoved, mousePressed, mouseReleased, setHeight, setLabelColor, setLabelFont, setLabelVisible, setSelectedIndex, setSize, setValues |
Methods inherited from class mhframework.gui.MHGUIComponent |
---|
getBounds, getHeight, getWidth, getX, getY, hasFocus, isEnabled, isVisible, mouseDragged, mouseEntered, mouseExited, paint, setEnabled, setFocus, setFocusable, setPosition, setVisible, setWidth, setX, setY, updateBounds |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MHGUIColorCycleControl()
Method Detail |
---|
public void render(java.awt.Graphics2D g)
MHRenderable
render
in interface MHRenderable
render
in class MHGUICycleControl
g
- The Graphics object on which this object is to draw itself.public java.awt.Color getSelectedValue()
getSelectedValue
in class MHGUICycleControl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |