Uses of Interface
com.realtime.crossfire.jxclient.gui.log.Segment

Packages that use Segment
com.realtime.crossfire.jxclient.gui.log   
 

Uses of Segment in com.realtime.crossfire.jxclient.gui.log
 

Classes in com.realtime.crossfire.jxclient.gui.log that implement Segment
 class AbstractSegment
          Abstract base class for Segment implementations.
 class TextSegment
          One segment of a Line which should be displayed without changing attributes.
 

Fields in com.realtime.crossfire.jxclient.gui.log with type parameters of type Segment
private  java.util.List<Segment> Line.segments
          The segments this line consists of.
 

Methods in com.realtime.crossfire.jxclient.gui.log that return Segment
 Segment Line.getLastSegment()
          Returns the last segment.
 

Methods in com.realtime.crossfire.jxclient.gui.log that return types with arguments of type Segment
 java.util.Iterator<Segment> Line.iterator()
          
 

Method parameters in com.realtime.crossfire.jxclient.gui.log with type arguments of type Segment
private  void GUILog.drawLine(java.awt.Graphics g, int y, java.lang.Iterable<Segment> line)
          Draws one Line to a Graphics2D instance.