|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsynergynetframework.appsystem.contentsystem.jme.items.JMEContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEOrthoContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMERoundContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMERoundFrame
public class JMERoundFrame
The Class JMERoundFrame.
| Constructor Summary | |
|---|---|
JMERoundFrame(ContentItem contentItem)
Instantiates a new JME round frame. |
|
| Method Summary | |
|---|---|
void |
cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor changed. |
void |
cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor clicked. |
void |
cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor pressed. |
void |
cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
Cursor released. |
void |
drawImage(java.net.URL imageResource)
Draw image. |
void |
drawImage(java.net.URL imageResource,
int x,
int y,
int width,
int height)
Draw image. |
java.util.HashMap<java.net.URL,ImageInfo> |
getImages()
Gets the images. |
void |
init()
Inits the. |
void |
removeAllImages()
Removes the all images. |
void |
removeImage(java.net.URL imageResource)
Removes the image. |
void |
setBackGround(Background backGround)
Sets the back ground. |
void |
setBorder(Border border)
Sets the border. |
void |
setRadius(float radius)
Sets the radius. |
| Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEContentItem |
|---|
contains, getImplementationObject, getLocalLocation, hasCollision, setAngle, setBoundaryEnabled, setId, setLocation, setManipulate, setScale, setScale, setVisible, setVisible |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
|---|
addMultitouchListener, contains, getImplementationObject, hasCollision, setAngle, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
| Constructor Detail |
|---|
public JMERoundFrame(ContentItem contentItem)
contentItem - the content item| Method Detail |
|---|
public void cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorChanged in interface OrthoCursorEventDispatcher.CommonCursorEventListenercursorChanged in class JMEOrthoContentItemcommonCursorEventDispatcher - the common cursor event dispatcherc - the cevent - the event
public void cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorClicked in interface OrthoCursorEventDispatcher.CommonCursorEventListenercursorClicked in class JMEOrthoContentItemcommonCursorEventDispatcher - the common cursor event dispatcherc - the cevent - the event
public void cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorPressed in interface OrthoCursorEventDispatcher.CommonCursorEventListenercursorPressed in class JMEOrthoContentItemcommonCursorEventDispatcher - the common cursor event dispatcherc - the cevent - the event
public void cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher,
ScreenCursor c,
MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorReleased in interface OrthoCursorEventDispatcher.CommonCursorEventListenercursorReleased in class JMEOrthoContentItemcommonCursorEventDispatcher - the common cursor event dispatcherc - the cevent - the eventpublic void drawImage(java.net.URL imageResource)
IRoundFrameImplementation
drawImage in interface IRoundFrameImplementationimageResource - the image resource
public void drawImage(java.net.URL imageResource,
int x,
int y,
int width,
int height)
IRoundFrameImplementation
drawImage in interface IRoundFrameImplementationimageResource - the image resourcex - the xy - the ywidth - the widthheight - the heightpublic java.util.HashMap<java.net.URL,ImageInfo> getImages()
IRoundFrameImplementation
getImages in interface IRoundFrameImplementationpublic void init()
IContentItemImplementation
init in interface IContentItemImplementationinit in class JMEContentItempublic void removeAllImages()
IRoundFrameImplementation
removeAllImages in interface IRoundFrameImplementationpublic void removeImage(java.net.URL imageResource)
IRoundFrameImplementation
removeImage in interface IRoundFrameImplementationimageResource - the image resourcepublic void setBackGround(Background backGround)
IContentItemImplementation
setBackGround in interface IContentItemImplementationsetBackGround in class JMEOrthoContentItembackGround - the new back groundpublic void setBorder(Border border)
IContentItemImplementation
setBorder in interface IContentItemImplementationsetBorder in class JMEOrthoContentItemborder - the new borderpublic void setRadius(float radius)
IRoundContentItemImplementation
setRadius in interface IRoundContentItemImplementationsetRadius in class JMERoundContentItemradius - the new radius
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||