uci.gef
Class ArrowHeadGreater

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

public class ArrowHeadGreater
extends ArrowHead

Draws a triangluar arrow head at the end of a FigEdge

See Also:
Serialized Form

Field Summary
static ArrowHeadGreater TheInstance
           
 
Fields inherited from class uci.gef.ArrowHead
arrow_height, arrow_width, arrowFillColor, arrowLineColor
 
Constructor Summary
ArrowHeadGreater()
           
 
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
 

Field Detail

TheInstance

public static ArrowHeadGreater TheInstance
Constructor Detail

ArrowHeadGreater

public ArrowHeadGreater()
Method Detail

paint

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