|
||||||||||
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
synergynetframework.appsystem.contentsystem.jme.items.JMERoundTextLabel
public class JMERoundTextLabel
The Class JMERoundTextLabel.
Constructor Summary | |
---|---|
JMERoundTextLabel(ContentItem contentItem)
Instantiates a new JME round text label. |
Method Summary | |
---|---|
void |
init()
Inits the. |
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 |
setRadius(float radius)
Sets the radius. |
void |
setText(java.lang.String text)
Sets the text. |
void |
setTextColour(java.awt.Color textColour)
Sets the text colour. |
Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMERoundFrame |
---|
cursorChanged, cursorClicked, cursorPressed, cursorReleased, drawImage, drawImage, getImages, removeAllImages, removeImage, setBackGround, setBorder |
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.IRoundFrameImplementation |
---|
drawImage, drawImage, getImages, removeAllImages, removeImage |
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IContentItemImplementation |
---|
addMultitouchListener, contains, getImplementationObject, hasCollision, setAngle, setBackGround, setBorder, setBoundaryEnabled, setId, setLocalLocation, setLocation, setManipulate, setName, setScale, setScale, setVisible, setVisible, update, update |
Constructor Detail |
---|
public JMERoundTextLabel(ContentItem contentItem)
contentItem
- the content itemMethod Detail |
---|
public void init()
IContentItemImplementation
init
in interface IContentItemImplementation
init
in class JMERoundFrame
public void setAutoFitSize(boolean isEnabled)
IRoundTextLabelImplementation
setAutoFitSize
in interface IRoundTextLabelImplementation
isEnabled
- the new auto fit sizepublic void setCRLFSeparatedString(java.lang.String s)
IRoundTextLabelImplementation
setCRLFSeparatedString
in interface IRoundTextLabelImplementation
s
- the new CRLF separated stringpublic void setFont(java.awt.Font font)
IRoundTextLabelImplementation
setFont
in interface IRoundTextLabelImplementation
font
- the new fontpublic void setLines(java.util.List<java.lang.String> lines)
IRoundTextLabelImplementation
setLines
in interface IRoundTextLabelImplementation
lines
- the new linespublic void setLines(java.lang.String s, int charsPerLine)
IRoundTextLabelImplementation
setLines
in interface IRoundTextLabelImplementation
s
- the scharsPerLine
- the chars per linepublic void setRadius(float radius)
IRoundContentItemImplementation
setRadius
in interface IRoundContentItemImplementation
setRadius
in class JMERoundFrame
radius
- the new radiuspublic void setText(java.lang.String text)
IRoundTextLabelImplementation
setText
in interface IRoundTextLabelImplementation
text
- the new textpublic void setTextColour(java.awt.Color textColour)
IRoundTextLabelImplementation
setTextColour
in interface IRoundTextLabelImplementation
textColour
- the new text colour
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |