|
||||||||||
| 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.JMEQuadContentItem
synergynetframework.appsystem.contentsystem.jme.items.JMEFrame
synergynetframework.appsystem.contentsystem.jme.items.JMETextLabel
synergynetframework.appsystem.contentsystem.jme.items.JMEMultiLineTextLabel
public class JMEMultiLineTextLabel
The Class JMEMultiLineTextLabel.
| Constructor Summary | |
|---|---|
JMEMultiLineTextLabel(ContentItem contentItem)
Instantiates a new JME multi line text label. |
|
| Method Summary | |
|---|---|
void |
init()
Inits the. |
void |
setCRLFSeparatedString(java.lang.String s)
Sets the CRLF separated string. |
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 s)
Sets the text. |
| Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMETextLabel |
|---|
drawImage, getAlignment, removeAllImages, setAlignment, setAutoFitSize, setFont, setTextColour |
| Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEFrame |
|---|
drawImage, flushGraphics, getGraphicsContext, getImages, removeImage, setBackGround, setBorder, setHeight, setWidth |
| Methods inherited from class synergynetframework.appsystem.contentsystem.jme.items.JMEQuadContentItem |
|---|
cursorChanged, cursorClicked, cursorPressed, cursorReleased |
| 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.ITextLabelImplementation |
|---|
getAlignment, setAlignment, setFont, setTextColour |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IFrameImplementation |
|---|
drawImage, drawImage, flushGraphics, getGraphicsContext, getImages, removeAllImages, removeImage |
| Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.IQuadContentItemImplementation |
|---|
setAutoFitSize, setHeight, setWidth |
| 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 JMEMultiLineTextLabel(ContentItem contentItem)
contentItem - the content item| Method Detail |
|---|
public void init()
IContentItemImplementation
init in interface IContentItemImplementationinit in class JMEFramepublic void setCRLFSeparatedString(java.lang.String s)
IMultiLineTextLabelImplementation
setCRLFSeparatedString in interface IMultiLineTextLabelImplementations - the new CRLF separated stringpublic void setLines(java.util.List<java.lang.String> lines)
IMultiLineTextLabelImplementation
setLines in interface IMultiLineTextLabelImplementationlines - the new lines
public void setLines(java.lang.String s,
int charsPerLine)
IMultiLineTextLabelImplementation
setLines in interface IMultiLineTextLabelImplementations - the scharsPerLine - the chars per linepublic void setText(java.lang.String s)
ITextLabelImplementation
setText in interface ITextLabelImplementationsetText in class JMETextLabels - the new text
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||