Uses of Class
edu.colorado.cs.ns2.graphics.LineDrawable

Packages that use LineDrawable
edu.colorado.cs.ns2.graphics   
 

Uses of LineDrawable in edu.colorado.cs.ns2.graphics
 

Fields in edu.colorado.cs.ns2.graphics declared as LineDrawable
private  LineDrawable LineEndpoint.line
          A graphical shape representing a a link.
 

Methods in edu.colorado.cs.ns2.graphics that return LineDrawable
 LineDrawable LineEndpoint.getLine()
          Returns a reference to the line shape.
 

Methods in edu.colorado.cs.ns2.graphics with parameters of type LineDrawable
 void LineEndpoint.setShape(LineDrawable line)
          Sets the line shape.
 

Constructors in edu.colorado.cs.ns2.graphics with parameters of type LineDrawable
LineEndpoint(LineDrawable line, boolean whichEndPoint)
          Two-argument constructor.