uci.gef
Class ArrowHeadTriangle

java.lang.Object
  |
  +--uci.gef.ArrowHead
        |
        +--uci.gef.ArrowHeadTriangle

public class ArrowHeadTriangle
extends ArrowHead

Draws a triangluar arrow head at the end of a FigEdge

See Also:
Serialized Form

Fields inherited from class uci.gef.ArrowHead
arrow_height, arrow_width, arrowFillColor, arrowLineColor
 
Constructor Summary
ArrowHeadTriangle()
           
 
Method Summary
 void paint(Graphics g, Point start, Point end)
           
 
Methods inherited from class uci.gef.ArrowHead
dist, dist, getFillColor, getLineColor, getLineLength, paintAtHead, paintAtTail, pointAlongLine, setFillColor, setLineColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrowHeadTriangle

public ArrowHeadTriangle()
Method Detail

paint

public void paint(Graphics g,
                  Point start,
                  Point end)
Overrides:
paint in class ArrowHead