|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.incrediblesoft.redjey.Component
com.incrediblesoft.redjey.ImageItem
public class ImageItem
Field Summary |
---|
Fields inherited from class com.incrediblesoft.redjey.Component |
---|
BOTTOM_LAYOUT, DISABLED, H_EXPAND, HCENTER_LAYOUT, HIGHLIGHTED, LEFT_LAYOUT, NORMAL, PRESSED, RIGHT_LAYOUT, TOP_LAYOUT, TOTAL_STATES, V_EXPAND, VCENTER_LAYOUT |
Constructor Summary | |
---|---|
ImageItem(CustomImage image)
|
Method Summary | |
---|---|
java.lang.String |
getName()
This method is used to retrieve the appropriate style set from a hashtable of styles |
boolean |
isFocusable()
|
void |
setImage(CustomImage image)
|
void |
tick(int dt)
Called every tick. |
Methods inherited from class com.incrediblesoft.redjey.Component |
---|
addActionListener, addMouseListener, dispatchEvent, fireActionEvent, getAbsoluteRect, getAbsoluteX, getAbsoluteY, getAlignment, getBounds, getClientSize, getContentAlignment, getCurrentStyle, getHeight, getParent, getPreferredSize, getState, getStyle, getStyleClass, getWidth, getX, getY, invalidate, invalidateTree, isFocused, isHighlightable, isVisible, keyPressed, keyReleased, paint, removeActonListener, removeMouseListener, repaint, repaint, setAlignment, setBounds, setContentAlignment, setLocation, setPreferredSize, setSize, setSize, setState, setStyle, setStyle, setStyleClass, setTag, setVisible, setX, setY, toString, validate |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ImageItem(CustomImage image)
Method Detail |
---|
public java.lang.String getName()
Component
getName
in class Component
public void setImage(CustomImage image)
public boolean isFocusable()
public void tick(int dt)
Component
tick
in class Component
dt
- time in milliseconds
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |