Packages that use Buffer | |
---|---|
com.realtime.crossfire.jxclient.gui.gui | |
com.realtime.crossfire.jxclient.gui.log |
Uses of Buffer in com.realtime.crossfire.jxclient.gui.gui |
---|
Methods in com.realtime.crossfire.jxclient.gui.gui that return Buffer | |
---|---|
Buffer |
JXCWindowRenderer.getActiveMessageBuffer()
Returns the active message buffer. |
private static Buffer |
JXCWindowRenderer.getActiveMessageBuffer(Gui gui)
Returns the active message buffer for a Gui instance. |
Uses of Buffer in com.realtime.crossfire.jxclient.gui.log |
---|
Fields in com.realtime.crossfire.jxclient.gui.log declared as Buffer | |
---|---|
private Buffer |
GUILog.buffer
The Buffer containing all received text messages. |
private Buffer |
MessageBufferUpdater.buffer
The buffer to update. |
private Buffer |
RenderStateManager.buffer
The rendered buffer. |
Methods in com.realtime.crossfire.jxclient.gui.log that return Buffer | |
---|---|
Buffer |
GUILog.getBuffer()
Returns the Buffer instance containing the text messages. |
Methods in com.realtime.crossfire.jxclient.gui.log with parameters of type Buffer | |
---|---|
void |
RenderState.linesAdded(Buffer buffer)
Some lines have been added to the buffer. |
void |
RenderState.linesRemoved(Buffer buffer,
java.util.Collection<Line> lines)
Some lines have been removed from the buffer. |
void |
RenderState.linesReplaced(Buffer buffer)
Some lines have been replaced at the end of the buffer. |
void |
Parser.parse(java.lang.CharSequence text,
java.awt.Color defaultColor,
Buffer buffer)
Parses a text message. |
private void |
Parser.parseLine(java.lang.String text,
java.awt.Color defaultColor,
Buffer buffer)
Parses one text line. |
private void |
Parser.parseLineWithoutMediaTags(java.lang.String text,
Buffer buffer)
Parses one text line of a plain text message without media tags. |
void |
Parser.parseWithoutMediaTags(java.lang.CharSequence text,
java.awt.Color color,
Buffer buffer)
Parses a plain text message without media tags. |
void |
RenderState.scrollTo(Buffer buffer,
int y)
Scrolls to the given pixel location. |
void |
RenderState.scrollToBottom(Buffer buffer)
Sets the view area to the bottom-most value. |
void |
RenderState.setHeight(Buffer buffer,
int h)
Sets the the viewable height in pixel. |
Constructors in com.realtime.crossfire.jxclient.gui.log with parameters of type Buffer | |
---|---|
MessageBufferUpdater(CrossfireServerConnection crossfireServerConnection,
Buffer buffer,
java.awt.Color defaultColor)
Creates a new instance. |
|
RenderStateManager(RenderStateListener renderStateListener,
Buffer buffer)
Create a new instance. |