|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRoundFrameImplementation
The Interface IRoundFrameImplementation.
Method Summary | |
---|---|
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 |
removeAllImages()
Removes the all images. |
void |
removeImage(java.net.URL imageResource)
Removes the image. |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IRoundContentItemImplementation |
---|
setRadius |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, init, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Method Detail |
---|
void drawImage(java.net.URL imageResource)
imageResource
- the image resourcevoid drawImage(java.net.URL imageResource, int x, int y, int width, int height)
imageResource
- the image resourcex
- the xy
- the ywidth
- the widthheight
- the heightjava.util.HashMap<java.net.URL,ImageInfo> getImages()
void removeAllImages()
void removeImage(java.net.URL imageResource)
imageResource
- the image resource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |