org.pbjar.jxlayer.plaf.misc
Class MouseDrawingUI.ColoredLine

java.lang.Object
  extended by org.pbjar.jxlayer.plaf.misc.MouseDrawingUI.ColoredLine
Enclosing class:
MouseDrawingUI

protected static class MouseDrawingUI.ColoredLine
extends Object

Defines one line.


Field Summary
 Color color
           
 List<Point2D> path
           
 
Constructor Summary
MouseDrawingUI.ColoredLine(Color color)
           
 
Method Summary
 void addPoint(Point2D point)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

public final List<Point2D> path

color

public final Color color
Constructor Detail

MouseDrawingUI.ColoredLine

public MouseDrawingUI.ColoredLine(Color color)
Method Detail

addPoint

public void addPoint(Point2D point)