Class PathSegment

java.lang.Object
  extended by PathSegment

public class PathSegment
extends java.lang.Object

This class represents a displayable path segment it has a color, width, and a Line2D object
Copyright Georgia Institute of Technology 2005

Author:
Barb Ericson ericson@cc.gatech.edu

Constructor Summary
PathSegment(java.awt.Color theColor, int theWidth, java.awt.geom.Line2D.Float theLine)
          Constructor that takes the color, width, and line
 
Method Summary
 void paintComponent(java.awt.Graphics g)
          Method to paint this path segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PathSegment

public PathSegment(java.awt.Color theColor,
                   int theWidth,
                   java.awt.geom.Line2D.Float theLine)
Constructor that takes the color, width, and line

Parameters:
theColor - the color of the PathSegment
theWidth - the width of the PathSegment
theLine - the Line2D.Float which represents this PathSegment
Method Detail

paintComponent

public void paintComponent(java.awt.Graphics g)
Method to paint this path segment

Parameters:
g - the graphics context