synergynetframework.appsystem.contentsystem.items.implementation.interfaces
Interface IMultiLineTextLabelImplementation

All Superinterfaces:
IContentItemImplementation, IFrameImplementation, IOrthoContentItemImplementation, IQuadContentItemImplementation, ITextLabelImplementation
All Known Subinterfaces:
IImageTextLabelImplementation
All Known Implementing Classes:
ImageTextLabel, JMEImageTextLabel, JMEMultiLineTextLabel, MultiLineTextLabel

public interface IMultiLineTextLabelImplementation
extends ITextLabelImplementation

The Interface IMultiLineTextLabelImplementation.


Method Summary
 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.
 
Methods inherited from interface synergynetframework.appsystem.contentsystem.items.implementation.interfaces.ITextLabelImplementation
getAlignment, setAlignment, setFont, setText, 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.IOrthoContentItemImplementation
addBringToTopListener, addFlickListener, addItemListener, addOrthoControlPointRotateTranslateScaleListener, addScreenCursorListener, addSnapListener, allowMoreThanTwoToRotateAndScale, allowSingleTouchFreeMove, allowSnapToOccupiedLocation, centerItem, flick, getMaxScale, getMinScale, isFlickable, makeFlickable, makeUnflickable, placeRandom, removeBringToTopListeners, removeFlickListeners, removeItemListerner, removeOrthoControlPointRotateTranslateScaleListeners, removeScreenCursorListeners, removeSnapListeners, reset, rotateRandom, setAsBottomObject, setAsTopObject, setAsTopObjectAndBroadCastEvent, setBringToTopable, setFixLocations, setOrder, setRightClickDistance, setRotateTranslateScalable, setRotateTranslateScalable, setScaleLimit, setSingleTouchRotateTranslate, setSnapable, setTolerance, setZRotateLimit, turnOffEventDispatcher
 
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

setCRLFSeparatedString

void setCRLFSeparatedString(java.lang.String s)
Sets the CRLF separated string.

Parameters:
s - the new CRLF separated string

setLines

void setLines(java.util.List<java.lang.String> lines)
Sets the lines.

Parameters:
lines - the new lines

setLines

void setLines(java.lang.String s,
              int charsPerLine)
Sets the lines.

Parameters:
s - the s
charsPerLine - the chars per line