com.bonevich.erj.diagram
Class ArrowHeadBarAndLesser

java.lang.Object
  |
  +--org.tigris.gef.presentation.ArrowHead
        |
        +--com.bonevich.erj.diagram.ArrowHeadBarAndLesser
All Implemented Interfaces:
java.io.Serializable

public final class ArrowHeadBarAndLesser
extends org.tigris.gef.presentation.ArrowHead

Draws a reverse-triangluar arrow head (aka crow's feet) at the end of a FigEdge

See Also:
Serialized Form

Field Summary
static ArrowHeadBarAndLesser _instance
           
protected  int arrow_height
           
protected  int arrow_width
           
 
Fields inherited from class org.tigris.gef.presentation.ArrowHead
arrowFillColor, arrowLineColor
 
Method Summary
static org.tigris.gef.presentation.ArrowHead getInstance()
           
 void paint(java.awt.Graphics g, java.awt.Point start, java.awt.Point end)
           
 
Methods inherited from class org.tigris.gef.presentation.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

arrow_width

protected int arrow_width

arrow_height

protected int arrow_height

_instance

public static final ArrowHeadBarAndLesser _instance
Method Detail

getInstance

public static org.tigris.gef.presentation.ArrowHead getInstance()

paint

public void paint(java.awt.Graphics g,
                  java.awt.Point start,
                  java.awt.Point end)
Specified by:
paint in class org.tigris.gef.presentation.ArrowHead


Copyright © 2001-2003 bonevich.com. All Rights Reserved.