|
||||||||||
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 itemMethod Detail |
---|
public void cursorChanged(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorChanged
in interface OrthoCursorEventDispatcher.CommonCursorEventListener
cursorChanged
in class JMEOrthoContentItem
commonCursorEventDispatcher
- the common cursor event dispatcherc
- the cevent
- the eventpublic void cursorClicked(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorClicked
in interface OrthoCursorEventDispatcher.CommonCursorEventListener
cursorClicked
in class JMEOrthoContentItem
commonCursorEventDispatcher
- the common cursor event dispatcherc
- the cevent
- the eventpublic void cursorPressed(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorPressed
in interface OrthoCursorEventDispatcher.CommonCursorEventListener
cursorPressed
in class JMEOrthoContentItem
commonCursorEventDispatcher
- the common cursor event dispatcherc
- the cevent
- the eventpublic void cursorReleased(OrthoCursorEventDispatcher commonCursorEventDispatcher, ScreenCursor c, MultiTouchCursorEvent event)
OrthoCursorEventDispatcher.CommonCursorEventListener
cursorReleased
in interface OrthoCursorEventDispatcher.CommonCursorEventListener
cursorReleased
in class JMEOrthoContentItem
commonCursorEventDispatcher
- the common cursor event dispatcherc
- the cevent
- the eventpublic void drawImage(java.net.URL imageResource)
IRoundFrameImplementation
drawImage
in interface IRoundFrameImplementation
imageResource
- the image resourcepublic void drawImage(java.net.URL imageResource, int x, int y, int width, int height)
IRoundFrameImplementation
drawImage
in interface IRoundFrameImplementation
imageResource
- the image resourcex
- the xy
- the ywidth
- the widthheight
- the heightpublic java.util.HashMap<java.net.URL,ImageInfo> getImages()
IRoundFrameImplementation
getImages
in interface IRoundFrameImplementation
public void init()
IContentItemImplementation
init
in interface IContentItemImplementation
init
in class JMEContentItem
public void removeAllImages()
IRoundFrameImplementation
removeAllImages
in interface IRoundFrameImplementation
public void removeImage(java.net.URL imageResource)
IRoundFrameImplementation
removeImage
in interface IRoundFrameImplementation
imageResource
- the image resourcepublic void setBackGround(Background backGround)
IContentItemImplementation
setBackGround
in interface IContentItemImplementation
setBackGround
in class JMEOrthoContentItem
backGround
- the new back groundpublic void setBorder(Border border)
IContentItemImplementation
setBorder
in interface IContentItemImplementation
setBorder
in class JMEOrthoContentItem
border
- the new borderpublic void setRadius(float radius)
IRoundContentItemImplementation
setRadius
in interface IRoundContentItemImplementation
setRadius
in class JMERoundContentItem
radius
- the new radius
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |