|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRoundTextLabelImplementation
The Interface IRoundTextLabelImplementation.
Method Summary | |
---|---|
void |
setAutoFitSize(boolean isEnabled)
Sets the auto fit size. |
void |
setCRLFSeparatedString(java.lang.String s)
Sets the CRLF separated string. |
void |
setFont(java.awt.Font font)
Sets the font. |
void |
setLines(java.util.List<java.lang.String> lines)
Sets the lines. |
void |
setLines(java.lang.String s,
int charsPerLine)
Sets the lines. |
void |
setText(java.lang.String text)
Sets the text. |
void |
setTextColour(java.awt.Color textColour)
Sets the text colour. |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IRoundFrameImplementation |
---|
drawImage, drawImage, getImages, removeAllImages, removeImage |
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 setAutoFitSize(boolean isEnabled)
isEnabled
- the new auto fit sizevoid setCRLFSeparatedString(java.lang.String s)
s
- the new CRLF separated stringvoid setFont(java.awt.Font font)
font
- the new fontvoid setLines(java.util.List<java.lang.String> lines)
lines
- the new linesvoid setLines(java.lang.String s, int charsPerLine)
s
- the scharsPerLine
- the chars per linevoid setText(java.lang.String text)
text
- the new textvoid setTextColour(java.awt.Color textColour)
textColour
- the new text colour
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |