All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class element.Arrow

java.lang.Object
   |
   +----java.awt.Component
           |
           +----element.GenericShape
                   |
                   +----element.NotBoundedShape
                           |
                           +----element.Line
                                   |
                                   +----element.Arrow

public class Arrow
extends Line
This class implements the arrow functionality


Constructor Index

 o Arrow()

Method Index

 o getShapeAsInt()
Returns the shape's type
 o shapeText()
Returns the pic text assotiated with this shape

Constructors

 o Arrow
 public Arrow()

Methods

 o shapeText
 public String shapeText()
Returns the pic text assotiated with this shape

Overrides:
shapeText in class Line
 o getShapeAsInt
 public int getShapeAsInt()
Returns the shape's type

Overrides:
getShapeAsInt in class Line

All Packages  Class Hierarchy  This Package  Previous  Next  Index