|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsynergynetframework.appsystem.contentsystem.items.ContentItem
synergynetframework.appsystem.contentsystem.items.OrthoContentItem
synergynetframework.appsystem.contentsystem.items.RoundContentItem
synergynetframework.appsystem.contentsystem.items.RoundFrame
synergynetframework.appsystem.contentsystem.items.RoundImageLabel
public class RoundImageLabel
The Class RoundImageLabel.
Field Summary |
---|
Fields inherited from class synergynetframework.appsystem.contentsystem.items.OrthoContentItem |
---|
removable |
Fields inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
---|
name |
Constructor Summary | |
---|---|
RoundImageLabel(ContentSystem contentSystem,
java.lang.String name)
Instantiates a new round image label. |
Method Summary | |
---|---|
ImageInfo |
getImageInfo()
Gets the image info. |
boolean |
isAutoFit()
Checks if is auto fit. |
void |
setAutoFit(boolean autoFit)
Sets the auto fit. |
void |
setImageInfo(java.net.URL imageResource)
Sets the image info. |
Methods inherited from class synergynetframework.appsystem.contentsystem.items.RoundFrame |
---|
drawImage, drawImage, getImageResources, getImages, removeAllImages, removeImage |
Methods inherited from class synergynetframework.appsystem.contentsystem.items.RoundContentItem |
---|
getRadius, setRadius |
Methods inherited from class synergynetframework.appsystem.contentsystem.items.ContentItem |
---|
addMultitouchListener, canManipulate, contains, generateUniqueName, getAngle, getBackGround, getBackgroundColour, getBorder, getBorderColour, getBorderSize, getContentSystem, getId, getImplementationObject, getLocalLocation, getName, getNote, getResource, getScale, hasCollision, init, initImplementationObjet, isBoundaryEnabled, isVisible, setAngle, setBackGround, setBackgroundColour, setBorder, setBorderColour, setBorderSize, setBoundaryEnabled, setContentSystem, setId, setLocalLocation, setLocalLocation, setLocalLocation, setManipulate, setNote, setResource, setScale, setScale, setVisible, setVisible, update, update |
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.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 |
Constructor Detail |
---|
public RoundImageLabel(ContentSystem contentSystem, java.lang.String name)
contentSystem
- the content systemname
- the nameMethod Detail |
---|
public ImageInfo getImageInfo()
public boolean isAutoFit()
public void setAutoFit(boolean autoFit)
IRoundImageLabelImplementation
setAutoFit
in interface IRoundImageLabelImplementation
autoFit
- the new auto fitpublic void setImageInfo(java.net.URL imageResource)
IRoundImageLabelImplementation
setImageInfo
in interface IRoundImageLabelImplementation
imageResource
- the new image info
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |