All Packages Class Hierarchy This Package Previous Next Index
Class electronics.ui.ConnectionPainter
java.lang.Object
|
+----electronics.ui.ConnectionPainter
- public class ConnectionPainter
- extends Object
-
ConnectionPainter()
-
-
getColor()
-
Return the color used to draw the line representing the
connection.
-
paintConnection(Graphics, Point, Point)
- Paint a connection between two points.
-
setColor(Color)
- Sets the color used to draw the line representing the
connection.
ConnectionPainter
public ConnectionPainter()
setColor
public void setColor(Color color)
- Sets the color used to draw the line representing the
connection.
getColor
public final Color getColor()
- Return the color used to draw the line representing the
connection.
paintConnection
public void paintConnection(Graphics g,
Point a,
Point b)
- Paint a connection between two points.
All Packages Class Hierarchy This Package Previous Next Index