22 package com.realtime.crossfire.jxclient.gui.log;
49 public void setX(
final int x) {
65 public void setY(
final int y) {
Abstract base class for Segment implementations.
void setWidth(final int width)
Sets the width to display the segment.the width
int y
The y-coordinate to display the segment.
int getX()
Returns the x-coordinate to display the segment.
int width
The width of the segment if displayed.
void setX(final int x)
Sets the x-coordinate to display the segment.the x-coordinate
One segment of a Line which should be displayed without changing text attributes. ...
int getWidth()
Returns the width to display the segment.
int getY()
Returns the y-coordinate to display the segment.
void setY(final int y)
Sets the y-coordinate to display the segment.the y-coordinate
int x
The x-coordinate to display the segment.